IT-341 Module-15 Chapter-6: EtherChannel

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

48 Terms

1
New cards

What is EtherChannel?

A technology that bundles multiple physical links into a single logical link for redundancy and increased bandwidth.

2
New cards

What are benefits of EtherChannel?

Redundancy, fault tolerance, increased bandwidth, and load balancing.

3
New cards

What is the maximum number of physical interfaces in a Cisco EtherChannel?

Up to 16 interfaces: 8 active and 8 standby links.

4
New cards

What happens if one link in an EtherChannel fails?

Traffic continues over the remaining links without disruption.

5
New cards

Does EtherChannel require STP recalculation when a single link fails?

No, STP treats the bundle as one logical link.

6
New cards

What is load balancing in EtherChannel?

Distributing traffic across links using a hashing algorithm based on MAC addresses, IP addresses, or TCP/UDP port numbers.

7
New cards

What protocols are used to negotiate EtherChannel?

PAgP and LACP.

8
New cards

What does PAgP stand for?

Port Aggregation Protocol.

9
New cards

What does LACP stand for?

Link Aggregation Control Protocol.

10
New cards

Which EtherChannel protocol is Cisco proprietary?

PAgP.

11
New cards

Which EtherChannel protocol is IEEE standard?

LACP (802.3ad).

12
New cards

What are the two PAgP modes?

Auto (passive) and Desirable (active).

13
New cards

What are the two LACP modes?

Passive (waits for initiation) and Active (initiates negotiation).

14
New cards

What does PAgP "auto" mode do?

Passively waits to form an EtherChannel.

15
New cards

What does PAgP "desirable" mode do?

Actively attempts to form an EtherChannel.

16
New cards

What does LACP "passive" mode do?

Passively waits to form an EtherChannel.

17
New cards

What does LACP "active" mode do?

Actively tries to form an EtherChannel.

18
New cards

Which combinations form a PAgP EtherChannel?

Auto + Desirable or Desirable + Desirable.

19
New cards

Which combinations form a LACP EtherChannel?

Passive + Active or Active + Active.

20
New cards

What is the command to create an EtherChannel group?

channel-group [group-number] mode [mode]

21
New cards

What is the command to view EtherChannel summary?

show etherchannel summary

22
New cards

What is the command to check port channel interfaces?

show interfaces port-channel

23
New cards

What is a port channel?

The logical interface representing the EtherChannel.

24
New cards

How do you configure EtherChannel on a switch?

Select interfaces, set identical settings, assign to same channel group.

25
New cards

What must match on all interfaces in EtherChannel?

Speed, duplex, trunk/access mode, allowed VLANs.

26
New cards

What happens if EtherChannel member interfaces differ?

The channel will not form or may be placed in err-disabled state.

27
New cards

Can you mix different interface types in an EtherChannel?

No, interfaces must be of the same type and speed.

28
New cards

What command removes a port from an EtherChannel?

no channel-group [group-number]

29
New cards

Can you apply EtherChannel configuration to a port-channel interface?

Yes, apply STP, IP, or other settings to the logical interface.

30
New cards

What happens to STP with EtherChannel?

STP sees only the port-channel, simplifying topology calculations.

31
New cards

How does EtherChannel improve STP convergence?

STP treats the bundle as a single link, avoiding recalculation on failure.

32
New cards

What happens if ports are in different VLANs?

EtherChannel will not form; config must be consistent.

33
New cards

What should you configure before assigning interfaces to a channel group?

Ensure consistent settings (speed, duplex, switchport mode, VLANs).

34
New cards

How does EtherChannel reduce CPU overhead?

It limits STP and routing recalculations during link changes.

35
New cards

How many EtherChannels can a switch support?

Varies by platform; often up to 6 or more.

36
New cards

Can EtherChannel be used for both Layer 2 and Layer 3?

Yes, depending on interface configuration.

37
New cards

How do you configure a Layer 3 EtherChannel?

Configure member interfaces with 'no switchport', assign them to a channel group, and then assign an IP address to the resulting port-channel interface.

38
New cards

What is required to use EtherChannel between switches?

Supported protocols (PAgP or LACP) or manual mode.

39
New cards

What is the on mode in EtherChannel?

Forces EtherChannel without negotiation.

40
New cards

When should "on" mode be used cautiously?

When both sides are manually configured; otherwise loops may occur.

41
New cards

How can misconfigured EtherChannels be detected?

Use show etherchannel summary and show interfaces.

42
New cards

What symbol in show etherchannel summary indicates a Layer 2 port-channel?

S.

43
New cards

What symbol in show etherchannel summary indicates a Layer 3 port-channel?

R.

44
New cards

Can PAgP and LACP be used together in an EtherChannel?

No, both ends must use the same protocol: either PAgP or LACP.

45
New cards

How does EtherChannel interact with Spanning Tree Protocol (STP)?

STP treats the entire EtherChannel as a single link, which prevents loops and allows for faster convergence.

46
New cards

What are common causes for EtherChannel not forming?

Mismatched configurations such as speed, duplex, VLANs, or incompatible EtherChannel modes.

47
New cards

Which command displays the summary of EtherChannel status?

show etherchannel summary

48
New cards

How do you remove an interface from an EtherChannel group?

Use the 'no channel-group [number]' command on the specific interface.