nerdexam
Cisco

200-301 · Question #891

Refer to the exhibit. The EtherChannel is configured with a speed of 1000 and duplex as full on both ends of channel group 1. What is the next step to configure the channel on switch A to respond to b

The correct answer is D. interface port-channel 1 channel-group 1 mode passive. To configure an LACP EtherChannel to respond to but not initiate communication, the interfaces must be set to passive mode.

Submitted by dimitri_ru· Mar 5, 2026

Question

Refer to the exhibit. The EtherChannel is configured with a speed of 1000 and duplex as full on both ends of channel group 1. What is the next step to configure the channel on switch A to respond to but not initiate LACP communication?

Exhibits

200-301 question #891 exhibit 1
200-301 question #891 exhibit 2

Options

  • Ainterface range gigabitethernet0/0/0-15 channel-group 1 mode on
  • Binterface range gigabitethernet0/0/0-15 channel-group 1 mode desirable
  • Cinterface port-channel 1 channel-group 1 mode auto
  • Dinterface port-channel 1 channel-group 1 mode passive

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    8% (2)
  • C
    4% (1)
  • D
    84% (21)

Why each option

To configure an LACP EtherChannel to respond to but not initiate communication, the interfaces must be set to `passive` mode.

Ainterface range gigabitethernet0/0/0-15 channel-group 1 mode on

`mode on` forces the EtherChannel to form without LACP negotiation, so it neither initiates nor responds to LACP.

Binterface range gigabitethernet0/0/0-15 channel-group 1 mode desirable

`mode desirable` is a PAgP (Port Aggregation Protocol) mode, not an LACP mode, and it actively initiates PAgP negotiation.

Cinterface port-channel 1 channel-group 1 mode auto

`mode auto` is a PAgP (Port Aggregation Protocol) mode, not an LACP mode, and it responds to PAgP but does not initiate it.

Dinterface port-channel 1 channel-group 1 mode passiveCorrect

The `passive` LACP mode configures an EtherChannel member interface to respond to LACP packets from a remote device but prevents it from initiating LACP negotiation itself, precisely matching the requirement.

Concept tested: LACP EtherChannel negotiation modes

Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750/software/release/12-2_55_se/configuration/guide/scg/swethchl.html

Topics

#EtherChannel#LACP#LACP modes#Cisco switching

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice