An administrator is troubleshooting an OSPFv2 adjacency issue between two directly connected Cisco routers, R1 and R2. Executing `show ip ospf neighbor` on R1 displays the neighbor state for R2 as stuck in `INIT/ -`. Which network condition or configuration error is the primary cause of this specific neighbor state?
- An Access Control List (ACL) on R2 is filtering incoming OSPF Hello packets sent by R1, creating unidirectional communication.Answer
- BThe maximum transmission unit (MTU) size is mismatched on the connecting interfaces of R1 and R2.
- CThe OSPF Hello and Dead interval timers are set to non-matching values on R1 and R2.
- DThe connecting interfaces on R1 and R2 are assigned to different OSPF Area IDs.
Answer
An Access Control List (ACL) on R2 is filtering incoming OSPF Hello packets sent by R1, creating unidirectional communication.
The OSPF INIT state means a router has received a Hello packet from a neighbor, but the receiving router's own Router ID was not included in the neighbor's list of seen routers. This condition indicates one-way (unidirectional) communication. If an Access Control List on the remote router blocks incoming OSPF multicast or unicast traffic from the local router, the remote router will never record the local router's ID, causing the local router to remain stuck in the INIT state.
Step-by-Step Solution
Key Concept
OSPFv2 Neighbor States and Unidirectional Communication Troubleshooting
Estimated Time:1m 30s