S e n d c o m m e n t s t o n x 5 0 0 0 - d o c f e e d b a c k @ c i s c o . c o m
6-90
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 6 Security Commands
resequence
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(config)#
show ip access-lists ip-acl-01
IP access list ip-acl-01
7 permit tcp 128.0.0/16 any eq www
10 permit udp 128.0.0/16 any
13 permit icmp 128.0.0/16 any eq echo
17 deny igmp any any
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
100 permit tcp 128.0.0/16 any eq www
110 permit udp 128.0.0/16 any
120 permit icmp 128.0.0/16 any eq echo
130 deny igmp any any
Related Commands
Command
Description
ip access-list
Configures an IPv4 ACL.
mac access-list
Configures a MAC ACL.
show access-lists
Displays all ACLs or a specific ACL.