<?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: SNMP QoS in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33879#M24846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree on luck of SNMP counters. CLI shows tons (show counter). I'll be interested in getting QoS stats as well. And most likely for the same reason (drops). Particular command might be:&lt;/P&gt;&lt;P&gt; show qos throughput &amp;lt;last 3 seconds of all classes&amp;gt;. I'm not sure how useful it'd be, if you want to see thruput per class. As for the poll itself ... Here's a small script that I use for the counter poll:&lt;/P&gt;&lt;P&gt;===============================&lt;/P&gt;&lt;P&gt;#!/usr/bin/env python&lt;BR /&gt;import sys&lt;BR /&gt;import pexpect&lt;/P&gt;&lt;P&gt;passwd = "password_here"&lt;BR /&gt;p=pexpect.spawn('ssh &lt;A href="mailto:name@device'"&gt;name@device'&lt;/A&gt;)&lt;BR /&gt;p.expect("Password:")&lt;BR /&gt;p.send(passwd+"\n")&lt;BR /&gt;p.expect("&amp;gt; ")&lt;BR /&gt;p.send("set cli scripting-mode on\n")&lt;BR /&gt;p.expect("&amp;gt; ")&lt;BR /&gt;p.send("show counter global name pkt_recv\n")&lt;BR /&gt;p.expect("Value: ")&lt;BR /&gt;result = p.readline().strip()&lt;BR /&gt;p.expect("&amp;gt; ")&lt;BR /&gt;p.send("exit\n")&lt;BR /&gt;p.expect("closed")&lt;BR /&gt;p.close()&lt;BR /&gt;print result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;============================&lt;/P&gt;&lt;P&gt;Looks somewhat like this (pic) . I probably need to add logic for showing just a difference and not the absolute value&lt;IMG alt="graphs.png" class="jive-image-thumbnail jive-image" src="https://live.paloaltonetworks.com/legacyfs/online/5360_graphs.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2013 16:02:04 GMT</pubDate>
    <dc:creator>Retired Member</dc:creator>
    <dc:date>2013-01-25T16:02:04Z</dc:date>
    <item>
      <title>SNMP QoS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33875#M24842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wondering if it’s possible to get QoS (per queue) throughput stats via SNMP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:42:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33875#M24842</guid>
      <dc:creator>tom_sharkey</dc:creator>
      <dc:date>2013-01-24T14:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP QoS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33876#M24843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately no. We don't have those stats in our MIBS. Please open a feature request with your SE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 14:49:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33876#M24843</guid>
      <dc:creator>sbrenner</dc:creator>
      <dc:date>2013-01-24T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP QoS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33877#M24844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any other way to get historical throughput information for a specific QoS class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to have some idea of how much traffic there is per QoS class, and most importantly if any classes are dropping traffic because they are hitting the PIR/CIR.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 15:22:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33877#M24844</guid>
      <dc:creator>tom_sharkey</dc:creator>
      <dc:date>2013-01-24T15:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP QoS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33878#M24845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isnt the stats available through the REST-api or such? This way you could at least as a workaround (until your feature request shows up in the PANOS &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;) create your own script to poll the PA-device and through the REST-api get the QoS figures as in cli/ssh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 19:23:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33878#M24845</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2013-01-24T19:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP QoS</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33879#M24846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree on luck of SNMP counters. CLI shows tons (show counter). I'll be interested in getting QoS stats as well. And most likely for the same reason (drops). Particular command might be:&lt;/P&gt;&lt;P&gt; show qos throughput &amp;lt;last 3 seconds of all classes&amp;gt;. I'm not sure how useful it'd be, if you want to see thruput per class. As for the poll itself ... Here's a small script that I use for the counter poll:&lt;/P&gt;&lt;P&gt;===============================&lt;/P&gt;&lt;P&gt;#!/usr/bin/env python&lt;BR /&gt;import sys&lt;BR /&gt;import pexpect&lt;/P&gt;&lt;P&gt;passwd = "password_here"&lt;BR /&gt;p=pexpect.spawn('ssh &lt;A href="mailto:name@device'"&gt;name@device'&lt;/A&gt;)&lt;BR /&gt;p.expect("Password:")&lt;BR /&gt;p.send(passwd+"\n")&lt;BR /&gt;p.expect("&amp;gt; ")&lt;BR /&gt;p.send("set cli scripting-mode on\n")&lt;BR /&gt;p.expect("&amp;gt; ")&lt;BR /&gt;p.send("show counter global name pkt_recv\n")&lt;BR /&gt;p.expect("Value: ")&lt;BR /&gt;result = p.readline().strip()&lt;BR /&gt;p.expect("&amp;gt; ")&lt;BR /&gt;p.send("exit\n")&lt;BR /&gt;p.expect("closed")&lt;BR /&gt;p.close()&lt;BR /&gt;print result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;============================&lt;/P&gt;&lt;P&gt;Looks somewhat like this (pic) . I probably need to add logic for showing just a difference and not the absolute value&lt;IMG alt="graphs.png" class="jive-image-thumbnail jive-image" src="https://live.paloaltonetworks.com/legacyfs/online/5360_graphs.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 16:02:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/snmp-qos/m-p/33879#M24846</guid>
      <dc:creator>Retired Member</dc:creator>
      <dc:date>2013-01-25T16:02:04Z</dc:date>
    </item>
  </channel>
</rss>

