nerdexam
Cisco

200-301 · Question #1498

Refer to the exhibit. The network engineer is confining router R2 as a replacement router on the network. After the initial configuration is applied, it is determined that R2 failed to show R1 as a ne

The correct answer is A. R2(config)#interface g0/0/0. To complete OSPF configuration and enable neighbor relationships, the router interface connecting to the neighbor must be explicitly configured to participate in the OSPF process.

Submitted by lars.no· Mar 5, 2026IP Connectivity

Question

Refer to the exhibit. The network engineer is confining router R2 as a replacement router on the network. After the initial configuration is applied, it is determined that R2 failed to show R1 as a neighbor. Which configuration must be applied to R2 to complete the OSPF configuration and enable it to establish the neighbor relationship with R1?

Exhibits

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

Options

  • AR2(config)#interface g0/0/0
  • BR2(config)#router ospf 1
  • CR2(config)#router ospf 1
  • DR2(config)#interface g0/0/0

How the community answered

(25 responses)
  • A
    84% (21)
  • B
    4% (1)
  • D
    12% (3)

Why each option

To complete OSPF configuration and enable neighbor relationships, the router interface connecting to the neighbor must be explicitly configured to participate in the OSPF process.

AR2(config)#interface g0/0/0Correct

Assuming the OSPF routing process is already initiated globally, the next crucial step to establish a neighbor relationship is to configure the specific interface connecting to the neighbor (g0/0/0) to participate in OSPF, typically by entering interface configuration mode and using the `ip ospf <process-id> area <area-id>` command.

BR2(config)#router ospf 1

The `router ospf 1` command initiates the OSPF routing process globally, but if the process is already running, this command alone won't enable neighbor adjacency on a specific interface.

CR2(config)#router ospf 1

The `router ospf 1` command initiates the OSPF routing process globally, but if the process is already running, this command alone won't enable neighbor adjacency on a specific interface.

DR2(config)#interface g0/0/0

This choice is identical to A; therefore, the explanation for A applies, as entering interface configuration mode is the prerequisite for interface-specific OSPF commands.

Concept tested: OSPF interface configuration for neighbor adjacency

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-s/iro-15-s-book/iro-cfg.html

Topics

#OSPF neighbor adjacency#OSPF configuration#Router configuration

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice