Lecture 12: EtherChannel Flashcards
(13 cards)
What is the main idea behind EtherChannel?
EtherChannel is a link aggregation technology that combines multiple physical Ethernet links into one logical link to increase bandwidth and provide redundancy.
Why can’t we just connect multiple links between switches?
STP blocks redundant links to prevent loops. EtherChannel allows the use of multiple links without being blocked by STP, as it treats them as a single logical link.
What are the main advantages of EtherChannel?
It increases bandwidth, enables load balancing, adds fault tolerance, and improves redundancy between network devices.
How does EtherChannel handle multiple physical links?
It groups them into a single virtual interface called a port channel, which behaves as one logical link for configuration and traffic.
Which Ethernet interfaces can be used with EtherChannel?
Fast Ethernet or Gigabit Ethernet interfaces can be grouped if they match in speed, duplex, and configuration.
What is a port channel in EtherChannel?
A port channel is the virtual interface created when physical interfaces are bundled using EtherChannel.
What protocols are used to manage EtherChannel formation?
- PAgP (Port Aggregation Protocol) – Cisco proprietary
- LACP (Link Aggregation Control Protocol) – industry standard (IEEE)
What modes does PAgP support and how do they behave?
- on: forces channel without negotiation
- auto: waits for the other side to initiate
- desirable: actively tries to form EtherChannel
What are the LACP operational modes?
- active: actively tries to form a channel
- passive: waits for the other side to be active
- Two passive ports won’t form a channel
Which mode combinations will fail to create EtherChannel?
- auto + auto → no channel
- passive + passive → no channel
- on + auto or on + passive → unreliable, not recommended
What are the basic configuration steps for EtherChannel?
- Select physical interfaces: interface range g0/1-2
- Set mode: channel-group 1 mode desirable (or active)
- Exit and configure port channel: interface port-channel 1
- Set trunking or VLAN: switchport mode trunk
What must match on bundled interfaces?
Speed and duplex must be the same, and interfaces must be in the same VLAN or trunk configuration.
What commands are used to check if EtherChannel is working?
- show etherchannel summary – shows status of port channel
- show running-config – shows config details
- show interface f0/1 – verifies individual port status