CLI Reference Guide ACL Configuration Commands
The following example configures the minimum interval for packet matching log updating of the IPv6
ACL to 10 minutes:
Ruijie# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)# ipv6 access-list log-update interval 9
It indicates the definition of the IPv6 ACL.
The definition denies semantic ACL entries.
The definition permits semantic ACL entries.
This command is supported only in 10.4 (3b16), 10.4 (3b17), 10.4 (5b1) and later versions.
Use this command to enable the packet matching counter for all ACEs under the extended IPv6 ACL.
Use the no form of this command to disable the function.
ipv6 access-list counter name
no ipv6 access-list countername
It indicates the name of the ACL.
Global configuration mode
Use the show access-lists command to view the configuration of this command.
Example 1 enables the packet matching function of the extended IPv6 ACL:
Ruijie(config)# ipv6 access-list v6-acl
Ruijie(config-ipv6-nacl)# show access-lists
ipv6 access-list acl-v6
10 permit icmp any any (7 matches)
20 deny tcp any any (7 matches)
Example 2 disables the packet matching function of the extended IPv6 ACL:
Ruijie(config)#no ipv6 access-list v6-acl counter
Ruijie(config-ipv6-nacl)# show access-lists
ipv6 access-list acl-v6