Use this command to move a pre-existing IPv6 access list rule entry or range to the specified location in the IPv6 access list.
entry1 | Specifies the entry for which the specified range of entries will be moved before. |
entry2 | Specifies the beginning entry for the range of entries to be moved. |
entry3 | Specifies the last entry for the range of entries to be moved. |
None.
Standard or extended IPv6 access list configuration.
This example enters configuration mode for standard IPv6 access list acl2 and moves rule entry 20 before rule entry 10:
System(rw-config)->ipv6 access-list standard acl2 System(rw-cfg-ipv6-std-acl)->move before 10 from 20 to 20 System(rw-cfg-ipv6-std-acl)->
This example enters configuration mode for standard IPv6 access list acl2 and moves rule entries 10 - 12 before rule entry 5:
System(rw-config)->ipv6 access-list standard acl2 System(rw-cfg-ipv6-std-acl)->move before 5 from 10 to 12 System(rw-cfg-ipv6-std-acl)->