Users Guide

Version Description
9.8(1.0) Introduced on the Z9100–ON.
9.8(0.0P5) Introduced on the S4048-ON.
9.8(0.0P2) Introduced on the S3048-ON.
9.7(0.0) Introduced on the S6000–ON.
9.2(1.0) Introduced on the Z9500.
9.0.2.0 Introduced on the S6000.
8.3.19.0 Introduced on the S4820T.
8.3.11.1 Introduced on the Z9000.
8.3.7.0 Introduced on the S4810.
8.1.1.0 Introduced on the E-Series.
7.6.1.0 Introduced on the S-Series.
7.5.1.0 Introduced on the C-Series.
6.4.1.0 Introduced on the E-Series.
Usage Information The remark command is available in each ACL mode. You can congure up to 4294967291 remarks for a given IP
ACL and 65536 remarks for a given MAC ACL.
The following example shows the use of the remark command twice within CONFIGURATION-STANDARD-
ACCESS-LIST mode. The same sequence number was used for the remark and for an associated ACL rule. The
remark precedes the rule in the running-cong because it is assumed that the remark is for the rule with the same
sequence number, or the group of rules that follow the remark.
Example
Dell(config-std-nacl)# remark 10 Deny rest of the traffic
Dell(config-std-nacl)# remark 5 Permit traffic from XYZ Inc.
Dell(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
Dell(config-std-nacl)#
Related Commands
show cong — display the current ACL conguration.
show cong
Display the current ACL conguration.
Syntax
show config
Command Modes
CONFIGURATION-STANDARD-ACCESS-LIST
CONFIGURATION-EXTENDED-ACCESS-LIST
CONFIGURATION-MAC ACCESS LIST-STANDARD
CONFIGURATION-MAC ACCESS LIST-EXTENDED
Access Control Lists (ACL) 177