ip access-list resequence

Use this command to modify sequence numbers of the IP access list specifications.

Use a non-overlapping sequence space for new sequence number sets to avoid possible unexpected rule matches during transition.

Re-sequencing an ACL attached to a management interface clears the ACL counters associated to it.

Command Syntax

Copy
resequence <1-268435453> INCREMENT
            

Parameters

<1-268435453>

Starting sequence number.

INCREMENT

Sequence number increment steps.

Default

None

Command Mode

IP access-list mode

Applicability

This command was introduced before OcNOS version 1.3.

Examples

Copy
#configure terminal
(config)#ip access-list mylist
(config-ip-acl)#resequence 5 5
(config-ip-acl)#end