Two Cisco routers, R1 and R2, are connected via a dedicated serial link configured for OSPFv2 Area 0. A network engineer runs the command `show ip ospf neighbor` on R1 and notices that the neighbor relationship with R2 remains persistently stuck in the INIT state. Which condition is the most likely cause of this neighbor state?
- R2 is receiving R1's OSPF Hello packets, but R2 is rejecting them due to a mismatched Hello/Dead interval and omitting R1's Router ID from its own Hello packets.Answer
- BAn Maximum Transmission Unit (MTU) mismatch exists between R1 and R2, preventing the exchange of Database Description (DBD) packets.
- CR1's interface OSPF priority is set to 0, which disables its ability to form neighbor adjacencies on point-to-point links.
- DAn inbound Access Control List (ACL) on R1 is blocking incoming multicast traffic sent to destination address 224.0.0.5.
Answer
R2 is receiving R1's OSPF Hello packets, but R2 is rejecting them due to a mismatched Hello/Dead interval and omitting R1's Router ID from its own Hello packets.
The correct answer identifies that the INIT state occurs when a local router receives a Hello packet from a peer, but the peer does not list the local router's Router ID in its Hello neighbor field. This typically happens when the peer drops the local router's Hello packets due to mismatched Hello/Dead timers or Area IDs.
Step-by-Step Solution
Key Concept
OSPFv2 Neighbor States and Hello Parameter Verification
Estimated Time:2m 0s