Forum Discussion
Wil_Schultz_101
Nimbostratus
Aug 09, 2007LB_FAILED behavior, expected or not?
I have the following iRule, use if for when my nodes are down connections go to a different page.
when LB_FAILED {
switch [LB::server pool] {
default {
set remoteip [IP::remote_addr]
...
Al_Carandang_11
Nimbostratus
Aug 10, 2007Yes this is expected behaviour - the BigIP will keep sending traffic to the down server until it is marked down which would be after your health checks fail for the configured number of retries.
I was just wondering though why you have the switch in your code when all you test for is the default condition...
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