Forum Discussion

Dennis_40955's avatar
Dennis_40955
Icon for Nimbostratus rankNimbostratus
Oct 08, 2018

reselect the pool member

Hi guy ,

 

Does F5 have the same function as proxy_next_upstream in Nginx?

 

thanks

 

2 Replies

  • Yes, this is in the pool configuration and is called Action on Service Down ad can be set to Reselect to select a different pool member. You can also use iRules LB::reselect to perform a reselect under specific circumstances if you want to.

     

  • Try this:

    when LB_FAILED {
       if { [active_members [LB::server pool]] > 0 } {
          LB::reselect [LB::server pool]
       }
    }