Forum Discussion
e_beans045
Nimbostratus
Mar 23, 2007LB::status pool
Hello.
When health checks from BIG-IP to a server fail, I want to make a state of the server session_disable.
I tried to make a rule such as a bottom, but BIG-IP does not work well.
when CLIENT_ACCEPTED {
if { [LB::status pool test_pool member 192.168.1.1 80] eq down }{
set [LB::status pool test_pool member 192.168.1.1 80] session_disable
}
}
- Colin_Walker_12Historic F5 AccountThe command LB::status does not require the set command before it to change the state of the pool.
LB::status pool test_pool member 192.168.1.1 80 session_disable
- e_beans045
Nimbostratus
Thank you for a reply.
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