nerdexam
Cisco

200-301 · Question #552

Refer to the exhibit. Which command configures OSPF on the point-to-point link between routers R1 and R2?

The correct answer is D. network 10.0.0.0 0.0.0.255 area 0. The network command under the OSPF routing process activates OSPF on interfaces whose IP addresses fall within the specified range.

Submitted by amina.ke· Mar 5, 2026IP Connectivity

Question

Refer to the exhibit. Which command configures OSPF on the point-to-point link between routers R1 and R2?

Exhibits

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

Options

  • Arouter-id 10.0.0.15
  • Bneighbor 10.1.2.0 cost 180
  • Cipospf priority 100
  • Dnetwork 10.0.0.0 0.0.0.255 area 0

How the community answered

(62 responses)
  • A
    11% (7)
  • B
    6% (4)
  • C
    3% (2)
  • D
    79% (49)

Why each option

The `network` command under the OSPF routing process activates OSPF on interfaces whose IP addresses fall within the specified range.

Arouter-id 10.0.0.15

The `router-id` command sets the global OSPF router identifier and is necessary but does not enable OSPF on specific links or interfaces.

Bneighbor 10.1.2.0 cost 180
Cipospf priority 100
Dnetwork 10.0.0.0 0.0.0.255 area 0Correct

The `network 10.0.0.0 0.0.0.255 area 0` command, executed within the `router ospf` configuration mode, enables OSPF on all interfaces whose IP addresses match the `10.0.0.0/24` network (as defined by the wildcard mask `0.0.0.255`) and assigns them to OSPF Area 0, thereby configuring OSPF on the point-to-point link if its address falls within this range.

Concept tested: OSPF network command configuration

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-mt/iro-15-mt-book/iro-cfg-ospfv2.html#GUID-E1A334E6-30D4-411B-87CF-E9703E79477B

Topics

#OSPF configuration#OSPF network command#Cisco IOS commands

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice