Forum Discussion
Frank_Mancini_3
Nimbostratus
Jan 09, 2007Which pool gets selected first?
I have an i-rule that does:
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 10.10.10.10] } {
pool my_pool
}
else {
pool my_pool2
}
}
However, in my LTM config, I have a default pool selected. Which gets evaluated first? Obviously, by my i-rule, I don't need to select a default, but was curious to know if it slows anything down if I have a default selected.
- hoolio
Cirrostratus
The events of your rule take precedence over the VIP's pool configuration. There shouldn't be any noticeable difference in resources or latency between selecting a pool in your rule versus it going to the default pool on the VIP.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects