nerdexam
Cisco

200-301 · Question #1539

Refer to the exhibit. The LACP EtherChannel is configured, and the last change is to modify the interfaces on SwitchA to respond to packets received, but not to initiate negotiation. The interface ran

The correct answer is D. SwitchA(config-if-range)#channel-group 1 mode passive. To configure an LACP EtherChannel interface to respond to negotiation packets without initiating them, the passive mode must be set.

Submitted by asante_acc· Mar 5, 2026Network Access

Question

Refer to the exhibit. The LACP EtherChannel is configured, and the last change is to modify the interfaces on SwitchA to respond to packets received, but not to initiate negotiation. The interface range gigabitethernet0/0/0-15 command is entered. What must be configured next?

Exhibits

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

Options

  • ASwitchA(config-if-range)#channel-group 1 mode auto
  • BSwitchA(config-if-range)#channel-group 1 mode active
  • CSwitchA(config-if-range)#channel-group 1 mode desirable
  • DSwitchA(config-if-range)#channel-group 1 mode passive

How the community answered

(53 responses)
  • A
    2% (1)
  • B
    11% (6)
  • C
    6% (3)
  • D
    81% (43)

Why each option

To configure an LACP EtherChannel interface to respond to negotiation packets without initiating them, the passive mode must be set.

ASwitchA(config-if-range)#channel-group 1 mode auto

The 'mode auto' keyword is used for PAgP (Port Aggregation Protocol) passive mode, not LACP.

BSwitchA(config-if-range)#channel-group 1 mode active

The 'mode active' keyword configures LACP to actively initiate and respond to negotiation packets, which contradicts the requirement to 'not to initiate negotiation'.

CSwitchA(config-if-range)#channel-group 1 mode desirable

The 'mode desirable' keyword is used for PAgP (Port Aggregation Protocol) active mode, not LACP.

DSwitchA(config-if-range)#channel-group 1 mode passiveCorrect

To configure LACP to respond to EtherChannel negotiation packets but not initiate them, the 'channel-group' command must use the 'mode passive' keyword. This ensures that SwitchA forms an EtherChannel only when the connected switch is actively seeking to establish one.

Concept tested: LACP EtherChannel modes

Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/3se/consolidated/configuration_guide/b_consolidated_3850_3se_cg/b_consolidated_3850_3se_cg_chapter_0100010.html#concept_35930D98863A401A9E371C800922BAA1

Topics

#LACP#EtherChannel#Channel-group modes#Cisco L2 configuration

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice