A network engineer is setting up a dynamic Layer 2 EtherChannel between Switch-A and Switch-B using the Link Aggregation Control Protocol (LACP). Switch-A is configured on its member interfaces with `channel-group 10 mode active`. The engineer wants Switch-B to form the EtherChannel by only responding to incoming LACP negotiation requests without actively sending initial negotiation frames. Which command should be applied to Switch-B's member interfaces?
- channel-group 10 mode passiveCevap
- Bchannel-group 10 mode auto
- Cchannel-group 10 mode desirable
- Dchannel-group 10 mode on
Cevap
The correct command is `channel-group 10 mode passive` because LACP passive mode responds to incoming LACP negotiation packets sent by an LACP active peer without actively initiating LACP frame transmissions.
The command `channel-group 10 mode passive` configures the interface to use LACP in a passive role. When connected to a device in LACP active mode (such as Switch-A), the passive interface receives the active LACP frames, responds to them, and successfully forms an EtherChannel bundle.
Adım Adım Çözüm
Anahtar Kavram
LACP EtherChannel Mode Compatibility and Operation