Command Reference ACL Commands
named exp-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
Displays the extended expert ACL.
1.11 expert access-list extended
Use this command to create an extended expert access list. Use the no form of the command to
remove the ACL.
expert access-list extended {id | name}
no expert access-list extended {id | name}
Extended expert access list number: 2700 to 2899
Name of the extended expert access list
Global configuration mode.
Use the show access-lists command to display the ACL configurations.
Create an extended expert ACL named exp-acl:
Ruijie(config)# expert access-list extended exp-acl
Ruijie(config-exp-nacl)# show access-lists expert access-list extended
exp-acl
Ruijie(config-exp-nacl)#
Create an extended expert ACL numbered 2704:
Ruijie(config)# expert access-list extended 2704
Ruijie(config-exp-nacl)# show access-lists access-list extended 2704
Ruijie(config-exp-nacl)#