move before

Use this command to move a pre-existing IPv6 access list rule entry or range to the specified location in the IPv6 access list.

Syntax

move before entry1 from entry2 to entry3

Parameters

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.

Defaults

None.

Mode

Standard or extended IPv6 access list configuration.

Examples

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)->