object-group address resequence

Syntax

object-group {ip|ipv6} address <OBJECT-GROUP-NAME> resequence <STARTING-SEQUENCE-NUMBER> <INCREMENT>

Description

Reorders the sequence numbers in an address object group.

Command context

config

Parameters

ip|ipv6

Specifies the object group IP address type, either ip or ipv6.

<OBJECT-GROUP-NAME>

Specifies the address object group name.

<STARTING-SEQUENCE-NUMBER>

Specifies the starting sequence number.

<INCREMENT>

Specifies the sequence number increment.

Authority

Administrators or local user group members with execution rights for this command.

Examples

Resequencing address object group my_ipv4_addr_group to use sequence numbers 5, 10, 15 and so on:

switch(config)# object-group address my_ipv4_addr_group resequence 5 5
switch(config)#