A network engineer is configuring EtherChannel between two Cisco Catalyst switches. The ports are configured as access ports in VLAN 10. After configuring the port-channel interface and adding the physical ports, the engineer notices that the EtherChannel does not come up. The show etherchannel summary command shows the port-channel in a down state. What is the most likely cause?
Trap 1: The physical ports have different duplex settings.
Incorrect because duplex mismatch would cause issues, but the scenario states the ports are configured identically as access ports, so duplex should match.
Trap 2: The switch is using PAgP and the neighbor is using LACP.
Incorrect because if both sides use different protocols, the channel will not form, but the scenario does not specify protocol mismatch.
Trap 3: The physical ports are in different VLANs.
Incorrect because the scenario says both are in VLAN 10, so VLANs match.
- A
The physical ports are configured as access ports in VLAN 10, but the port-channel interface is not configured with the same VLAN.
Correct because the port-channel interface must have the same access VLAN as the physical ports, or the channel will not form.
- B
The physical ports have different duplex settings.
Why wrong: Incorrect because duplex mismatch would cause issues, but the scenario states the ports are configured identically as access ports, so duplex should match.
- C
The switch is using PAgP and the neighbor is using LACP.
Why wrong: Incorrect because if both sides use different protocols, the channel will not form, but the scenario does not specify protocol mismatch.
- D
The physical ports are in different VLANs.
Why wrong: Incorrect because the scenario says both are in VLAN 10, so VLANs match.