A network engineer is troubleshooting an OSPFv2 neighbor relationship between router R1 and router R2 connected across a shared Ethernet segment. Command output from `show ip ospf neighbor` on R1 displays R2 in the `INIT/ -` state. Which condition is the primary cause of the neighbor relationship being stuck in the INIT state?
- An access control list is blocking OSPF Hello packets sent from R1 to R2, resulting in unidirectional communicationCevap
- BAn IP Maximum Transmission Unit (MTU) size mismatch exists between the connecting interfaces of R1 and R2
- CA mismatch exists between the OSPF Area ID configured on R1 and R2 for the connecting subnets
- DThe OSPF Hello and Dead interval timers are configured with non-matching values on the two routers
Cevap
An access control list is blocking OSPF Hello packets sent from R1 to R2, resulting in unidirectional communication.
The INIT state indicates that R1 has successfully received OSPF Hello packets from R2, but R1 has not seen its own Router ID listed in R2's Hello packet. This scenario occurs when traffic flow is unidirectional—such as when an inbound or outbound Access Control List (ACL) blocks OSPF Hello packets transmitted from R1 to R2 while allowing Hellos from R2 to reach R1.
Adım Adım Çözüm
Anahtar Kavram
OSPF Neighbor Adjacency States and Unidirectional Communication Troubleshooting