Forum Discussion
SAZ_144363
Nimbostratus
May 10, 2016Disable VIP when pool members are down
Hi
Is is possible with iRules to send reset flag to client when health monitor fails on all pool members. We don't want f5 to accept any traffic.
Thanks
Kishore_Kumar_2
Cirrus
May 10, 2016As a matter of fact, you will not need an Irule for this behaviour. However, You still can use an irule if that is what is expected.
So here is what you expect
when HTTP_REQUEST { if { [ active_members [ LB::server pool ] ] <1 } { pool testpool-dc1 } else { [ LB::server ] [ LB::down ] }
}
when CLIENT_ACCEPTED { if { [ active_members testpool-dc1 ] <1 } { LB::down }
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
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