Access Control Lists (ACL) | 93
Example
Figure 6-1. remark Command Example
Related
Commands
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
Defaults
none
Command Modes
EXEC
EXEC Privilege
Command
History
Usage
Information
When all sequence numbers have been exhausted, this feature permits re-assigning of a new sequence
number to entries of an existing access-list.
Related
Commands
resequence prefix-list ipv4
Re-assign sequence numbers to entries of an existing prefix list.
Syntax
resequence prefix-list ipv4 {prefix-list-name StartingSeqNum Step-to-increment}
FTOS(conf-std-nacl)#remark 10 Deny rest of the traffic
FTOS(conf-std-nacl)#remark 5 Permit traffic from XYZ Inc.
FTOS(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
FTOS(conf-std-nacl)#
resequence access-list Re-assign sequence numbers to entries of an existing access-list.
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.
Range: 0 to 4294967290
Step-to-Increment
Enter the step to increment the sequence number.
Range: 1 to 4294967290
Version 8.3.16.1 Introduced on MXL 10/40GbE Switch IO Module
resequence prefix-list ipv4 Resequences a prefix list