Forum Discussion
Kirit_Patel_521
Nimbostratus
Dec 30, 2009disable arp not working
We had a situation where we have virtual servers defined and pools. If the backend servers lets say ip 172.16.34.2 and 172.16.34.5 listening on port 80 were down
But we are still able ...
The_Bhattman
Nimbostratus
Dec 30, 2009Hi Kirit,
I believe that it is by function that the VIP will respond even though the backend is not available - Performance L4 simply changes that due the nature of the setting. We had the same issue for an app that was simply checking the port of the VIP rather then checking the content so I put the following in place while we fixed the app to do content checking
when HTTP_REQUEST {
if { [active_members pool_http_servers] == 0 } {
reject
}
}
or
when CLIENT_ACCEPTED {
if { [active_members pool_http_servers] == 0 } {
reject
}
}
The reject statement sends out a TCP reset
I hope this helps
Bhattman
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
