Courseiva
NetworkeasyMultiple ChoiceObjective-mapped

350-601 Network Practice Question

Exhibit

interface Port-channel10
 no switchport
 ip address 10.1.1.1/30
 ip ospf network point-to-point

Refer to the exhibit. A network engineer has configured a port-channel for OSPF adjacency. What additional configuration is required for the port-channel to operate correctly?

⚠ Common exam trap

Cisco often tests the misconception that creating the port-channel interface alone is sufficient, when in fact the member interfaces must be explicitly assigned to the port-channel using the channel-group command.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Configure the channel-group mode on member interfaces.

For a port-channel to form an OSPF adjacency, the member interfaces must be configured with a channel-group mode (e.g., 'channel-group 1 mode active') to bundle them into a logical port-channel interface. Without this, the interfaces remain individual Layer 2 or Layer 3 links, and OSPF cannot establish adjacency over the port-channel as a single logical link.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Set the OSPF priority.

    Why it's wrong here

    Priority is optional and does not affect basic functionality.

  • No additional configuration needed.

    Why it's wrong here

    Member interfaces are missing; port-channel is essentially empty.

  • Enable OSPF on the port-channel with `ip router ospf process`.

    Why it's wrong here

    OSPF is enabled on the interface once the network command covers it.

  • Configure the channel-group mode on member interfaces.

    Why this is correct

    Member interfaces must be assigned to the port-channel using `channel-group`.

Visual reference

R1 R2 R3 R4 10 100 10 100 OSPF picks R1→R2→R4 (cost 20) over R1→R3→R4 (cost 200)

About these practice questions

One of 984 original 350-601 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 350-601 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 350-601 exam.