Forum Discussion

SSHSSH_97332's avatar
SSHSSH_97332
Icon for Nimbostratus rankNimbostratus
Oct 31, 2013

IRule to Re-load Balance

i have 4 Servers at a pool , persistence is source IP 3 servers went down , so all connections went to Server1 , when the 3 servers came back all the old connections didn't go to them & continued on Server1 i know that only new connections will go to them , but the idea is that i want even the new connections to be re-load balanced across all How can i achieve that ? is there an option @ GUI or Irule is needed ?

 

14 Replies

  • @Jesse, you can use the eval command to bypass the syntax validator in this case:

    when RULE_INIT {
      set static::member_cmd "active_members /partition/pool"
      set static::counter [eval $static::member_cmd]
    }
    
  • Jesse_48456's avatar
    Jesse_48456
    Historic F5 Account

    Hi Jason, Running 11.5.3 but, thank you so much for the reply!