The following example clears the packet matching counter of the MAC ACL No. 700:
Ruijie #show access-lists 700
mac access-list extended mac-acl
10 permit host 0023.56ac.8965 any arp (1985 matches)
20 deny any any etype-any cos 6 (459678 matches)
Ruijie# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Ruijie(config)# clear mac access-list counters 700
Ruijie(config)# end
Ruijie #show access-lists 700
mac access-list extended mac-acl
10 permit host 0023.56ac.8965 any arp
20 deny any any etype-any cos 6
One or multiple deny conditions are used to determine whether to forward or discard the packet. In
ACL configuration mode, you can modify the existent ACL or configure according to the protocol
details.