Forum Discussion
draco_184361
Feb 04, 2018Nimbostratus
Add address in bulk to address list in AFM
Hi
I need a script to add addresses in an existing address list on AFM using the modify /security firewall address-list White_List addresses add . Can any one help me ?>
Leonardo_Souza
Feb 08, 2018Cirrocumulus
Just improving your script...
!/bin/bash
while read p
do
tmsh modify /security firewall address-list $1 add { $p }
done < $2
./script_name "White_List" "address_list.txt"
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects