A network engineer is troubleshooting OSPFv3 on a service provider's IPv6 network. The router shows that OSPFv3 adjacency never reaches FULL, says 'Init'. The neighbor is directly connected over a point-to-point link. What is the most likely cause?
Trap 1: LSA throttling prevents exchanges
LSA throttling controls LSA generation, not adjacency formation.
Trap 2: Mismatched OSPF router-id
Mismatched router-id leads to adjacency failure in ExStart state.
Trap 3: Mismatched area IDs
Area ID mismatch causes adjacency to stall in ExStart/Exchange.
- A
LSA throttling prevents exchanges
Why wrong: LSA throttling controls LSA generation, not adjacency formation.
- B
Mismatched OSPF router-id
Why wrong: Mismatched router-id leads to adjacency failure in ExStart state.
- C
Mismatched area IDs
Why wrong: Area ID mismatch causes adjacency to stall in ExStart/Exchange.
- D
Missing 'ipv6 ospf' interface command on one side
OSPFv3 requires explicit interface configuration to activate adjacency.