Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
6-89
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 6 Security Commands
resequence
resequence
To reassign sequence numbers to all rules in an access control list (ACL) or a time range, use the
resequence command.
resequence access-list-type access-list access-list-name starting-number increment
resequence time-range time-range-name starting-number increment
Syntax Description
Command Default None
Command Modes Configuration mode
Command History
Usage Guidelines The resequence command allows you to reassign sequence numbers to the rules of an ACL or time
range. The new sequence number for the first rule is determined by the starting-number argument. Each
additional rule receives a new sequence number determined by the increment argument. If the highest
sequence number would exceed the maximum possible sequence number, then no sequencing occurs and
the following message appears:
ERROR: Exceeded maximum sequence number.
The maximum sequence number is 4294967295.
access-list-type Type of the ACL. Valid values for this argument are the following keywords:
arp
ip
mac
access-list
access-list-name
Specifies the name of the ACL.
time-range
time-range-name
Specifies the name of the time range.
starting-number Sequence number for the first rule in the ACL or time range.
increment Number that the switch adds to each subsequent sequence number.
Release Modification
4.0(0)N1(1a) This command was introduced.