Etherchannel Flashcards
(24 cards)
What are two other names for Etherchannel?
Port Channel
LAG (Link Aggregation Group)
How does Etherchannel load balance?
It uses the same link for communication between a source and a destination. Communication is not broken up over multiple links.
What inputs can you use to alter which link Etherchannel uses for a specified source or destination?
Source MAC / IP
Dest MAC / IP
Source + Dest MAC / IP
*some switches can also do layer 4 load balancing
What command is used to view the load balancing config?
SW1#show etherchannel load-balance
What global config command is used to alter the load balancing config to source-destination MAC?
SW1(config)# port-channel load-balance src-dst-mac
What are the 3 kinds of Etherchannel?
- PAgP (Cisco proprietary)
- LACP (IEEE 802.3ad)
- Static Etherchannel
What is the maximum number of ACTIVE links that can be used in Etherchannel?
- Actually you can configure 16 in some cases but only 8 will be active.
What command is used to create an LACP Etherchannel group?
SW1(config-if-range)# channel-group 1 mode active / passive
What command is used to create an PAgP Etherchannel group?
SW1(config-if-range)# channel-group 1 mode desireable / auto
What command is used to create a static Etherchannel group?
SW1(config-if-range)#
channel-group 1 mode on
Will an LACP Etherchannel be formed using the below configurations?
1.passive + passive
2. active + passive
3. active + active
- No
- Yes
- Yes
Will a PAgP Etherchannel be formed using the below configurations?
1. auto + auto
2. desireable + auto
3. desireable + desireable
- No
- Yes
- Yes
Do channel-group numbers need to match across switches?
No. Channel group 1 can connect to channel group 3 on another switch.
What command is used to manually change an Etherchannel’s protocol?
SW1(config-if-range)#
channel-protocol lacp / pagp
What two commands are used to configure a port channel to be a trunk port?
SW1(config-if)#
switchport trunk encapsulation dot1q
SW1(config-if)#
switchport mode trunk
What attributes need to match in order to create an Etherchannel group?
- Duplex
- Speed
Switchport mode (access/trunk) - VLAN
What command is used to view the active ports used in a port-channel?
SW1#
show etherchannel summary
What command is used to view the protocol used in a port-channel?
SW1#
show etherchannel summary
What command is used to view the number of port-channels in use on the switch?
SW1#
show etherchannel summary
What do the S and U flags mean when listed next to the port channel in the summary output?
S (stands for switch) means Layer 2.
U means in use
NB: R would be Layer 3 (Router)
What does a lower case s flag mean when listed next to one of the interfaces in the port-channel summary output?
s (suspended) - not active. The interface has been misconfigured, eg. configured to be an access port instead of a trunk port.
What is another command you can use to see a summary of the Etherchannel configuration?
SW1# show etherchannel port-channel
What command would you use prior to creating the port-channel group if you wanted to configure a layer 3 routed Etherchannel?
SW1(config-if-range)# no switchport
What command do you use to assign a ip address 10.1.1.2/24 to po1?
SW1(config)# int po1
SW1(config-if)# ip address 10.1.1.2 255.255.255.0