Forum Discussion
avengers_140079
Nimbostratus
Dec 17, 2013question about LTM and virtual servers..
how do i configure a virtual server to be down when the pool is not available?
right now i have a virtual server that is "offline (enabled) the children pool members are down." but the Big IP is...
Matt_Dierick
Employee
Dec 18, 2013I would say a small irule rejecting connections when all members are down.
when CLIENT_ACCEPTED {
if {[active_members [LB::server pool]] < 1} {
reject
}
}
But, for my understand, it is the default behavior. Your VS should reject the connection when pool are down.
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