refra
Nov 13, 2019Nimbostratus
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!
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