Forum Discussion
Demeter_Luo_168
Nimbostratus
10 years agoHow to add Active Rules on AFM modules in batch using Command Line
Hi friends,
I want to create Active Rules on AFM modules in batch using Command Line,as you can see below,
Moreover,i attempt to add single Active Rules using tmsh utility and i can't find ...
Brad_Parker_139
Nacreous
10 years agoEach rule has to have a name.
create security firewall policy Policy_val_vs_To_vlan_inweb Rules add { NewRule1 { action accept destination {....
This will be helpful, https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-tmsh-reference-11-6-0.pdf
- Brad_Parker_13910 years ago
Nacreous
if you already have a policy, you will use modify rather than create. - Demeter_Luo10 years ago
Nimbostratus
Thanks.it's good to me.