Use this command to enter a text comment into the access list at the next entry.
text | Specifies the text of up to 64 characters within double quotes (“”) to be entered as the next access list entry |
None.
Configuration command, standard or extended access list configuration.
Use the command on page move before change a remark entry location.
This example enters configuration mode for standard access list 10 and enters a remark specifying that the following entry permits any source address for this access list. The remark entry is followed by the permit any entry:
System(rw-cfg-std-acl)->show access-lists 10 Standard IP access list 10 (1 entries) -- implicit deny all -- System(rw-cfg-std-acl)->remark “The following entry permits any source address.” System(rw-cfg-std-acl)->permit any System(rw-cfg-std-acl)->show access-lists 10 Standard IP access list 10 (3 entries) 1 “The following entry permits any source address.” 2 permit any -- implicit deny all -- System(rw-cfg-std-acl)->