You are a network engineer for a large enterprise deploying a new data center using a spine-and-leaf architecture with Juniper QFX5100 switches. The underlay network uses OSPF for loopback reachability, and the overlay uses EBGP for EVPN. The leaf switches are configured as VTEPs (Virtual Tunnel Endpoints). One of the leaf switches, leaf-03, cannot establish OSPF adjacency with its spine switch, spine-01. The interfaces are up/up and the IP addresses are correctly configured. 'show ospf neighbor' on leaf-03 returns nothing. 'show ospf interface' shows the interface is in state DOWN. Both switches are configured with the same OSPF area (0.0.0.0) and the same hello interval (10 seconds). The MTU on both sides is 1500. Authentication is not configured. The spine switch has multiple OSPF neighbors from other leaves. The network is in production and other leaf switches are working fine. What is the most likely cause of the problem?
If OSPF is not enabled on the interface, the OSPF interface state will be down.
Why this answer
The OSPF interface is in state DOWN while the physical interface is up/up, indicating that OSPF is not enabled on that interface. This can happen if OSPF is explicitly disabled under protocol configuration or if the interface is not included in the OSPF configuration. Option A is wrong because network type mismatch would not cause the interface state to be DOWN; adjacency would fail but the interface would remain UP.
Option B is wrong because MTU issues would cause OSPF adjacency problems but the interface state would be UP (not DOWN). Option D is wrong because duplicate router IDs would affect all adjacencies, not just this one, and other leaves are working fine.