🔍 OSPF Neighbor Relationships and Troubleshooting in Palo Alto Networks

1. OSPF Neighbor States

OSPF neighbor relationships progress through several states before reaching full adjacency:

For a detailed explanation, refer to the Palo Alto Networks documentation: OSPF Neighbors .

2. Designated Router (DR) and Backup Designated Router (BDR)

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 .

3. Troubleshooting OSPF Adjacency Issues

Common reasons for OSPF adjacency failures include:

To troubleshoot, use the following CLI commands:

For more information, refer to the knowledge base article: How to troubleshoot OSPF adjacency stuck in INIT or EXSTART or EXCHANGE or LOADING States .

4. Additional Resources