-
How many ports can be used in an Etherchannel?
2, 4, or 8
-
What are the two EtherChannel protocols?
PAgP (Cisco) and LACP (industry standard)
-
What are the three modes of PAgP?
On, desirable (will join an auto pair), and auto (will join an auto or desirable pair)
-
What are the three modes of LACP?
On, passive, active
-
What must be identical for channeled ports?
Speed, duplex, mode, and trunks (basically, everything)
-
What is the command to configure multiple ports at once?
interface range fastethernet0/0-1
-
What is the command to create a channel group?
channel-group [ID] mode [on|active|passive|desirable|auto]
-
What is the industry standard term for EtherChannel
LAG (Link AGgregation)
-
How do you show the EtherChannel configuration?
show etherchannel summary
-
How is an EtherChannel identified in the interface list?
PortChannel[Group ID]
|
|