![Cisco MDS 9000 Series Command Reference Manual Download Page 162](http://html.mh-extra.com/html/cisco/mds-9000-series/mds-9000-series_command-reference-manual_21253162.webp)
S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
4-22
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.x
Chapter 4 C Commands
channel-group
channel-group
To add a port to a PortChannel group, use the
channel-group
command. To remove a port, use the
no
form of the command.
channel-group
{
port-channel number
force
}
no channel-group
{
port-channel number
force
}
Syntax Description
Defaults
None.
Command Modes
Interface configuration mode.
Command History
Usage Guidelines
The auto mode support is not available after 4.x. To convert auto PortChannel to active mode PortChannel,
use the
port-channel persistent
command. This command needs to be run on both sides of the auto
Port Channel.
Examples
The following example shows how to add a port to the PortChannel:
switch#
config terminal
switch(config)#
interface fc 1/1
switch(config-if)#
channel-group 2 force
fc1/1 added to port-channel 2 and disabled
please do the same operation on the switch at the other end of the port-channel,
then do "no shutdown" at both end to bring them up
switch(config-if)#
Related Commands
port-channel number
Specifies the PortChannel number. The range is 1 to 256.
force
Specifies the PortChannel to add a port using the force option.
Release
Modification
NX-OS 4.1(3)
Deleted
auto
keyword from the syntax description.
3.0(1)
This command was introduced.
Command
Description
show interface port-channel
Displays the PortChannel interface information.