Command Reference ACL Commands
Global configuration mode
Use this command to change the order of the access entries.
The following example resequences entries of IPv6 access list “v6-acl”:
Before the configuration:
Ruijie# show access-lists
ipv6 access-list v6-acl
10 permit ipv6 any any
20 deny ipv6 any any
After the configuration:
Ruijie# config
Ruijie(config)# ipv6 access-list resequence v6-acl 21 43
Ruijie(config)# exit
Ruijie# show access-lists
ipv6 access-list v6-acl
21 permit ipv6 any any
64 deny ipv6 any any
Displays all access lists..
Use this command to apply an IPV6 access list on the specified interface. Use the no form of the
command to remove the IPv6 access list from the interface/VXLAN.
ipv6 traffic-filter name { in | out }
no ipv6 traffic-filter name { in | out }
Specifies filtering on inbound packets
Specifies filtering on outbound packets
By default, it is not disabled.