Command Reference ACL Commands
Interface configuration mode.
Use this command to apply the IPv6 access list to a specified interface to filter the inbound or
outbound packets.
The following example applies the IPv6 access list named v6-acl to interface GigabitEthernet 0/1:
Ruijie(config)# interface GigaEthernet 0/1
Ruijie(config-if)# ipv6 traffic-filter v6-acl in
Displays ACL configurations on the interface.
Use this command to write a helpful comment (remark) for an access list. Use the no form of this
command to remove the remark.
Comment that describes the access list.
The access lists have no remarks by default.
You can use this command to write a helpful comment for a specified access list.
The following example writes a comment of “this acl is to filter the host 192.168.4.12” for ACL102.
Ruijie(config)# 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