Lecture 12: EtherChannel Flashcards

(13 cards)

1
Q

What is the main idea behind EtherChannel?

A

EtherChannel is a link aggregation technology that combines multiple physical Ethernet links into one logical link to increase bandwidth and provide redundancy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why can’t we just connect multiple links between switches?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the main advantages of EtherChannel?

A

It increases bandwidth, enables load balancing, adds fault tolerance, and improves redundancy between network devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does EtherChannel handle multiple physical links?

A

It groups them into a single virtual interface called a port channel, which behaves as one logical link for configuration and traffic.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which Ethernet interfaces can be used with EtherChannel?

A

Fast Ethernet or Gigabit Ethernet interfaces can be grouped if they match in speed, duplex, and configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a port channel in EtherChannel?

A

A port channel is the virtual interface created when physical interfaces are bundled using EtherChannel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What protocols are used to manage EtherChannel formation?

A
  • PAgP (Port Aggregation Protocol) – Cisco proprietary
  • LACP (Link Aggregation Control Protocol) – industry standard (IEEE)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What modes does PAgP support and how do they behave?

A
  • on: forces channel without negotiation
  • auto: waits for the other side to initiate
  • desirable: actively tries to form EtherChannel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the LACP operational modes?

A
  • active: actively tries to form a channel
  • passive: waits for the other side to be active
  • Two passive ports won’t form a channel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which mode combinations will fail to create EtherChannel?

A
  • auto + auto → no channel
  • passive + passive → no channel
  • on + auto or on + passive → unreliable, not recommended
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the basic configuration steps for EtherChannel?

A
  1. Select physical interfaces: interface range g0/1-2
  2. Set mode: channel-group 1 mode desirable (or active)
  3. Exit and configure port channel: interface port-channel 1
  4. Set trunking or VLAN: switchport mode trunk
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What must match on bundled interfaces?

A

Speed and duplex must be the same, and interfaces must be in the same VLAN or trunk configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What commands are used to check if EtherChannel is working?

A
  • show etherchannel summary – shows status of port channel
  • show running-config – shows config details
  • show interface f0/1 – verifies individual port status
How well did you know this?
1
Not at all
2
3
4
5
Perfectly