- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-01-2025 08:36 PM
We have added a static route to our Palo firewall through Panorama GUI and before committing the change when we compare the candidate config to running config it shows removal of some static route metrics for all static routes, even though we only added one new route.
We have added routes in the past and this has not happened.
We don't think this will affect the operation of the firewall as it is config we don't make use of anyway.
The new static route does not have this config either.
We suspect an update to Panorama has caused removal of this config if not used.
Curious if others have experienced the same ?
Removed config :-
path-monitor {
enable no;
failure-condition any;
hold-time 2;
}
08-04-2025 03:44 AM
Hi @QGCNetworks
Yes this is expected behavior.
Palo Alto Networks changed how the configuration for path monitoring on static routes is handled to reduce the size of the configuration. In older versions of PAN-OS, the firewall would explicitly show a path-monitor section for every static route, even if it was disabled.
In more recent versions of PAN-OS, this explicit, non-functional configuration is no longer stored in the running config if it's not in use. When you make a change to a static route via Panorama and commit, the system recognizes that this default configuration is unnecessary. It then removes the explicit path-monitor section from all existing static routes, as it's no longer required by the new configuration standard.
This change is purely cosmetic and does not affect the operation of your firewall. Path monitoring will continue to work correctly if you have it enabled on other routes. If it's not enabled, nothing will change. This is a deliberate change by Palo Alto Networks to make the configuration cleaner and more efficient.
It is explained in this document:
Hope this helps,
-Kim.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!