Cisco Nexus 7000 Series Command Reference Manual page 648

Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

resequence
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-sequence-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.
This command does not require a license.
Examples
This example shows how to resequence an IPv4 ACL named ip-acl-01 with a starting sequence number of
100 and an increment of 10, using the show ip access-lists command to verify sequence numbering before
and after the use of the resequence command:
switch# configure terminal
switch(config)# show ip access-lists ip-acl-01
IP access list ip-acl-01
switch(config)# resequence ip access-list ip-acl-01 100 10
switch(config)# show ip access-lists ip-acl-01
IP access list ip-acl-01
Related Commands
Command
arp access-list
ip access-list
ipv6 access-list
mac access-list
show access-lists
Cisco Nexus 7000 Series Security Command Reference
622
7 permit tcp addrgroup lab-machines any
10 permit udp addrgroup lab-machines any
13 permit icmp addrgroup lab-machines any
17 deny igmp any any
100 permit tcp addrgroup lab-machines any
110 permit udp addrgroup lab-machines any
120 permit icmp addrgroup lab-machines any
130 deny igmp any any
Description
Configures an ARP ACL.
Configures an IPv4 ACL.
Configures an IPv6 ACL.
Configures a MAC ACL.
Displays all ACLs or a specific ACL.
R Commands

Advertisement

Table of Contents
loading

Table of Contents