EtherChannel Flashcards

1
Q

What is EtherChannel?

A

A technology that bundles multiple physical links into a single 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

What protocols can negotiate EtherChannel?

A

LACP (Link Aggregation Control Protocol) and PAgP (Port Aggregation Protocol).

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

What does the “channel-group” command do?

A

Assigns a physical interface to an EtherChannel group and sets the negotiation mode.

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

What is the purpose of the “port-channel” interface?

A

It represents the logical bundle of physical ports for configuration like VLANs or trunking.

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

Command to assign ports Gi0/1 and Gi0/2 to EtherChannel group 1 with LACP active?

A

interface range gi0/1 - 2\nchannel-group 1 mode active

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

What does “mode on” mean in EtherChannel?

A

Static EtherChannel with no negotiation protocol (manual bundling).

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

What must match on all ports in an EtherChannel group?

A

Speed

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

Command to set an EtherChannel as a trunk?

A

interface port-channel 1\nswitchport mode trunk

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

What does “show etherchannel summary” display?

A

EtherChannel group status

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

What happens if speed settings differ in an EtherChannel group?

A

The bundle won�t form

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

What is LACP “active” mode?

A

The port actively initiates EtherChannel negotiation with its peer.

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

What is PAgP “desirable” mode?

A

The port actively seeks to form an EtherChannel with a compatible peer.

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

Command to check EtherChannel load-balancing method?

A

show etherchannel load-balance

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

Default EtherChannel load-balancing method on Cisco switches?

A

Source MAC address (src-mac).

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

Command to set load balancing to source-destination IP?

A

port-channel load-balance src-dst-ip

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

What does “P” mean in “show etherchannel summary” output?

A

The port is bundled and active in the EtherChannel.

17
Q

What does “D” mean in “show etherchannel summary” output?

A

The port is down and not part of the EtherChannel.

18
Q

Command to verify STP status on an EtherChannel?

A

show spanning-tree interface port-channel 1

19
Q

Why use EtherChannel over a single link?

A

Increases bandwidth and provides link redundancy if one fails.

20
Q

What is the max number of ports in an EtherChannel (typical Cisco limit)?

A

8 (though platform-dependent; some support 16).

21
Q

Command to configure EtherChannel with PAgP auto mode?

A

channel-group 1 mode auto

22
Q

What happens if VLAN settings mismatch in an EtherChannel?

A

Ports may be suspended

23
Q

Command to view detailed EtherChannel info?

A

show etherchannel 1 detail

24
Q

Can PortFast be enabled on EtherChannel ports?

25
What command creates a Port-channel interface?
It�s auto-created when you use "channel-group" on physical ports.