EtherChannels and Link Aggregation Protocols Flashcards
(50 cards)
What is the primary purpose of an EtherChannel?
A) To increase bandwidth by combining multiple physical links into one logical link
B) To provide redundancy only
C) To encrypt traffic between switches
D) To prioritize traffic based on QoS
Answer: A
Which of the following is NOT a valid EtherChannel load-balancing method?
A) Source MAC address
B) Destination MAC address
C) Source and destination port numbers
D) Packet size
Answer: D
What is the maximum number of physical interfaces that can be bundled into a single EtherChannel on most Cisco switches?
A) 4
B) 8
C) 16
D) 32
Answer: B
Which protocol is Cisco-proprietary and used for EtherChannel negotiation?
A) LACP
B) PAgP
C) STP
D) CDP
Answer: B
What is the IEEE standard protocol for link aggregation?
A) PAgP
B) LACP
C) DTP
D) VTP
Answer: B
Which mode in PAgP actively attempts to form an EtherChannel?
A) Auto
B) Desirable
C) Passive
D) On
Answer: B
Which LACP mode places the port in a passive negotiating state?
A) Active
B) Passive
C) Auto
D) On
Answer: B
What happens if one link in an EtherChannel fails?
A) The entire EtherChannel goes down
B) Traffic is redistributed among remaining links
C) The switch stops forwarding all traffic
D) STP recalculates the topology
Answer: B
Which command verifies the EtherChannel configuration on a Cisco switch?
A) show etherchannel summary
B) show interface port-channel
C) show running-config
D) All of the above
Answer: D
What must match on all physical links in an EtherChannel?
A) Speed, duplex, and VLAN membership
B) IP address and subnet mask
C) STP priority
D) VTP domain name
Answer: A
Which of the following is a requirement for LACP to form an EtherChannel?
A) At least one side must be in “active” mode
B) Both sides must be in “on” mode
C) Ports must be in different VLANs
D) Ports must have different speeds
Answer: A
What is the default load-balancing method for EtherChannel on Cisco switches?
A) Source MAC address
B) Destination MAC address
C) Source and destination IP
D) Round-robin
Answer: C
Which command configures an EtherChannel to use LACP in active mode?
A) channel-group 1 mode active
B) channel-group 1 mode desirable
C) channel-group 1 mode on
D) channel-protocol lacp
Answer: A
What is the purpose of the “on” mode in EtherChannel configuration?
A) Enables PAgP negotiation
B) Enables LACP negotiation
C) Forces the interface into an EtherChannel without negotiation
D) Disables EtherChannel
Answer: C
Which of the following is a disadvantage of using “on” mode for EtherChannel?
A) It requires PAgP
B) It requires LACP
C) It does not detect misconfigurations
D) It only works with two links
Answer: C
What is the correct syntax to assign an IP address to a Port-channel interface?
A) ip address 192.168.1.1 255.255.255.0 under the physical interface
B) ip address 192.168.1.1 255.255.255.0 under the Port-channel interface
C) set ip address 192.168.1.1/24
D) IP addresses cannot be assigned to Port-channel interfaces
Answer: B
Which protocol ensures that all links in an EtherChannel are properly synchronized?
A) STP
B) CDP
C) PAgP/LACP
D) VTP
Answer: C
What happens if two switches are configured with mismatched EtherChannel negotiation protocols (e.g., PAgP on one side and LACP on the other)?
A) The EtherChannel forms successfully
B) The EtherChannel does not form
C) Only one link is used
D) The switches use STP instead
Answer: B
Which command changes the EtherChannel load-balancing method to use source MAC addresses?
A) port-channel load-balance src-mac
B) port-channel load-balance src-ip
C) port-channel load-balance src-dst-mac
D) port-channel load-balance method src-mac
Answer: A
What is the minimum number of links required for an EtherChannel?
A) 1
B) 2
C) 4
D) 8
Answer: B
Which of the following is a benefit of using LACP over PAgP?
A) LACP is Cisco-proprietary
B) LACP is an open standard
C) LACP works only with two devices
D) LACP does not require matching configurations
Answer: B
What is the purpose of the “passive” mode in LACP?
A) It actively sends LACP packets
B) It responds to LACP packets but does not initiate
C) It disables LACP
D) It forces the port into an EtherChannel
Answer: B
Which command displays the LACP neighbor information?
A) show lacp neighbor
B) show etherchannel summary
C) show lacp 1 neighbor
D) show lacp sys-id
Answer: C
What is the default PAgP mode if not specified?
A) Auto
B) Desirable
C) On
D) Passive
Answer: A