A network engineer is troubleshooting an OSPFv2 adjacency issue between two routers connected via a VLAN trunk. R1 and R2 are in different VLANs but are connected through a Layer 2 switch. The engineer has configured 'ip ospf 1 area 0' on the subinterfaces. The adjacency forms but is stuck in INIT state. What is the most likely cause?
Trap 1: The OSPF hello interval is mismatched between the two routers.
A hello interval mismatch would cause the adjacency to not form at all, not to be stuck in INIT.
Trap 2: The subinterfaces are in different VLANs, preventing Layer 2…
If they were in different VLANs, the routers would not receive each other's hellos, so no adjacency would form.
Trap 3: The OSPF network type is set to point-to-point on one side and…
A network type mismatch would cause the adjacency to be stuck in EXSTART or EXCHANGE, not INIT.
- A
The routers have the same OSPF router ID.
When a router receives a hello packet with its own router ID, it ignores it, causing the adjacency to stay in INIT.
- B
The OSPF hello interval is mismatched between the two routers.
Why wrong: A hello interval mismatch would cause the adjacency to not form at all, not to be stuck in INIT.
- C
The subinterfaces are in different VLANs, preventing Layer 2 communication.
Why wrong: If they were in different VLANs, the routers would not receive each other's hellos, so no adjacency would form.
- D
The OSPF network type is set to point-to-point on one side and broadcast on the other.
Why wrong: A network type mismatch would cause the adjacency to be stuck in EXSTART or EXCHANGE, not INIT.