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

refra's avatar
refra
Icon for Nimbostratus rankNimbostratus
Nov 13, 2019
Solved

SNAT Pool Subent entry

Hi, I trired to add 192.168.1.0/25, but it seems it's not applicable to add a subnet to SNAT pool memebers.   is there a way to add a subent in the SANT pool!  
  • iaine's avatar
    Nov 14, 2019

    i would definitely look to scripting. one way to do this in bash would be

     

    for i in {2..127}; do tmsh modify ltm snatpool <snatpool_name> members add {10.1.1.$i } ; done