An administrator is troubleshooting an OSPFv2 neighbor relationship between two directly connected routers, R1 and R2. Output from the command `show ip ospf neighbor` on R1 displays the neighbor state for R2 as `INIT/ -`. Which condition is the most likely cause of this neighbor state?
- R1 is receiving OSPF Hello packets from R2, but R2 is not receiving OSPF Hello packets from R1.Cevap
- BThe maximum transmission unit (MTU) settings on the interconnecting interfaces of R1 and R2 do not match.
- CThe OSPF process IDs configured on R1 and R2 do not match.
- DThe OSPF priority on R1's interface has been configured with a value of 0.
Cevap
R1 is receiving OSPF Hello packets from R2, but R2 is not receiving OSPF Hello packets from R1.
The INIT state indicates that a router has received an OSPF Hello packet from a neighbor, but bidirectional communication has not yet been verified because the receiving router's own Router ID is not listed in the neighbor's Hello packet. This typically occurs due to unidirectional link failures or filtering (such as an ACL blocking traffic in one direction).
Adım Adım Çözüm
Anahtar Kavram
OSPFv2 Neighbor States and Unidirectional Communication