Day 24 - EtherChannel Flashcards

1
Q

This allows you to bundle multiple physical interfaces into one logical channel to increase the bandwidth on point-to-point links

A

EtherChannel

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

How many equal speed links can you configure EtherChannel for between two switches?

A

8

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

STP sees the bundle of physical EtherChannel’d links as what?

A

Single interface

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

As a result of EtherChannel, if one of the links goes down in the port channel, what doesn’t have to occur in regards to STP?

A

Convergence

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

When EtherChannel is configured, the resulting virtual interface is called a what?

A

Port channel

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

What are some of the benefits of EtherChannel?

A

Configuration can be done on EC interface instead of individual links

Increases bandwidth

Load balancing

STP recognizes as one logical link

Redundancy

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

True or False: EtherChannel links can mix FastEthernet and GigabitEthernet interfaces

A

False

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

All ports must be Layer __ ports when enabling EtherChannel

A

2

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

What modes does PAgP use?

A

On
Desirable
Auto

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

Solve for definition:

This mode forces the interface to channel without PAgP

A

On

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

Solve for definition:

The interface initiates negotiations with other interfaces by sending PAgP packets

A

Desirable

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

Solve for definition:

The interface responds to the PAgP packets that it receives but does not initiate PAgP negotiation

A

Auto

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

With PAgP mode settings, will the below mode(s) allow a channel to be established?

On / On

A

Yes

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

With PAgP mode settings, will the below mode(s) allow a channel to be established?

Auto/Desirable / Desirable

A

Yes

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

With PAgP mode settings, will the below mode(s) allow a channel to be established?

On/Auto/Desirable / Not configured

A

No

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

With PAgP mode settings, will the below mode(s) allow a channel to be established?

On / Desirable

A

No

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

With PAgP mode settings, will the below mode(s) allow a channel to be established?

Auto / Desirable

A

Yes

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

Link aggregation control protocol is what IEEE standard?

A

802.3ad

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

Solve for definition:

This mode forces the interface to channel without LACP

A

On

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

Solve for definition:

The interface initiates negotiations with other interfaces by sending LACP packets

21
Q

Solve for definition:

The interface responds to the LACP packets that it receives but does not initiate LACP negotiation

22
Q

With LACP mode settings, will the below mode(s) allow a channel to be established?

On / On

23
Q

With LACP mode settings, will the below mode(s) allow a channel to be established?

Active/Passive / Active

24
Q

With LACP mode settings, will the below mode(s) allow a channel to be established?

On/Active/Passive / Not configured

25
With LACP mode settings, will the below mode(s) allow a channel to be established? On / Active
No
26
With LACP mode settings, will the below mode(s) allow a channel to be established? Passive/On / Passive
No
27
What commands would be used to configure an EtherChannel interface between interfaces Gi0/1 and Gi0/2
int range gi0/1 - 2 channel-group 1 mode on (or active, desirable, etc) int port-channel 1 sw mode trunk sw trunk native vlan {vlan} sw trunk allowed vlan {allowed-vlans}
28
What command would you use to verify EtherChannel?
show etherchannel summary
29
When verifying EtherChannel, what does (SU) stand for?
Layer 2 and In Use
30
When verifying EtherChannel, what does (P) stand for?
Bundled in port channel
31
What command would you use to verify Etherchannel on a specific port?
show int {int} switchport
32
Ports with different native VLANs cannot form an ____________
EtherChannel
33
If the allowed range of __________ is not the same, the ports do not form an __________, even when PAgP is set to auto or desirable
VLANs EtherChannel
34
**True or False:** Packets from the same flow are load balanced round robin style across all the interfaces in the port channel (EtherChannel)?
False. Flows go over a single port channel interface
35
What is a flow in regards to EtherChannel?
A flow is a communication from a client to a server using a particular application
36
A single flow is __________ onto a single port channel interface
Load balanced
37
What do LACP and PAgP have in common?
Both sides of the link negotiate the port channel creation and maintenance
38
What is unique to Static EtherChannel that other two protocols don't have?
The switches do not negotiate the creation and maintenance BUT the settings on both sides still must match for the Port Channel to come up
39
What identical parameters must be in place to have the EtherChannel port come up?
Speed and Duplex Access or Trunk Mode Native VLAN and allowed VLANs on Trunks Same Access VLAN on access ports
40
What two (or even three) modes can LACP interfaces be set to?
On Active Passive
41
With LACP, if SW1s interface is set to Active and SW2s interface is set to Passive, will the port channel come up?
Yes
42
With LACP, if SW1s interface is set to Passive and SW2s interface is set to Passive, will the port channel come up?
No
43
With LACP, if SW1s interface is set to Active and SW2s interface is set to Active, will the port channel come up?
Yes
44
With PAgP, what mode(s) must both interfaces be set to for the EtherChannel to come up?
Desirable / Auto OR Desirable / Desirable
45
With PAgP, what mode is the most preferrable?
Desirable
46
What mode would Active or Passive be apart of?
LACP
47
What Etherchannel mode would Auto or Desirable be apart of?
PAgP
48
What mode would On be apart of?
Static