nerdexam
Cisco

200-301 · Question #578

Refer to the exhibit. Which two commands when used together create port channel 10? (Choose two.)

The correct answer is A. int range g0/0-1 channel-group 10 mode active C. int range g0/0-1 channel-group 10 mode passive. To create an LACP port channel, the connected interfaces must be configured with compatible Link Aggregation Control Protocol (LACP) modes that allow negotiation.

Submitted by ahmad_uae· Mar 5, 2026Network Access

Question

Refer to the exhibit. Which two commands when used together create port channel 10? (Choose two.)

Exhibits

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

Options

  • Aint range g0/0-1 channel-group 10 mode active
  • Bint range g0/0-1 channel-group 10 mode desirable
  • Cint range g0/0-1 channel-group 10 mode passive
  • Dint range g0/0-1 channel-group 10 mode auto
  • Eint range g0/0-1 channel-group 10 mode on

How the community answered

(26 responses)
  • A
    81% (21)
  • B
    4% (1)
  • D
    8% (2)
  • E
    8% (2)

Why each option

To create an LACP port channel, the connected interfaces must be configured with compatible Link Aggregation Control Protocol (LACP) modes that allow negotiation.

Aint range g0/0-1 channel-group 10 mode activeCorrect

The `mode active` command places the interface in LACP active negotiation mode, actively initiating LACP packets to form an EtherChannel. When paired with `passive` mode on the other end, LACP can successfully establish the port channel.

Bint range g0/0-1 channel-group 10 mode desirable

`mode desirable` is a PAgP (Port Aggregation Protocol) mode, which is not compatible with LACP `active` or `passive` modes.

Cint range g0/0-1 channel-group 10 mode passiveCorrect

The `mode passive` command places the interface in LACP passive negotiation mode, listening for LACP packets from the other end to form an EtherChannel. When paired with `active` mode, LACP can successfully establish the port channel.

Dint range g0/0-1 channel-group 10 mode auto

`mode auto` is a PAgP (Port Aggregation Protocol) mode, which is not compatible with LACP `active` or `passive` modes.

Eint range g0/0-1 channel-group 10 mode on

`mode on` creates a static EtherChannel without using LACP or PAgP, which means it will not negotiate with LACP `active` or `passive` modes.

Concept tested: EtherChannel LACP negotiation modes

Source: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/3se/layer2/configuration_guide/b_layer2_3se_3850_cg/b_layer2_3se_3850_cg_chapter_0100.html

Topics

#EtherChannel#LACP#port channel#link aggregation

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice