UsageInformationThe remark command is available in each ACL mode. You can configure up to 4294967290remarks in a given ACL.The example below shows the use of the remark command twice within CONFIGURATION-STANDARD-ACCESS-LIST mode. The same sequence number was used for the remark and foran associated ACL rule. The remark precedes the rule in the running-config because it isassumed that the remark is for the rule with the same sequence number, or the group of rulesthat follow the remark.Example FTOS(config-std-nacl)#remark 10 Deny rest of the trafficFTOS(config-std-nacl)#remark 5 Permit traffic from XYZ Inc.FTOS(config-std-nacl)#show config!ip access-list standard testremark 5 Permit traffic from XYZ Inc.seq 5 permit 1.1.1.0/24remark 10 Deny rest of the trafficseq 10 Deny anyFTOS(config-std-nacl)#RelatedCommandsshow config – displays the current ACL configuration.show configDisplay the current ACL configuration.C-Series, E-Series, S-Series, Z-Series, S4810Syntax show configCommand Modes • CONFIGURATION-STANDARD-ACCESS-LIST• CONFIGURATION-EXTENDED-ACCESS-LIST• CONFIGURATION-MAC ACCESS LIST-STANDARD• CONFIGURATION-MAC ACCESS LIST-EXTENDEDCommand History 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-Version6.2.1.1Introduced on the E-Series.Example FTOS(config-ext-nacl)#show conf!ip access-list extended patchesFTOS(config-ext-nacl)#213