CLI Reference Guide ACL Configuration Commands
from the default mode to a new matching mode:
Ruijie(config)#expert access-list new-fragment-mode 2700
This command is supported only in 10.4 (3b16), 10.4 (3b17), 10.4 (5b1) and later versions.
expert access-list counter
Use this command to enable the packet matching counter for all ACEs under the expert ACL. Use the
no form of this command to disable the function.
expert access-list counter { id | name }
no expert access-list counter { id | name }
It indicates the number of the expert ACL, which ranges from 2700 to
2899.
It indicates the name of the ACL.
The packet matching counter of the expert ACL is disabled.
Global configuration mode
Use the show expert access-lists command to view the configuration of this command.
Example 1 enables the packet matching counter of the extended expert ACL:
Ruijie(config)# expert access-list counter exp-acl
Ruijie(config)# show access-lists
expert access-list extended 2700
10 permit ip VID 4 host 192.168.3.55 any host 192.168.99.6 any (16 matches)
20 deny tcp any any eq login any any (78 matches)
Example 2 disables the packet matching counter of the extended expert ACL:
Ruijie(config)#no expert access-list counter exp-acl
Ruijie(config)# show access-lists
expert access-list extended 2700
10 permit ip VID 4 host 192.168.3.55 any host 192.168.99.6 any
20 deny tcp any any eq login any any