EtherChannels and Link Aggregation Protocols Flashcards

(50 cards)

1
Q

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

A

Answer: A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

Answer: D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

Answer: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which protocol is Cisco-proprietary and used for EtherChannel negotiation?
A) LACP
B) PAgP
C) STP
D) CDP

A

Answer: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the IEEE standard protocol for link aggregation?
A) PAgP
B) LACP
C) DTP
D) VTP

A

Answer: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which mode in PAgP actively attempts to form an EtherChannel?
A) Auto
B) Desirable
C) Passive
D) On

A

Answer: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which LACP mode places the port in a passive negotiating state?
A) Active
B) Passive
C) Auto
D) On

A

Answer: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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

A

Answer: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

A

Answer: D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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

A

Answer: A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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

A

Answer: A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

A

Answer: C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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

A

Answer: A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

Answer: C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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

A

Answer: C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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

A

Answer: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which protocol ensures that all links in an EtherChannel are properly synchronized?
A) STP
B) CDP
C) PAgP/LACP
D) VTP

A

Answer: C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

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

A

Answer: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

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

A

Answer: A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is the minimum number of links required for an EtherChannel?
A) 1
B) 2
C) 4
D) 8

A

Answer: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

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

22
Q

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

23
Q

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

24
Q

What is the default PAgP mode if not specified?
A) Auto
B) Desirable
C) On
D) Passive

25
Which of the following is true about Layer 3 EtherChannels? A) They require PAgP B) They require LACP C) They are configured on a routed port D) They cannot be used for inter-VLAN routing
Answer: C
26
What command assigns a physical interface to an EtherChannel group? A) channel-group 1 mode desirable B) port-channel 1 C) interface port-channel 1 D) etherchannel group 1
Answer: A
27
Which of the following is NOT a valid EtherChannel hashing input? A) Source IP B) Destination IP C) VLAN ID D) TCP sequence number
Answer: D
28
What happens if one end of an EtherChannel is configured with "desirable" and the other with "auto"? A) The EtherChannel forms B) The EtherChannel does not form C) Only one link is active D) STP blocks the ports
Answer: A
29
Which command enables LACP globally on a switch? A) lacp enable B) channel-protocol lacp C) lacp system-priority 32768 D) LACP is enabled by default
Answer: B
30
What is the LACP system priority used for? A) To elect a root bridge B) To determine which switch controls the EtherChannel C) To set STP priority D) To assign VLAN membership
Answer: B
31
What is the default LACP mode if not specified? A) Active B) Passive C) On D) Auto
Answer: B
32
Which command shows the EtherChannel load-balancing method? A) show etherchannel load-balance B) show port-channel load-balance C) show etherchannel summary D) show etherchannel port-channel
Answer: A
33
What is the range of valid EtherChannel group numbers? A) 1–64 B) 1–128 C) 1–256 D) 1–4096
Answer: D
34
Which of the following is true about PAgP "auto" mode? A) It actively negotiates B) It only responds to PAgP packets C) It forces the port into an EtherChannel D) It disables PAgP
Answer: B
35
What happens if an EtherChannel is misconfigured (e.g., speed mismatch)? A) The port is disabled B) The port remains up but does not join the EtherChannel C) The entire switch reboots D) The port joins the EtherChannel but drops packets
Answer: B
36
Which command configures an EtherChannel to use PAgP in desirable mode? A) channel-group 1 mode desirable B) channel-group 1 mode active C) channel-group 1 mode auto D) pagp channel-group 1 desirable
Answer: A
37
What is the purpose of the "channel-group" command? A) To enable LACP B) To assign an interface to an EtherChannel C) To configure STP D) To set the VLAN membership
Answer: B
38
Which of the following is a disadvantage of static EtherChannel ("on" mode)? A) It requires PAgP B) It does not detect misconfigurations C) It only works with LACP D) It cannot be used with more than two links
Answer: B
39
What is the correct sequence to configure an LACP EtherChannel? A) Create Port-channel → Assign interfaces → Set LACP mode B) Assign interfaces → Set LACP mode → Create Port-channel C) Set LACP mode → Assign interfaces → Create Port-channel D) The order does not matter
Answer: A
40
Which command shows detailed LACP information for an interface? A) show lacp interface GigabitEthernet 0/1 B) show etherchannel interface GigabitEthernet 0/1 C) show pagp interface GigabitEthernet 0/1 D) show interface GigabitEthernet 0/1 lacp
Answer: A
41
What is the LACP port priority used for? A) To elect a root bridge B) To determine which ports are active in an EtherChannel C) To assign VLAN membership D) To set STP priority
Answer: B
42
Which of the following is true about Layer 2 EtherChannels? A) They require an IP address B) They are used between switches C) They cannot carry VLAN traffic D) They only work with PAgP
Answer: B
43
What happens if an EtherChannel bundle has more than eight links? A) Only the first eight are used B) The switch disables the extra links C) The switch uses all available links D) The EtherChannel fails to form
Answer: B
44
Which command configures an EtherChannel to use source and destination IP for load balancing? A) port-channel load-balance src-dst-ip B) port-channel load-balance ip C) port-channel load-balance method src-dst-ip D) etherchannel load-balance src-dst-ip
Answer: A
45
What is the purpose of the "show etherchannel summary" command? A) To display STP information B) To show EtherChannel status and member ports C) To configure LACP D) To enable PAgP
Answer: B
46
Which of the following must be consistent across all EtherChannel member ports? A) IP address B) STP cost C) VLAN configuration D) VTP domain
Answer: C
47
What is the default PAgP mode when using "channel-group 1 mode desirable"? A) Auto B) Desirable C) On D) Passive
Answer: B
48
What happens if two switches are configured with "channel-group mode on" on both sides? A) The EtherChannel forms B) The EtherChannel does not form C) Only one link is active D) STP blocks the ports
Answer: A
49
What is the primary advantage of using EtherChannel over single links? A) Increased bandwidth and redundancy B) Lower latency C) Better encryption D) Simplified STP configuration
Answer: A
50
Which command displays the PAgP neighbor information? A) show pagp neighbor B) show etherchannel neighbor C) show pagp 1 neighbor D) show pagp summary
Answer: C