Module 6 - Etherchannel
Module 6 - Etherchannel
6.1.2 EtherChannel
EtherChannel technology was originally developed by Cisco as a LAN switch-to-
switch technique of grouping several Fast Ethernet or Gigabit Ethernet ports into
one logical channel. When an EtherChannel is configured, the resulting virtual
interface is called a port channel. The physical interfaces are bundled together
into a port channel interface, as shown in the figure.
6.1.3 Advantages of EtherChannel
EtherChannel technology has many advantages, including the following:
Most configuration tasks can be done on the EtherChannel interface
instead of on each individual port, ensuring configuration consistency
throughout the links.
EtherChannel relies on existing switch ports. There is no need to
upgrade the link to a faster and more expensive connection to have
more bandwidth.
Load balancing takes place between links that are part of the same
EtherChannel. Depending on the hardware platform, one or more load-
balancing methods can be implemented. These methods include
source MAC to destination MAC load balancing, or source IP to
destination IP load balancing, across the physical links.
EtherChannel creates an aggregation that is seen as one logical link.
When several EtherChannel bundles exist between two switches, STP
may block one of the bundles to prevent switching loops. When STP
blocks one of the redundant links, it blocks the entire EtherChannel.
This blocks all the ports belonging to that EtherChannel link. Where
there is only one EtherChannel link, all physical links in the
EtherChannel are active because STP sees only one (logical) link.
EtherChannel provides redundancy because the overall link is seen as
one logical connection. Additionally, the loss of one physical link within
the channel does not create a change in the topology. Therefore, a
spanning tree recalculation is not required. Assuming at least one
physical link is present; the EtherChannel remains functional, even if
its overall throughput decreases because of a lost link within the
EtherChannel.
PAgP Modes
S1 S2 Channel Establishment
On On Yes
On Desirable/Auto No
Auto Auto No
The table shows the various combination of LACP modes on S1 and S2 and the
resulting channel establishment outcome.
LACP Modes
S1 S2 Channel Establishment
On On Yes
On Active/Passive No
Passive Passive No
S1(config-if-range)#channel-group ?
<1-6> Channel group number
Select channel-group 1 and display the next option.
S1(config-if-range)#channel-group 1 ?
mode Etherchannel Mode of the interface
Enter the mode keyword and display the next set of
options.
S1(config-if-range)#channel-group 1 mode ?
active Enable LACP unconditionally
auto Enable PAgP only if a PAgP device is detected
desirable Enable PAgP unconditionally
on Enable Etherchannel only
passive Enable LACP only if a LACP device is detected
Configure the channel-group to use LACP unconditionally.