Forum Discussion
nema_sachin_210
Nimbostratus
Jul 07, 2015Need urgent Help
One of my projects, we are having three servers in LTM pool.
We need to configure three TCP half open monitors (2389, 4848 & 7676). traffic will run on 2389 port.
but Server A, B & C, need ...
gsharri
Altostratus
Jul 09, 2015I am not an iRule expert but something like this would do what you want. This iRule will drop client connections if either the 7676 or 4848 pools have less than one pool member. As an alternative to drop the irule could issue http redirect to the client.
when CLIENT_ACCEPTED {
if { [active_members /Common/7676_pool] < 1 }{
drop
}
elseif { [active_members /Common/4848_pool] < 1 }{
drop
}
else { pool /Common/2389_pool }
}
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