ip access-list remark
Use this command to add a description to a named IPv4 access control list (ACL).
Use the no
form of this command to remove an ACL description.
Command Syntax
Copy
remark LINE
no remark
Parameters
LINE
ACL description up to 100 characters.
Default
None
Command Mode
IP access-list mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
Copy
#configure terminal
(config)#ip access-list mylist
(config-ip-acl)#remark permit the inside admin address
(config-ip-acl)#exit
(config)#ip access-list mylist
(config-ip-acl)#no remark
(config-ip-acl)#exit