Removing An Interface From An Etherchannel - Cisco Catalyst 4500 Series Software Configuration Manual

Cisco ios xe release 3.9.xe and cisco ios release 15.2(5)ex
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

Chapter 27
Configuring EtherChannel and Link State Tracking
To configure EtherChannel load balancing, perform this task:
Command
Step 1
Switch(config)# [no] port-channel load-balance
{src-mac | dst-mac | src-dst-mac | src-ip |
dst-ip | src-dst-ip | src-port | dst-port |
src-dst-port}
Step 2
Switch(config)# end
Step 3
Switch# show etherchannel load-balance
The load-balancing keywords indicate these values:
This example shows how to configure EtherChannel to use source and destination IP addresses:
Switch# configure terminal
Switch(config)# port-channel load-balance src-dst-ip
Switch(config)# end
Switch#
This example shows how to verify the configuration:
Switch# show etherchannel load-balance
EtherChannel Load-Balancing Configuration:
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
src-mac—Source MAC addresses
dst-mac—Destination MAC addresses
src-dst-mac—Source and destination MAC addresses
src-ip—Source IP addresses
dst-ip—Destination IP addresses
src-dst-ip—Source and destination IP addresses (Default)
src-port—Source Layer 4 port
dst-port—Destination Layer 4 port
src-dst-port—Source and destination Layer 4 port
src-dst-ip
Catalyst 4500 Series Switch, Cisco IOS Software Configuration Guide - Cisco IOS XE 3.9.xE and IOS 15.2(5)Ex
Purpose
Configures EtherChannel load balancing.
Use the no keyword to return EtherChannel load
balancing to the default configuration.
Exits configuration mode.
Verifies the configuration.
Purpose
Selects a physical interface to configure.
Removes the interface from the port channel interface.
Configuring EtherChannel
27-19

Advertisement

Table of Contents
loading

Table of Contents