CLI Reference Guide ACL Configuration Commands
list-remark text
Use this command to add remarks for the specified ACL. The no form deletes the remarks.
Add remarks for the specified ACL.
Note: The remarks include 100 characters at most and two same remarks are not allowed in one
ACL.
When an ACE is deleted, the remarks between this ACE and the preceding one are deleted.
Ruijie# ip access-list extended 102
Ruijie(config-ext-nacl)# list-remark this acl is to filter the host
192.168.4.12
Ruijie(config-ext-nacl)# show access-lists
ip access-list extended 102
deny ip host 192.168.4.12 any
1000 hits
this acl is to filter the host 192.168.4.12
Ruijie(config-ext-nacl)#
Use this command to apply the specified MAC ACL on the specified interface. Use the no form of the
command to remove the application.
mac access-group {id | name}{in | out}
no mac access-group {id | name} {in | out}