Concept Guide

To remove a remark, use the no remark command with or without the sequence number. If there is a matching
string, the system deletes the remark.
Example
DellEMC(config-std-nacl)# remark 10 Deny rest of the traffic
DellEMC(config-std-nacl)# remark 5 Permit traffic from XYZ Inc.
DellEMC(config-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
DellEMC(config-std-nacl)#
The following example shows adding a remark without a sequence number:
DELLEMC(config-ext-nacl)#permit ip any any
DELLEMC(config-ext-nacl)#remark permit any ip
DELLEMC(config-ext-nacl)#show c
!
ip access-list extended testac
seq 5 permit ip any any
remark 5 permit any ip
The following example shows that the system displays an error message when the same remark string is used with
dierent remark numbers.
DELLEMC(config-ext-nacl)#seq 100 permit ip any any
DELLEMC(config-ext-nacl)#remark 10 permit any ip
DELLEMC(config-ext-nacl)#remark permit any ip
DELLEMC(config-ext-nacl)#% Error : Remark string already exists
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 congured 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.
Access Control Lists (ACL) 153