An administrator executes the command `show ip ospf neighbor` on a router and observes that a connected neighbor remains continuously in the INIT state. Which condition is the most likely cause of this issue?
- AThe maximum transmission unit (MTU) size differs between the connected router interfaces.
- One router is rejecting incoming Hello packets because of an OSPF Area ID mismatch.Answer
- CBoth routers are configured with an OSPF interface priority of 0 on a broadcast network.
- DThe OSPF process IDs configured on the two routers do not match.
Answer
One router is rejecting incoming Hello packets because of an OSPF Area ID mismatch.
The correct answer identifies that an Area ID mismatch causes incoming Hello packets to be discarded. In OSPF, a router enters the INIT state when it receives a valid Hello packet from a neighbor. However, if the neighbor drops incoming Hellos from the local router due to an Area ID mismatch, the neighbor will never add the local router's Router ID to its Hello packet neighbor field. Consequently, the local router remains stuck in the INIT state.
Step-by-Step Solution
Key Concept
OSPFv2 Neighbor Adjacencies and Router ID
Estimated Time:1m 0s