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