remark

Enables adding a meaningful, human readable description to an IP access list definition. This is applicable to both IPv4 and IPv6 Access Lists.

Syntax

remark acl-remark-string

Parameters

acl-remark-string
Enables adding a meaningful, human readable description to an IP access list definition. Maximum length 256 characters.

Modes

Examples

The following example enables the adding of a description to a IPv4 access list configuration.

SLX (config)# ip access-list standard test_acl_config
SLX (config-ipacl-std)# remark Configuration-for-DHCP
SLX (config-ipacl-std)# 

The following example enables the adding of a description to a IPv6 access list configuration.

SLX (config)# ipv6 access-list standard test_acl_config
SLX (config-ip6acl-std)# remark IPv6-Configuration-for-DHCP
SLX (config-ip6acl-std)#