Adding an Interface to a PortChannel
Step 1
switch# configure terminal
Enters configuration mode.
Step 2
switch(config)# no interface port-channel 1
Deletes the specified PortChannel (1), its associated interface mappings, and the hardware associations for this PortChannel.
Adding an Interface to a PortChannel
To add an interface to a PortChannel, perform these steps:
Step 1
switch# configure terminal
Enters configuration mode.
Step 2
switch(config)# interface fc1/15
Configures the specified port interface (fc1/15).
Step 3
switch(config-if)# channel-group 15
Adds physical Fibre Channel port 1/15 to channel group 15. If channel group 15 does not exist, it is created. The port is
shut down.
Adding a Range of Ports to a PortChannel
To add a range of ports to a PortChannel, perform these steps:
Step 1
switch# configure terminal
Enters configuration mode.
Step 2
switch(config)# interface fc1/1 - 5
Configures the specified range of interfaces. In this example, interfaces from 1/1 to 1/5 are configured.
Step 3
switch(config-if)# channel-group 2
Adds physical interfaces 1/1, 1/2, 1/3, 1/4, and 1/5 to channel group 2. If channel group 2 does not exist, it is created.
If the compatibility check is successful, the interfaces are operational and the corresponding states apply to these interfaces.
Cisco MDS 9000 Series Interfaces Configuration Guide, Release 8.x
236
Configuring PortChannels