For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Chun_Ji_210639's avatar
Chun_Ji_210639
Icon for Nimbostratus rankNimbostratus
Jul 08, 2015

How to disable all members in a given pool

Hi there, In tmsh mode, this command, "modify /ltm pool members modify { { session user-disabled } }",

 

will disable one pool member by the given value. I wonder is there a Command way that I can disable ALL pool members in a given pool ?

 

Thanks for the help.

 

Chun Ji

 

1 Reply

  • Rather then disable all member form pool, why not disable pool itself. Pool will not accept new session traffic once disabled.

                modify / ltm pool  disabled
                                Or
                modify /ltm pool  members modify { 10.10.10.211:http { session user-disabled } }