Forum Discussion
tractor
Jul 06, 2016Nimbostratus
reset connections to lower priority group member when higher-ranked member is available
Application is designed such that traffic needs to go to the "main" server whenever it's available. Traffic should only go to the "standby" pool member(s) if the main node drops from the pool. (th...
JG
Jul 07, 2016Cumulonimbus
Try this one:
when LB_SELECTED {
if { [LB::status pool poolname member 10.0.0.1 80 ] equals "up" and [IP::addr [LB::server addr] equals 10.0.0.2] } {
LB::reselect pool poolname member 10.0.0.1
}
}
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