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.
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
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)- A84% (21)
- B4% (1)
- D12% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.

