Dell PowerConnect 3324/3348 Switch CLI Guide
Use the interface port-channel global configuration command to enter the interface configuration mode of a specific port-channel.
interface port-channel port-channel-number
This command has no default configuration.
Global Configuration Mode
There are no user guidelines for this command.
The following example enters the context of port-channel number 1.
Console (config)# interface port-channel 1 |
Use the interface range port-channel global configuration command to enter the interface configuration mode to configure multiple port channels.
interface range port-channel {port-channel-range | all}
This command has no default configuration.
Global Configuration Mode
Commands under the interface range context are executed independently on each interface in the range. If the command returns an error on one of the interfaces, it stops the execution of the command on subsequent interfaces.
The following example groups port-channel 1, 2, and 6 to receive the same command.
Console(config)# interface range port-channel 1-2, 6 Console(config-if)# |
The channel-group interface configuration command associates a port with a port-channel. To remove a port from a port-channel, use the no form of this command.
channel-group port-channel-number mode {on | auto}
no channel-group
The port is not assigned to any port-channel.
Interface Configuration (Ethernet) Mode
There are no user guidelines for this command.
The following example configures port 1/e5 to port-channel number 1 without LACP.
(config)# interface ethernet 1/e5 (config-if)# channel-group 1 mode on |
Use the show interfaces port-channel privileged EXEC command to display port-channel information (which ports are members of that port-channel, and whether they are currently active or not).
show interfaces port-channel [port-channel-number]
This command has no default configuration.
Privileged EXEC Mode
There are no user guidelines for this command.
The following example displays all port-channel information.
Console # show interfaces port-channel Channel Port ------------ ---------------------------------- 1 Active 1/e1, 2/e2 Inactive 3/e3 2 Active 1/e2 3 Inactive 3/e8 |