<?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: Is it possible to monitor PBF rule status via SNMP? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/179486#M55687</link>
    <description>I used a combination of two new 8.0 features: filtered log forwarding and http log action. Any time there is a PBF status change, my firewall drops a message in a Slack channel.</description>
    <pubDate>Sun, 01 Oct 2017 03:28:26 GMT</pubDate>
    <dc:creator>jvalentine</dc:creator>
    <dc:date>2017-10-01T03:28:26Z</dc:date>
    <item>
      <title>Is it possible to monitor PBF rule status via SNMP?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/179390#M55677</link>
      <description>&lt;P&gt;Hi-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can get our PA-220 to alert our SNMP monitoring system when a Policy Based Forwarding rule fails/activates?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've set up SNMP on the firewall, added a device entry in our PRTG monitoring system, and set PRTG to automatically detect the device. It has discovered about 40 sensors, but I can't see any that relates to PBF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a problem with a PBF rule failing, and I would like our monitoring screen to display whether this PBF rule is active or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 14:56:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/179390#M55677</guid>
      <dc:creator>TomMeadows</dc:creator>
      <dc:date>2017-09-29T14:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to monitor PBF rule status via SNMP?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/179418#M55678</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/69979"&gt;@TomMeadows&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I'm fairly certain this is not supported in the MIB.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 16:34:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/179418#M55678</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2017-09-29T16:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to monitor PBF rule status via SNMP?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/179481#M55686</link>
      <description>&lt;P&gt;Does anyone know if there is&amp;nbsp; any other way in the Palo Alto world to signal PBF rule status?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2017 22:28:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/179481#M55686</guid>
      <dc:creator>TomMeadows</dc:creator>
      <dc:date>2017-09-30T22:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to monitor PBF rule status via SNMP?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/179486#M55687</link>
      <description>I used a combination of two new 8.0 features: filtered log forwarding and http log action. Any time there is a PBF status change, my firewall drops a message in a Slack channel.</description>
      <pubDate>Sun, 01 Oct 2017 03:28:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/179486#M55687</guid>
      <dc:creator>jvalentine</dc:creator>
      <dc:date>2017-10-01T03:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to monitor PBF rule status via SNMP?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/180424#M55853</link>
      <description>&lt;P&gt;You can access it via the CLI:&amp;nbsp; show pbf rule name &amp;lt;your-PBF-Policy-name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can script that using SSH connections with password-less keys.&amp;nbsp; Just run it every X minutes and compare the "Rule State" line between runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, it will fill your logs with login/logout entries.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would be really nice if this could be polled via SNMP, or configured as an SNMP trap, or some other more automated way.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 23:06:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/is-it-possible-to-monitor-pbf-rule-status-via-snmp/m-p/180424#M55853</guid>
      <dc:creator>fjwcash</dc:creator>
      <dc:date>2017-10-05T23:06:10Z</dc:date>
    </item>
  </channel>
</rss>

