ip access-list resequence

Use this command to renumber the sequence numbers of the entries for specified IP access list with the given increment value starting from a particular sequence number. The command is used to edit the sequence numbers of ACL (Access Control List) rules in the ACL and change the order in which entries are applied. This command is not saved in startup configuration and is not displayed in running configuration.

Note

Note

If the generated sequence number exceeds the maximum sequence number, the ACL rule creation fails and an informational message is displayed.
Default 10
Format ip access-list resequence {name| id } starting-sequence-number increment
Mode Global Config
Parameter Description
starting-sequence-number The sequence number from which to start. The range is 1–2147483647. The default is 10.
increment The amount to increment. The range is 1–2147483647. The default is 10.