Etherchannel Flashcards
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