<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to tell which Objects &amp; Rules are being used. in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/22591#M16504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2009 14:25:49 GMT</pubDate>
    <dc:creator>swhyte</dc:creator>
    <dc:date>2009-10-28T14:25:49Z</dc:date>
    <item>
      <title>How to tell which Objects &amp; Rules are being used.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/22590#M16503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas on how to get this information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 21:39:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/22590#M16503</guid>
      <dc:creator>bbraunschweig</dc:creator>
      <dc:date>2009-10-23T21:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which Objects &amp; Rules are being used.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/22591#M16504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 14:25:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/22591#M16504</guid>
      <dc:creator>swhyte</dc:creator>
      <dc:date>2009-10-28T14:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which Objects &amp; Rules are being used.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/73025#M41308</link>
      <description>&lt;P&gt;It's do-able at the cli with some shell scripting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you export the configuration in&amp;nbsp;&lt;EM&gt;set cli config-output-format set&lt;/EM&gt; format, then a relatively simple shell script is sufficient to point out various objects :-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;for obj in $(awk '/^set address/ {print $3}' firewall.conf)
do
&amp;nbsp; echo $obj $(grep $obj firewall.conf | wc -l)
done&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A count of 1 is worth investigating, and this method can be extended to look at other object types.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 09:04:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/73025#M41308</guid>
      <dc:creator>MikeMeredith</dc:creator>
      <dc:date>2016-02-18T09:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which Objects &amp; Rules are being used.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/73129#M41357</link>
      <description>&lt;P&gt;This question has been asked in various forms by multiple people. &amp;nbsp;Working on Sidewinder, CheckPoint, PaloAlto, Juniper, Cisco firewalls this requested function is really too complicated. &amp;nbsp;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Really for detailed rule/object analysis a clean easy way is to use a 3-part product called FireMon&amp;nbsp;&lt;A href="https://www.firemon.com/" target="_blank"&gt;https://www.firemon.com/&lt;/A&gt; they integrate well with Palo and have great support. &amp;nbsp;Any enterprise level org would really enhance their FW service ownership by investing in that tool. &amp;nbsp;(No I don't work for FireMon)&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 14:30:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/73129#M41357</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2016-02-19T14:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which Objects &amp; Rules are being used.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/73690#M41503</link>
      <description>You can identify the both security and NAT rules that are unused by logging on to the actual firewall, select policies, security, at the bottom to the right of the "add" is "highlight unused rules", this shades the unused ones in red, the same can be done for the NAT rules.
Also in the ACC, bottom right graph/table is "rule usage", you can maximise and see bytes,sessions etc usage for each rule
This is in 7.0.4 , don't know about v6 as we have never deployed that version.</description>
      <pubDate>Fri, 26 Feb 2016 18:31:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/73690#M41503</guid>
      <dc:creator>BrainJ</dc:creator>
      <dc:date>2016-02-26T18:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to tell which Objects &amp; Rules are being used.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/73692#M41505</link>
      <description>&lt;P&gt;The drawback to "highlight unused rules" is that it's predicated upon a timer set by when the firewall was last rebooted. &amp;nbsp;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unused rules also doesn't take into account the objects used within the rule.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 18:47:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/how-to-tell-which-objects-rules-are-being-used/m-p/73692#M41505</guid>
      <dc:creator>Brandon_Wertz</dc:creator>
      <dc:date>2016-02-26T18:47:20Z</dc:date>
    </item>
  </channel>
</rss>

