Huawei firewall to view and adjust security domain policy priority

Huawei firewall view the list of optimization levels for security zone policies
display security-policy rule all
display security-policy all
Huawei firewall changes the list of optimization levels for security zone policies
rule move untrust_trust_161 before untrust_trust_160
where untrust_trust_161 is the strategy for this move and
untrust_trust_160 is this reference Things strategy
before and
after (replace before position)

rule move untrust_trust_161 up
up means to move the rule up one place.
down means to move the rule down by one. (Replace up position)
top means to move the rule to the top. -(Replace up position)
bottom means to move the rule to the bottom (before the default strategy) (replace up position)

Guess you like

Origin blog.51cto.com/wangheyu1/2486450