Module 6 Flashcards
(43 cards)
What is EtherChannel?
A link aggregation technology that allows multiple physical Ethernet links to be grouped into one single logical link.
What are the benefits of using EtherChannel?
- Fault-tolerance
- Load sharing
- Increased bandwidth
- Redundancy
What is a port channel in the context of EtherChannel?
The resulting virtual interface created when an EtherChannel is configured.
Which protocols can be used to form EtherChannels?
- Port Aggregation Protocol (PAgP)
- Link Aggregation Control Protocol (LACP)
What does LACP stand for?
Link Aggregation Control Protocol
What does PAgP stand for?
Port Aggregation Protocol
What is the function of LACP?
To negotiate an automatic bundle of ports by sending LACP packets to the other switch.
Which LACP modes exist?
- On
- Active
- Passive
Which PAgP modes exist?
- On
- Desirable
- Auto
True or False: All Ethernet interfaces must support EtherChannel.
True
What must be configured the same for all interfaces in an EtherChannel?
- Speed
- Duplex mode
- VLAN assignment
What command displays the general status of the port channel interface?
show interfaces port-channel
Fill in the blank: An EtherChannel supports the same allowed range of VLANs on all the interfaces in a _______.
[trunking EtherChannel]
What happens if the allowed range of VLANs is not the same across EtherChannel interfaces?
The interfaces do not form an EtherChannel.
What is the maximum number of ports that can be included in a single EtherChannel?
Up to eight compatibly-configured Ethernet ports.
True or False: An EtherChannel can consist of mixed interface types.
False
What is a common issue with EtherChannel configurations?
Assigned ports in the EtherChannel are not part of the same VLAN.
What is the effect of STP on EtherChannel?
STP may block one of the bundles to prevent switching loops.
What command should be used to verify that EtherChannel is operational?
show etherchannel summary
What command allows you to view detailed output of a port channel configuration?
show run | begin interface port-channel
What does the PAgP desirable mode do?
It initiates negotiations with other interfaces by sending PAgP packets.
What is the role of PAgP in EtherChannel?
To help create the EtherChannel link by ensuring configurations are compatible.
What is the primary purpose of EtherChannel?
To increase bandwidth and redundancy between devices.
What should be ensured when configuring trunking on EtherChannel?
Verify the trunking mode on all ports that make up the EtherChannel.