CLI Reference Guide ACL Configuration Commands
10 permit icmp any any
20 deny tcp any any
It is used to view extended IPv6 ACL.
This command is supported only in 10.4 (3b16), 10.4 (3b17), 10.4 (5b1) and later versions.
Use this command to apply the specified IPV6 ACL on the specified interface. Use the no form of the
command to remove the application.
ipv6 traffic-filter name {in | out}
no ipv6 traffic-filter name {in | out}
Filter the incoming packets of the interface
Filter the outgoing packets of the interface
No ACL is applied on the interface.
Interface configuration mode.
Apply the specified IPV6 ACL on the specified interface to control the interface traffic. You can view
the configuration by command show ipv6 traffic-filter.
The following example shows how to apply the access-list v6-acl to Gigabit interface Gigabit 0/1:
Ruijie(config)# interface GigaEthernet 0/1
Ruijie(config-if)# ipv6 traffic-filter v6-acl in
Show the ACL configurations.