Etherchannel Flashcards

1
Q

What are two other names for Etherchannel?

A

Port Channel
LAG (Link Aggregation Group)

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

How does Etherchannel load balance?

A

It uses the same link for communication between a source and a destination. Communication is not broken up over multiple links.

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

What inputs can you use to alter which link Etherchannel uses for a specified source or destination?

A

Source MAC / IP
Dest MAC / IP
Source + Dest MAC / IP
*some switches can also do layer 4 load balancing

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

What command is used to view the load balancing config?

A

SW1#show etherchannel load-balance

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

What global config command is used to alter the load balancing config to source-destination MAC?

A

SW1(config)# port-channel load-balance src-dst-mac

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

What are the 3 kinds of Etherchannel?

A
  1. PAgP (Cisco proprietary)
  2. LACP (IEEE 802.3ad)
  3. Static Etherchannel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the maximum number of ACTIVE links that can be used in Etherchannel?

A
  1. Actually you can configure 16 in some cases but only 8 will be active.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What command is used to create an LACP Etherchannel group?

A

SW1(config-if-range)# channel-group 1 mode active / passive

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

What command is used to create an PAgP Etherchannel group?

A

SW1(config-if-range)# channel-group 1 mode desireable / auto

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

What command is used to create a static Etherchannel group?

A

SW1(config-if-range)#
channel-group 1 mode on

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

Will an LACP Etherchannel be formed using the below configurations?
1.passive + passive
2. active + passive
3. active + active

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

Will a PAgP Etherchannel be formed using the below configurations?
1. auto + auto
2. desireable + auto
3. desireable + desireable

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

Do channel-group numbers need to match across switches?

A

No. Channel group 1 can connect to channel group 3 on another switch.

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

What command is used to manually change an Etherchannel’s protocol?

A

SW1(config-if-range)#
channel-protocol lacp / pagp

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

What two commands are used to configure a port channel to be a trunk port?

A

SW1(config-if)#
switchport trunk encapsulation dot1q

SW1(config-if)#
switchport mode trunk

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

What attributes need to match in order to create an Etherchannel group?

A
  1. Duplex
  2. Speed
    Switchport mode (access/trunk)
  3. VLAN
17
Q

What command is used to view the active ports used in a port-channel?

A

SW1#
show etherchannel summary

18
Q

What command is used to view the protocol used in a port-channel?

A

SW1#
show etherchannel summary

19
Q

What command is used to view the number of port-channels in use on the switch?

A

SW1#
show etherchannel summary

20
Q

What do the S and U flags mean when listed next to the port channel in the summary output?

A

S (stands for switch) means Layer 2.
U means in use

NB: R would be Layer 3 (Router)

21
Q

What does a lower case s flag mean when listed next to one of the interfaces in the port-channel summary output?

A

s (suspended) - not active. The interface has been misconfigured, eg. configured to be an access port instead of a trunk port.

22
Q

What is another command you can use to see a summary of the Etherchannel configuration?

A

SW1# show etherchannel port-channel

23
Q

What command would you use prior to creating the port-channel group if you wanted to configure a layer 3 routed Etherchannel?

A

SW1(config-if-range)# no switchport

24
Q

What command do you use to assign a ip address 10.1.1.2/24 to po1?

A

SW1(config)# int po1
SW1(config-if)# ip address 10.1.1.2 255.255.255.0