• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/29

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

29 Cards in this Set

  • Front
  • Back
What is an EtherChannel?
It allows up to 8 links to be bundled together. Must be Fast Ethernet up to 10 Gigabit Ethernet.
What is the Port Aggregation Protocol (PAgP)?
It is a Cisco-proprietary protocol that allows for automatic creation of EtherChannels between switches.
What is the Link Aggregation Control Protocol (LACP)?
It is a standards based protocol that allows for ports to be bundeled together.
What are the three modes for PAgP?
On
Auto
Desirable
What are the three modes for LACP?
On
Passive
Active
How many links can LACP have configured for a bundle?
16 (8 active & 8 backups)
How does LACP decide what switch makes decisions?
Lowest system priority
How does LACP decide what ports to add to a bundle?
Lowest port priority
What PAgP/LACP modes ask to form a channel?
Desirable/Active
What PAgP/LACP modes wait to be asked to form a channel?
Auto/Passive
Does PAgP "Auto" mode negotiation send packets to initiate a channel?
No
Does LACP "Passive" mode negotiation send packets to initiate a channel?
No
Does PAgP "Desirable" mode negotiation send packets to initiate a channel?
Yes
Does LACP "Active" mode negotiation send packets to initiate a channel?
Yes
Does LACP and PAgP "On" mode negotiation send packets?
No
What is PAgP Silent submode?
Allows ports to be added to an EtherChannel even if the other end of the link is silent and transmits no PAgP packets (useful for servers or other non-PAgP devices)
When using LACP, what are the recommended modes for each switch to use?
Active + Active
What interface parameters does PAgP use to group interfaces?
Speed
Duplex
VLAN (range, trunk status, & native VLAN)
List the EtherChannel Load Balancing Methods.
IP - src-dst-ip (default), src-ip, dst-ip
MAC - src-mac, dst-mac ,src-dst-mac
Port - src-port, dst-port, src-dst-port
What interface command will configure load balancing?
port-channel load-balance <method>
What physical interfaces of an EhterChannel will DTP and CDP traffic travel on?
DTP and CDP send and receive packets over ALL of the physical interfaces.
What physical interfaces of an EhterChannel will STP traffic travel on?
The first operational port in a bundle.
What command must be run on an interface to allow it to join a Layer 3 port-channel?
no switchport
What IEEE spec is LACP?
802.3ad
How often are PAgP packets sent?
30 seconds
Will an EtherChannel form if one port is a SPAN port?
No
What interface command will configure the EtherChannel negotiation protocol?
channel-protocol {pagp | lacp}
What interface command will configure the EtherChannel interface?
channel-group <number> mode {active | on |
{auto [non-silent]} | {desirable [non-silent]} | passive
What are the steps to configure an EtherChannel?
1. Specify the interfaces
2. Configure the protocol
3. Create the port-channel interface
4. Configure the port-channel