Difference between revisions of "dbedit rule creation"
From cpwiki.net
(Created page with "add source host1 to rule 1 addelement fw_policies ##Standard rule:1:src:'' network_objects:host1 category:dbedit") |
|||
Line 1: | Line 1: | ||
add source host1 to rule 1 | add source host1 to rule 1 | ||
addelement fw_policies ##Standard rule:1:src:'' network_objects:host1 | addelement fw_policies ##Standard rule:1:src:'' network_objects:host1 | ||
+ | |||
+ | deleting a rule (untested) | ||
+ | dbedit> rmbyindex fw_policies ##Standard rule 10 | ||
+ | <br> | ||
+ | dbedit> update_all | ||
+ | fw_policies::##Standard Updated Successfully | ||
+ | |||
[[category:dbedit]] | [[category:dbedit]] |
Revision as of 18:10, 4 October 2013
add source host1 to rule 1
addelement fw_policies ##Standard rule:1:src: network_objects:host1
deleting a rule (untested)
dbedit> rmbyindex fw_policies ##Standard rule 10
dbedit> update_all fw_policies::##Standard Updated Successfully