Removes a deny or permit rule from this IPv6 ACL Policy
no [deny|permit]
no [deny|permit] [icmpv6|ipv6|proto|tcp|udp] <RULE-PARAMETERS> {(rule-description <LINE>)}
no <PARAMETERS>
no <PARAMETERS> | Removes a deny or permit rule from the selected IPv6 access list |
The following example shows the ACL ‘test‘ settings before the ‘no‘ commands is executed:
nx9500-6C8809(config-ipv6-acl-test)#show context ipv6 access-list test deny icmpv6 any any type eq destination-unreachable code eq router-renumbering-command log rule-precedence 1 permit proto gre any any log rule-precedence 2 nx9500-6C8809(config-ipv6-acl-test)#
nx9500-6C8809(config-ipv6-acl-test)#no deny icmpv6 any any type eq 1 log rule-precedence 1
nx9500-6C8809(config-ipv6-acl-test)#show context ipv6 access-list test permit proto gre any any log rule-precedence 2 nx9500-6C8809(config-ipv6-acl-test)#