A network administrator is deploying a dynamic Layer 2 EtherChannel using the Link Aggregation Control Protocol (LACP) between Switch-A and Switch-B across two physical interfaces. Switch-A must actively initiate channel negotiation, whereas Switch-B must only listen and respond to incoming LACP negotiation requests.
Which two configuration statements correctly describe the settings required to establish this EtherChannel bundle? (Select two.)
- Switch-A member interfaces must be configured with channel-group 1 mode active.Answer
- BSwitch-B member interfaces must be configured with channel-group 1 mode desirable.
- Switch-B member interfaces must be configured with channel-group 1 mode passive.Answer
- DSwitch-A member interfaces can have differing native VLAN settings if Switch-B uses matching native VLANs on its local links.
Answer
To form an LACP EtherChannel where one switch actively initiates negotiation and the other responds, Switch-A member interfaces must be configured with 'channel-group 1 mode active' and Switch-B member interfaces must be configured with 'channel-group 1 mode passive'.
In LACP dynamic EtherChannel configuration, 'active' mode initiates LACP negotiations by sending LACP frames, while 'passive' mode responds to incoming LACP negotiation frames without sending them unprompted. An active-to-passive pairing successfully establishes the EtherChannel bundle.
Step-by-Step Solution
Key Concept
LACP EtherChannel Mode Compatibility and Member Port Prerequisites