CLI Reference Guide ACL Configuration Commands
Ruijie(config)#no mac access-list extended mac-acl counter
Ruijie(config-mac-nacl)# show access-lists
mac access-list extended mac-acl
10 permit host 0023.56ac.8965 any
20 deny any any etype-any cos 6
It is used to view extended MAC ACL.
This command is supported only in 10.4 (3b16), 10.4 (3b17), 10.4 (5b1) and later versions.
Use this command to delete an entry of the ACL.
Sequence number of the ACL entry
Use this command to delete an ACL entry in ACL configuration mode.
Ruijie(config)# ipv6 access-list extended v6-acl
Ruijie(config-ipv6-nacl)# permit ipv6 host ::192.168.4.12 any
Ruijie(config-ipv6-nacl)#12 deny ipv6 host any any
Ruijie(config-ipv6-nacl)# show access-lists
ipv6 access-list extended v6-acl
10 permit ipv6 host ::192.168.4.12 any
12 deny ipv6 any any
Ruijie(config-ipv6-nacl)# no 12
Ruijie(config-ipv6-nacl)# show access-lists
ipv6 access-list extended v6-acl
10 permit ipv6 host ::192.168.4.12 any
Ruijie(config-ipv6-nacl)#