OSPF neighbor relationships progress through several states before reaching full adjacency:
For a detailed explanation, refer to the Palo Alto Networks documentation: OSPF Neighbors .
In multi-access networks (e.g., Ethernet), OSPF elects a DR and a BDR to reduce the number of adjacencies:
Election is based on OSPF priority (0–255); higher values have higher priority. If priorities are equal, the router with the highest Router ID wins. A priority of 0 means the router is ineligible for DR/BDR election.
For configuration details, see: Network > Routing > Logical Routers > OSPF .
Common reasons for OSPF adjacency failures include:
To troubleshoot, use the following CLI commands:
show routing protocol ospf neighbor
: Displays OSPF neighbor states.
show routing protocol ospf interface
: Shows OSPF-enabled interfaces and their settings.
show routing protocol ospf lsdb
: Displays the OSPF Link State Database.
less mp-log routed.log
: Views detailed OSPF logs.
For more information, refer to the knowledge base article: How to troubleshoot OSPF adjacency stuck in INIT or EXSTART or EXCHANGE or LOADING States .