CCNA Routing and Switching (legacy) — Question 151

Which commands are required to properly configure a router to run OSPF and to add network 192.168.16.0/24 to OSPF area 0? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The correct commands to configure OSPF and add the specified network are 'Router(config)# router ospf 1' and 'Router(config-router)# network 192.168.16.0 0.0.0.255 area 0'. The other options are incorrect because they either specify an invalid OSPF process number, an incorrect command syntax, or a wrong wildcard mask for the network configuration.