CLI Guide
Example
Dell(conf-std-nacl)#remark 10 Deny rest of the traffic
Dell(conf-std-nacl)#remark 5 Permit traffic from XYZ Inc.
Dell(conf-std-nacl)#show config
!
ip access-list standard test
remark 5 Permit traffic from XYZ Inc.
seq 5 permit 1.1.1.0/24
remark 10 Deny rest of the traffic
seq 10 Deny any
Dell(conf-std-nacl)#
Related
Commands
resequence access-list — Re-assigns sequence numbers to entries of an existing
access-list.
resequence access-list
Re-assign sequence numbers to entries of an existing access-list.
Syntax
resequence access-list {ipv4 | mac} {access-list-name
StartingSeqNum Step-to-Increment}
Parameters
ipv4 | mac Enter the keyword ipv4 or mac to identify the access list
type to resequence.
access-list-name Enter the name of a configured IP access list.
StartingSeqNum Enter the starting sequence number to resequence. The
range is from 0 to 4294967290.
Step-to-
Increment
Enter the step to increment the sequence number. The
range is from 1 to 4294967290.
Defaults none
Command Modes
• EXEC
• EXEC Privilege
Supported Modes Full–Switch
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
8.3.16.1 Introduced on the MXL 10/40GbE Switch IO Module.
Usage Information
When you have exhausted all the sequence numbers, this feature permits re-
assigning a new sequence number to entries of an existing access-list.
Related
Commands
resequence prefix-list ipv4 — resequences a prefix list.
166
Access Control Lists (ACL)