Forum Discussion

Jay_Allison_400's avatar
Jay_Allison_400
Icon for Nimbostratus rankNimbostratus
Oct 09, 2007

down v. disabled issue

So one of my irule snippets incorporate the following rule.

 

 

when LB_FAILED {

 

LB::reselect pool some_random_pool_80

 

}

 

 

This seems to work fine if the members are marked down by ECV but not if the members are manually disabled by an operator. Is there some way around this issue?

 

 

  • Deb_Allen_18's avatar
    Deb_Allen_18
    Historic F5 Account

     

    Are you saying that LB_FAILED isn't being triggered under that condition?

     

  • Deb_Allen_18's avatar
    Deb_Allen_18
    Historic F5 Account
    Too bad you're not on 9.2.x, or you could use the LB::status command (Click here) to check the status of the node before sending traffic to it.

     

     

    I vaguely remember something about LB_FAILED not triggering under some conditions, perhaps it was with direct node selection... Anybody else remember that?

     

     

    /deb