object-group port resequence
Syntax
object-group port <OBJECT-GROUP-NAME> resequence <STARTING-SEQUENCE-NUMBER> <INCREMENT>
Description
Reorders the sequence numbers in a port object group.
Command context
config
Parameters
<OBJECT-GROUP-NAME>
Specifies the port object group name.
<STARTING-SEQUENCE-NUMBER>
Specifies the starting sequence number.
<INCREMENT>
Specifies the sequence number increment.
Authority
Administrators
Examples
Resequencing port object group my_port_group to use sequence numbers 110, 120, 130 and so on:
switch(config)# object-group port my_port_group resequence 110 10 switch(config)#