Forum Discussion
JohnTempleton_4
Nov 10, 2010Nimbostratus
icontrol for removing VLAN's from VS once the VS goes down
Hi Guys,
I hope you are all well, I have a little scenario that I'm having trouble with.
We have a health monitor setup to monitor tcp/61619 and this HM is applied to a Pool which ...
JRahm
Nov 10, 2010Admin
It is possible. You could pass snmp traps to a system to listen for pool down message, then use icontrol to move the virtual server into a dummy inaccessible vlan until the pool is back up. Have you tried an iRule that discards requests in the event the pool is down?
when CLIENT_ACCEPTED {
if { [active_members my_pool] < 1 } {
discard
}
}
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