When Advanced Routing is enabled in PAN-OS 10.2 and later, OSPF configurations are managed under Logical Routers instead of traditional Virtual Routers. Be cautious when interpreting exam questions that mention "Advanced Routing"—they refer to Logical Routers.
Assigning OSPF to tunnel interfaces without proper IP addressing can lead to recursive routing issues. Ensure that each tunnel interface has a unique IP address before enabling OSPF to avoid routing loops.
When redistributing routes into OSPF, it's essential to:
Failure to do both will result in routes not being advertised into OSPF.
Understanding the behavior of different OSPF area types is crucial:
Misconfiguring area types can lead to unexpected routing behaviors.
OSPF neighbor relationships progress through several states. A common pitfall is assuming that a "2-Way" state indicates full adjacency. However, full adjacency is achieved in the "Full" state. Use the CLI command
show routing protocol ospf neighbor
to verify neighbor states.
Ensure that OSPF Hello and Dead intervals match on neighboring interfaces. A mismatch will prevent neighbor relationships from forming. These settings can be verified and configured under the interface's OSPF settings.
If OSPF authentication is enabled, both neighbors must have matching authentication types and passwords. A mismatch will prevent the formation of neighbor relationships.
OSPF requires matching MTU settings on both ends of a link. A mismatch can lead to neighbor relationships forming but failing to reach the "Full" state. Use the command
show routing protocol ospf neighbor
to check the state and troubleshoot accordingly.
Marking an interface as passive in OSPF will prevent the sending of Hello packets, thereby stopping neighbor relationships from forming on that interface. Ensure that interfaces intended to form neighbor relationships are not set as passive.
Be aware of the default administrative distances in PAN-OS:
Understanding these values is crucial when multiple routing protocols are in use, as the route with the lowest administrative distance is preferred.