channel-group

To add a port as a member of the specified port channel that is already created in the switch, use the command channel-group in Interface Configuration Mode. The no form of the command deletes the aggregation of the port from all port channels.

channel-group

channel-group { <channel-group-number(1-65535)> } { mode } { {active } { | on } { | passive} }

no channel-group

Parameters

Parameter Type Description
<channel-group-number(1-65535)> Integer Enter to add a port as a member of the specified port channel that is already created in the switch. This is a unique value that represents the specific port-channel created. This value ranges from 1 to 65535.
mode   Enter to configure the LACP activity for the port.
active   Enter to configure starting of LACP negotiation unconditionally.
on   Enter to force the interface to channel without LACP. This is equivalent to manual aggregation.
passive   Enter to configure starting of LACP negotiation only when LACP packet is received from peer.

Mode

Interface Configuration Mode

Prerequisites

This command executes successfully, only if
  • the LA functionality is started and enabled in the switch.

Examples

iS5comm(config)# interface gi 0/9

iS5comm (config-if)# channel-group 2 mode active