Forum Discussion
msalah_199040
Nimbostratus
Jun 23, 2015How to control pool selection in VS when you have more than one pool?
I have Two pools that i have created in a VS i.e. pool1 and pool2 on LTM. Using round-robing services isnt a factor at the moment (HTTP) LTM sends Session A to Pool 1 node 1 and 2. If node 1 on pool ...
msalah_199040
Nimbostratus
Jun 24, 2015alternative way to do this....
when RULE_INIT { set ::NEXT_POOL 0 }
when CLIENT_ACCEPTED { if { $::NEXT_POOL == 0 } and ([active_members pool_1] >= 1){ pool pool_1 persist source_addr set ::NEXT_POOL 1 } else { pool pool_2 persist source_addr set ::NEXT_POOL 0 } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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