Forum Discussion
JimRiley_106607
Nov 15, 2011Nimbostratus
VS control
My F5-1500 is now 9.4.8.
I want to 'dsiable' a virtual server when an unrelated pool has no active nodes. I used the 'discard' command to prevent VS access since I could not find any 'disab...
nitass
Nov 15, 2011Employee
can you try this?
when HTTP_REQUEST {
if {[active_members ISD-Switch-pool] < 1} {
discard
} elseif {[active_members ISD-Switch-pool] > 1} {
node "10.89.80.34"
} else {
pool EFT-pool
}
}
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