Removes a deny or permit rule from this Association ACL Policy
no [deny|permit]
no deny <STARTING-MAC> precedence <1-1000>
no deny <STARTING-MAC> <ENDING-MAC> precedence <1-1000>
no permit <STARTING-MAC> precedence <1-1000>
no permit <STARTING-MAC> <ENDING-MAC> precedence <1-1000>
no <PARAMETERS>
no <PARAMETERS> | Removes a deny or permit rule from this association ACL policy |
The following example shows the association ACL policy ‘test‘ settings before the ‘no‘ commands is executed:
nx9500-6C8809(config-assoc-acl-test)#show context association-acl-policy test deny 11-22-33-44-55-01 11-22-33-44-55-FF precedence 150 deny 11-22-33-44-56-01 precedence 160 permit 11-22-33-44-66-01 11-22-33-44-66-FF precedence 170 permit 11-22-33-44-67-01 precedence 180 nx9500-6C8809(config-assoc-acl-test)#
nx9500-6C8809(config-assoc-acl-test)#no deny 11-22-33-44-56-01 11-22-33-44-56-FF precedence 150
The following example shows the association ACL policy ‘test‘ settings after the ‘no‘ commands is executed:
nx9500-6C8809(config-assoc-acl-test)#show context association-acl-policy test deny 11-22-33-44-56-01 precedence 160 permit 11-22-33-44-66-01 11-22-33-44-66-FF precedence 170 permit 11-22-33-44-67-01 precedence 180 nx9500-6C8809(config-assoc-acl-test)#