CLI Reference Guide ACL Configuration Commands
It indicates the number of the ACL.
It indicates the name of the ACL.
It indicates the start value of the sequence number.
It indicates the increment of the sequence number.
Global configuration mode
Use the show access-lists command to view the configuration of this command.
The following example rearranges the ACL entries:
Ruijie# show access-lists
ip access-list standard 1
10 permit host 192.168.4.12
20 deny any any
Ruijie# config
Ruijie(config)# ip access-list resequence 1 21 43
Ruijie(config)# exit
Ruijie# show access-lists
ip access-list standard 1
21 permit host 192.168.4.12
64 deny any any
It is used to view the ACL.
Use this command to create an extended IPv6 ACL and enter the configuration mode. Use the no
form of this command to delete the ACL.
It indicates the name of the ACL.