ipv6 access-list resequence
Syntax
ipv6 access-list resequence
identifier starting-seq-# interval
Description
Resets the sequence numbers for all ACEs in the ACL.
Options
starting-seq-#
-
Specifies the sequence number for the first ACE in the list.
Default: 10; Range: 1 – 2147483647
interval
-
Specifies the interval between consecutive sequence numbers for the ACEs in the list.
Default: 10; Range: 1 – 2147483647
Example output
Viewing and Resequencing an ACL
Switch(config)# ipv6 access-list resequence My-List 100
100
Switch(config)# show access-list config
ipv6 access-list "My-List"
100 permit ipv6 fe80::100/128 ::/0
200 deny ipv6 fe80::110/128 fe80::/124
300 permit ipv6 ::/0 ::/0
exit