remark

Use this command to enter a text comment into the L2 ACL at the next entry.

Syntax

remark “text
no remark “text

Parameters

text Specifies the text of up to 64 characters within double quotes (“”) to be entered as the next L2 ACL entry.

Defaults

None.

Mode

Configuration command, L2 ACL configuration mode.

Usage

Use the command on page move before change a remark entry location.

The “no” version of this command removes the last (if duplicate entries exist) or the specified (if no duplicate entries exist) remark entry with the specified text.

Example

This example enters configuration mode for L2 ACL list1 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-config)->l2 access-list list1
System(rw-cfg-l2-acl)->remark “The following entry permits any source address.”
System(rw-cfg-l2-acl)->permit any
System(rw-cfg-l2-acl)->