38-13
Cisco IE 3000 Switch Software Configuration Guide
OL-13018-03
Chapter 38 Configuring EtherChannels and Link-State Tracking
Configuring EtherChannels
Switch(config-if-range)#
end
This example shows how to configure an EtherChannel. It assigns two ports as static-access ports in
VLAN 10 to channel 5 with the LACP mode
active
:
Switch#
configure terminal
Switch(config)#
interface range gigabitethernet1/1 -2
Switch(config-if-range)#
switchport mode access
Switch(config-if-range)#
switchport access vlan 10
Switch(config-if-range)#
channel-group 5 mode active
Switch(config-if-range)#
end
Configuring EtherChannel Load Balancing
This section describes how to configure EtherChannel load balancing by using source-based or
destination-based forwarding methods. For more information, see the
“Load Balancing and Forwarding
Methods” section on page 38-7
.
Beginning in privileged EXEC mode, follow these steps to configure EtherChannel load balancing. This
procedure is optional.
To return EtherChannel load balancing to the default configuration, use the
no port-channel
load-balance
global configuration command.
Command
Purpose
Step 1
configure terminal
Enter global configuration mode.
Step 2
port-channel load-balance
{
dst-ip
|
dst-mac
|
src-dst-ip
|
src-dst-mac
|
src-ip
|
src-mac
}
Configure an EtherChannel load-balancing method.
The default is
src-mac
.
Select one of these load-distribution methods:
•
dst-ip
—Load distribution is based on the destination-host IP
address.
•
dst-mac
—Load distribution is based on the destination-host
MAC address of the incoming packet.
•
src-dst-ip
—Load distribution is based on the
source-and-destination host-IP address.
•
src-dst-mac
—Load distribution is based on the
source-and-destination host-MAC address.
•
src-ip
—Load distribution is based on the source-host IP
address.
•
src-mac
—Load distribution is based on the source-MAC
address of the incoming packet.
Step 3
end
Return to privileged EXEC mode.
Step 4
show etherchannel load-balance
Verify your entries.
Step 5
copy running-config startup-config
(Optional) Save your entries in the configuration file.
Содержание IE 3000
Страница 36: ...xxxiv Cisco IE 3000 Switch Software Configuration Guide OL 13018 03 Preface ...
Страница 784: ...39 20 Cisco IE 3000 Switch Software Configuration Guide OL 13018 03 Chapter 39 Troubleshooting Troubleshooting Tables ...
Страница 874: ...Index IN 42 Cisco IE 3000 Switch Software Configuration Guide OL 13018 03 ...