- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
10-23-2009 02:39 PM
I want to find a way to tell which address and services objects are not applied to a NAT or security rule and which NAT and security rules are not getting used?
Any Ideas on how to get this information?
Thanks
Bane
10-28-2009 07:25 AM
I have researched this with engineering and currently there isn't a way to easily filter this type of live data from the Paloalto device.
10-28-2009 07:25 AM
I have researched this with engineering and currently there isn't a way to easily filter this type of live data from the Paloalto device.
02-18-2016 01:03 AM - edited 02-18-2016 01:04 AM
It's do-able at the cli with some shell scripting.
If you export the configuration in set cli config-output-format set format, then a relatively simple shell script is sufficient to point out various objects :-
for obj in $(awk '/^set address/ {print $3}' firewall.conf) do echo $obj $(grep $obj firewall.conf | wc -l) done
A count of 1 is worth investigating, and this method can be extended to look at other object types.
02-19-2016 06:29 AM - edited 02-19-2016 06:30 AM
This question has been asked in various forms by multiple people. Working on Sidewinder, CheckPoint, PaloAlto, Juniper, Cisco firewalls this requested function is really too complicated. Most of the times it's just a "this object is unused (not in policy)" or "this rule is unused (never hit)," but never really accounting for object usage in a rule or how often or how much a rule/object is used.
Really for detailed rule/object analysis a clean easy way is to use a 3-part product called FireMon https://www.firemon.com/ they integrate well with Palo and have great support. Any enterprise level org would really enhance their FW service ownership by investing in that tool. (No I don't work for FireMon)
02-26-2016 10:31 AM
02-26-2016 10:47 AM
The drawback to "highlight unused rules" is that it's predicated upon a timer set by when the firewall was last rebooted. So if someone might have rebooted the firewall last say around feburary and a company's tax office while completeing year-end tax business it's possible that rules might have been erroneously identified as being unnecessary.
Unused rules also doesn't take into account the objects used within the rule.
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!