Removing An Interface From An Etherchannel - Cisco Catalyst 4500 series Administration Manual

Hide thumbs Also See for Catalyst 4500 series:
Table of Contents

Advertisement

Chapter 26
Configuring EtherChannel and Link State Tracking
EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
IPv4: Source XOR Destination IP address
IPv6: Source XOR Destination IP address
Switch#

Removing an Interface from an EtherChannel

To remove an Ethernet interface from an EtherChannel, perform this task:
Command
Step 1
Switch(config)# interface {fastethernet |
gigabitethernet | tengigabitethernet} slot/port
Step 2
Switch(config-if)# no channel-group
Step 3
Switch(config-if)# end
Step 4
Switch# show running-config interface
{fastethernet | gigabitethernet |
tengigabitethernet} slot/port
Switch# show interface {fastethernet |
gigabitethernet | tengigabitethernet} slot/port
etherchannel
This example shows how to remove Fast Ethernet interfaces 5/4 and 5/5 from port channel 1:
Switch# configure terminal
Switch(config)# interface range fastethernet 5/4 - 5 (Note: Space is mandatory.)
Switch(config-if)# no channel-group 1
Switch(config-if)# end
Removing an EtherChannel
If you remove an EtherChannel, the member ports are shut down and removed from the channel group.
If you want to change an EtherChannel from Layer 2 to Layer 3, or Layer 3 to Layer 2, you must remove
Note
the EtherChannel and recreate it in the desired configuration.
To remove an EtherChannel, perform this task:
Command
Step 1
Switch(config)# no interface port-channel
port_channel_number
Step 2
Switch(config)# end
Step 3
Switch# show etherchannel summary
This example shows how to remove port channel 1:
Switch# configure terminal
OL_28731-01
src-dst-ip
Software Configuration Guide—Release IOS XE 3.6.0E and IOS 15.2(2)E
Purpose
Selects a physical interface to configure.
Removes the interface from the port channel interface.
Exits configuration mode.
Verifies the configuration.
Purpose
Removes the port channel interface.
Exits configuration mode.
Verifies the configuration.
Configuring EtherChannel
26-15

Advertisement

Table of Contents
loading

Table of Contents