Reference Guide

description
Enter a description of up to 80 characters.
Defaults Not configured.
Command Modes
CONFIGURATION-STANDARD-ACCESS-LIST
CONFIGURATION-EXTENDED-ACCESS-LIST
CONFIGURATION-MAC ACCESS LIST-STANDARD
CONFIGURATION-MAC ACCESS LIST-EXTENDED
Command History
This guide is platform-specific. For command information about other platforms, refer to the
relevant
FTOS Command Line Reference Guide
.
The following is a list of the FTOS version history for this command.
Version 8.3.19.0 Introduced on the S4820T.
Version 8.3.11.1 Introduced on the Z9000.
Version 8.3.7.0 Introduced on the S4810.
Version 8.1.1.0 Introduced on the E-Series ExaScale.
Version 7.6.1.0 Introduced on the S-Series.
Version 7.5.1.0 Introduced on the C-Series.
pre-Version
6.4.1.0
Introduced on the E-Series.
Usage
Information
The remark command is available in each ACL mode. You can configure up to 4294967290
remarks in a given 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-config
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
FTOS(config-std-nacl)#remark 10 Deny rest of the traffic
FTOS(config-std-nacl)#remark 5 Permit traffic from XYZ Inc.
FTOS(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
FTOS(config-std-nacl)#
Related
Commands
show config — displays the current ACL configuration.
176