Etherchannels Flashcards
What are etherchannels?
Logical bundlings of two to eight links between two switches.
How does STP view etherchannels?
As a single port, no matter how many links make up the etherchannel.
In STP, how is the port cost of an etherchannel determined?
By the number and speed of the ports in the etherchannel. More, faster ports=lower port cost.
What action does STP take when a single port in an etherchannel goes down?
It increases the port cost for the etherchannel.
Does the channel group number have to match between two switches?
No. It’s a local value.
What are the three variations of etherchannel?
LACP, PAgP, and static.
What is a port channel?
The logical representation of an etherchannel. It’s how etherchannels are referred to within CIOS syntax.
What command is used to configure a port channel?
From interface config: channel-group (#) mode ( )
What is PAgP?
Port aggregation protocol. A Cisco proprietary etherchannel negotiation protocol.
What is LACP?
Link aggregation control protocol. Industry standard etherchannel negotiation protocol.
What is a good show command to check the overall status of etherchannels on a switch?
Show etherchannel brief, or Show etherchannel summary.
What does LACP use port priority for?
To determine which 8 of the total 16 allowed ports will be actively used in the etherchannel. Lower priority ports will be used.
What is a good command to check etherchannel relationship status?
Show LACP/PAgP neighbor.
How many ports can be assigned to a LACP etherchannel?
16, but only 8 will be used, determined by priority.
What are the LACP port modes?
Active and passive.