nerdexam
Cisco

200-301 · Question #1139

Refer to the exhibit. A Cisco engineer is asked to update the configuration on switch 1 so that the EtherChannel stays up when one of the links fails. Which configuration meets this requirement?

The correct answer is B. Switch1(config) # interface port-channel 1. To ensure an EtherChannel remains operational when a member link fails, the configuration is applied to the logical port-channel interface, not individual physical interfaces.

Submitted by andres_qro· Mar 5, 2026

Question

Refer to the exhibit. A Cisco engineer is asked to update the configuration on switch 1 so that the EtherChannel stays up when one of the links fails. Which configuration meets this requirement?

Exhibits

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

Options

  • ASwitch1(config) # interface Fa0/0
  • BSwitch1(config) # interface port-channel 1
  • CSwitch1(config) # interface Fa0/0
  • DSwitch1(config) # interface port-channel 1

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    79% (15)
  • C
    5% (1)
  • D
    11% (2)

Why each option

To ensure an EtherChannel remains operational when a member link fails, the configuration is applied to the logical port-channel interface, not individual physical interfaces.

ASwitch1(config) # interface Fa0/0

Configuring `interface Fa0/0` would be for adding a physical interface to the channel group, not for defining the EtherChannel's overall redundancy behavior.

BSwitch1(config) # interface port-channel 1Correct

The command `interface port-channel 1` enters the configuration mode for the logical EtherChannel interface, allowing the bundle to operate as long as at least one active member link is present, thus meeting the requirement for redundancy.

CSwitch1(config) # interface Fa0/0

Configuring `interface Fa0/0` would be for adding a physical interface to the channel group, not for defining the EtherChannel's overall redundancy behavior.

DSwitch1(config) # interface port-channel 1

This option is identical to B, but it's a duplicate and not the designated correct answer.

Concept tested: EtherChannel logical interface configuration for redundancy

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#Link Aggregation#Cisco IOS configuration#Network Redundancy

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice