Networking - EIGRP and OSPF - Discussion

Discussion Forum : EIGRP and OSPF - EIGRP and OSPF (Q.No. 15)
15.
You get a call from a network administrator who tells you that he typed the following into his router:
Router(config)#router ospf 1
Router(config-router)#network 10.0.0.0 255.0.0.0 area 0
He tells you he still can't see any routes in the routing table. What configuration error did the administrator make?
The wildcard mask is incorrect.
The OSPF area is wrong.
The OSPF Process ID is incorrect.
The AS configuration is wrong.
Answer: Option
Explanation:
The administrator typed in the wrong wildcard mask configuration. The wildcard should have been 0.0.0.255.
Discussion:
1 comments Page 1 of 1.

Pedram said:   1 decade ago
The wildcard mask is wrong : this wildcard is correct 255.255.255.255 - 255.0.0.0 = 0.255.255.255 with subnet /8.

Post your comments here:

Your comments will be displayed after verification.