A network administrator executes the command `show etherchannel summary` on a Cisco switch to troubleshoot a newly configured EtherChannel link. The output displays the following information:
text Flags: D - down P - bundled in port-channel I - stand-alone s - suspended H - Hot-standby (LACP only) S - Layer2 U - in use Group Port-channel Protocol Ports ------+--------------+---------+----------------------------------------------- 1 Po1(SU) LACP Gi0/1(I) Gi0/2(I)
Based on the output, which configuration state is the primary cause of both physical member interfaces remaining in the `(I)` stand-alone state?
- Both interconnecting switches have their physical member interfaces configured in LACP passive mode.Cevap
- BThe local switch is configured in LACP active mode, while the remote switch is configured in LACP passive mode.
- CThe physical member interfaces on the local switch have mismatched native VLAN configurations.
- DThe local switch is configured for LACP active mode, while the remote switch is configured for PAgP desirable mode.
Cevap
Both interconnecting switches have their physical member interfaces configured in LACP passive mode.
In LACP negotiation, an interface configured in passive mode will listen for LACP packets but will never initiate transmission of LACP PDUs. If both switches across a link are set to passive mode, neither switch sends LACP packets. Consequently, LACP negotiation never completes, and member interfaces remain in the stand-alone state indicated by the flag (I) in the show etherchannel summary output.
Adım Adım Çözüm
Anahtar Kavram
LACP Mode Negotiation and Verification Flags