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
...
hoolio
Cirrostratus
Jan 10, 2007The 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.
However, it is a good practice to explicity set the pool (as you have done) for every condition, if you're changing the pool for any condition. Clear as mud?
For more info, check this post: (Click here).
Aaron
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