Service routes in Palo Alto Networks firewalls determine the source interface and IP address used for services such as DNS, NTP, syslog, and others. Verifying these configurations ensures that the firewall communicates correctly with external services.
To verify service routes using the CLI:
debug dataplane internal vif route 250
This command displays the service routes configured on the firewall and verifies if they are correctly installed and active in the Management Plane. The number 250 specifically refers to service routes in the Management Plane. [Source]
To verify service routes using the web interface:
This section displays the source interface and IP address used for each service, allowing you to confirm the configurations.
To test connectivity for a specific service route:
ping source <source-ip> host <destination-ip>
Replace
<source-ip>
with the IP address configured in the service route and
<destination-ip>
with the external service's IP address. This command verifies that the specified source interface can reach the destination.
To monitor traffic generated by service routes:
This allows you to confirm that traffic is flowing as expected through the specified interfaces.