Two Cisco switches, SW1 and SW2, are interconnected using three physical links: GigabitEthernet1/0/1, GigabitEthernet1/0/2, and GigabitEthernet1/0/3. An engineer attempts to aggregate all three links into a routed Layer 3 EtherChannel (Port-channel 12).
On SW1, the engineer configures `no switchport` on `interface Port-channel 12` along with IPv4 addressing, and assigns all three physical interfaces using `channel-group 12 mode active`.
On SW2, `no switchport` and IP addressing are configured on `interface Port-channel 12`. Interfaces GigabitEthernet1/0/1 and GigabitEthernet1/0/2 are configured with `channel-group 12 mode passive`, while interface GigabitEthernet1/0/3 is configured with `channel-group 12 mode auto`.
Upon checking operational status, Port-channel 12 is up with IPv4 connectivity, but only GigabitEthernet1/0/1 and GigabitEthernet1/0/2 are bundled (`P` flag in `show etherchannel summary`), whereas GigabitEthernet1/0/3 remains unbundled (`I` flag on SW1 and `D` flag on SW2).
Which condition correctly explains why interface GigabitEthernet1/0/3 failed to join the EtherChannel bundle?
- Interface GigabitEthernet1/0/3 on SW2 is configured with PAgP mode auto, which cannot negotiate an EtherChannel bundle with SW1's LACP mode active.Answer
- BLACP passive mode on SW2 limits channel-group bundles to a maximum of two active member links when interacting with LACP active mode on SW1.
- CInterface GigabitEthernet1/0/3 on SW2 is missing the ip routing command required for individual member ports of a routed Layer 3 EtherChannel.
- DSW1 requires channel-group 12 mode desirable to successfully form an EtherChannel with a member port set to mode auto on SW2.