Soru

Zorluk: Çok zorLayer 2 and Layer 3 EtherChannel (LACP)

A network administrator is verifying a newly deployed link aggregation bundle between Switch-A and Switch-B. The command `show etherchannel summary` on Switch-A displays Port-channel 5 as `Po5(SD)` with member interfaces `GigabitEthernet1/0/1(I)` and `GigabitEthernet1/0/2(I)` running protocol `LACP`. On Switch-B, `show etherchannel summary` displays `Po5(SD)` with member interfaces `GigabitEthernet1/0/1(I)` and `GigabitEthernet1/0/2(I)` running protocol `PAgP`.

Which TWO statements accurately describe why Port-channel 5 fails to bundle and remains in a down state?

  1. Switch-A and Switch-B are running conflicting EtherChannel negotiation protocols, which prevents dynamic link aggregation setup.Cevap
  2. Switch-B physical interfaces were configured with `channel-group 5 mode auto` or `channel-group 5 mode desirable`, which explicitly selects PAgP instead of LACP.Cevap
  3. C
    Both switches are operating in passive negotiation modes, which prevents either switch from sending protocol initiation frames.
  4. D
    A native VLAN mismatch exists on Port-channel 5, causing the switches to automatically force member interfaces into standalone `(I)` mode.

Cevap

The bundle fails because Switch-A and Switch-B are configured with mismatched EtherChannel protocols (LACP vs. PAgP), caused by Switch-B using `channel-group 5 mode auto` or `mode desirable`.
EtherChannel requires both endpoints to run the same aggregation protocol. Switch-A is configured for LACP (via `mode active` or `mode passive`), whereas Switch-B is configured for PAgP (via `mode auto` or `mode desirable`). Because LACP and PAgP control frames are incompatible, negotiation fails, leaving member interfaces in standalone state `(I)` and the port-channel down `(SD)`.

Adım Adım Çözüm

1
Analyze the `show etherchannel summary` protocol column for Switch-A and Switch-B.
Switch-A displays protocol `LACP`, while Switch-B displays protocol `PAgP`.
LACP and PAgP use completely different control frame formats and state machines, making them mutually incompatible.
2
Evaluate the interface CLI configuration that causes Switch-B to run PAgP.
Switch-B member interfaces were assigned using PAgP mode commands (`channel-group 5 mode auto` or `channel-group 5 mode desirable`).
To operate with LACP, Switch-B member interfaces must be configured using `channel-group 5 mode active` or `channel-group 5 mode passive`.
3
Verify flags `(SD)` and `(I)` in the command output.
`S` indicates Layer 2, `D` indicates Down, and `I` indicates Standalone mode.
Because protocol negotiation fails, member interfaces drop to standalone `(I)` mode and the port-channel interface stays down `(SD)`.

Anahtar Kavram

Layer 2 EtherChannel LACP vs. PAgP Protocol Compatibility and CLI Mode Selection
Bu soruyu puanla