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
}
}
2 Replies
- Colin_Walker_12Historic F5 AccountThe command LB::status does not require the set command before it to change the state of the pool.
What you're looking for is:LB::status pool test_pool member 192.168.1.1 80 session_disable
Colin - e_beans045
Nimbostratus
Thank you for a reply.
I tried to test it in the sentence structure that had you teach it.
However, it did not become session disable even if downed status of a pool member.
In the first place may not you change starters of a pool member in a rule?
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