Discussion :: Computer Networking
-
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?
A.
The wildcard mask is incorrect. |
B.
The OSPF area is wrong. |
C.
The OSPF Process ID is incorrect. |
D.
The AS configuration is wrong. |
Answer : Option A
Explanation :
The administrator typed in the wrong wildcard mask configuration. The wildcard should have been 0.0.0.255.
Be The First To Comment