-Configuring Link Aggregation With Ether Channel
-Configuring Link Aggregation With Ether Channel
Channel
Overview
• Logical aggregation of
similar links
• Load balances
• Viewed as one logical port
• Redundancy
n Frame distribution
n Management of EtherChannel
n Logical port
EtherChannel Features and Benefits
PAgP
• Cisco proprietary
LACP
• IEEE 802.3ad standard
PAgP LACP
Auto: This PAgP mode places an Passive: This LACP mode places a port in a
interface in a passive negotiating state in passive negotiating state. In this state, the port
which the interface responds to the responds to the LACP packets that it receives but
PAgP packets that it receives but does does not initiate LACP packet negotiation (default).
not initiate PAgP negotiation.
Desirable: This PAgP mode places an Active: This LACP mode places a port in an active
interface in an active negotiating state in negotiating state. In this state, the port initiates
which the interface initiates negotiations negotiations with other ports by sending LACP
with other interfaces by sending PAgP packets.
packets. Interfaces configured in the “on”
mode do not exchange PAgP packets.
The default mode for PAgP is auto
mode.
On: This mode forces the interface to On: This mode forces the interface to channel
channel without PAgP or LACP. without PAgP or LACP.
LACP Parameters
n System priority: Each switch running LACP must have a system priority. The
system priority can be specified automatically or through the command-line interface (CLI).
The switch uses the MAC address and the system priority to form the system ID.
n Port priority: Each port in the switch must have a port priority. The port priority can
be specified automatically or through the CLI. The port priority and the port number form
the port identifier. The switch uses the port priority to decide which ports to put in standby
mode when a hardware limitation prevents all compatible ports from aggregating.
n Administrative key: Each port in the switch must have an administrative key value,
which can be specified automatically or through the CLI. The administrative key defines
the ability of a port to aggregate with other ports, determined by the following:
— The port physical characteristics, such as data rate, duplex capability, and
point-to-point or shared medium
6. Associate physical interfaces with the port- Assigns all of the physical interfaces in the
channel. range to the EtherChannel group.
Switch(config-if-range)#
channel-group 1 mode desirable
Verifying EtherChannel