Forum Discussion
Keith_Richards_
Nimbostratus
Jul 05, 2007LB_FAILED event
Please can someone tell me how long the LTM will wait, given that the selected server hasn't responded, before triggering the LB_FAILED event.
I have noticed that when people are using LB_FAILED for...
What_Lies_Bene1
Cirrostratus
May 02, 2013Not sure this helps but are you SNATting? If so, perhaps the server is accepting connections from the F5 Self-IP address but not the SNAT address?
On the subject of the loop, I'd recommend that some simple counting is employed to ensure the looping is short lived;
when CLIENT_ACCEPTED {
set loopcounter 0
}
when LB_FAILED {
set selected_server [LB::server addr]
if {$selected_server == ""} {
log local0. "No mdex node available"
}
elseif { loopcounter <=4 } {
log local0. "Node: ${selected_server} not responding."
Select another node
LB::reselect
incr loopcounter }
}
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