Use this command to delete a pre-existing IPv6 access list rule entry or range of entries.
entry | from entry to entry | (Optional) Specifies an entry or range of entries to delete. When deleting a range of entries, from specifies the beginning of the range, and to specifies the end of the range inclusive. An entry is a valid pre-existing IPv6 access list rule from 1 to 5000. |
None.
Standard or extended IPv6 access list configuration.
This example enters configuration mode for standard IPv6 access list acl2 and deletes rule entry 20:
System(rw-config)->ipv6 access-list standard acl2 System(rw-cfg-ipv6-std-acl)->delete 20 System(rw-cfg-ipv6-std-acl)->
This example enters configuration mode for standard IPv6 access list acl2 and deletes rule entry 10 - 12:
System(rw-config)->ipv6 access-list standard acl2 System(rw-cfg-ipv6-std-acl)->delete from 10 to 12 System(rw-cfg-ipv6-std-acl)->