Command Reference ACL Commands
restore the default order of access entries.
mac access-list resequence { id | name } start-sn inc-sn
no mac access-list resequence { id | name }
Extended MAC access list number: 700 to 799.
Name of the extended MAC access list
Start sequence number. Range: 1 to 2147483647
Increment of the sequence number. Range: 1 to 2147483647
Global configuration mode
Use this command to change the order of the access entries.
The following example resequences entries of extended MAC access list “mac-acl”:
Before the configuration:
Ruijie# show access-lists
mac access-list extended mac-acl
10 permit any any etype-any
20 deny any any etype-any
After the configuration:
Ruijie# config
Ruijie(config)# mac access-list resequence exp-acl 21 43
Ruijie(config)# exit
Ruijie# show access-lists
mac access-list extended mac-acl
21 permit any any etype-any
64 deny any any etype-any
Displays all access lists..