<?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: What do WRED drops and Policing drop on qos mean? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/what-do-wred-drops-and-policing-drop-on-qos-mean/m-p/28914#M21132</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know exact this function still&lt;/P&gt;&lt;P&gt;It is hard to understand&lt;/P&gt;&lt;P&gt;Will you plz let me know to show what it is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2013 07:23:10 GMT</pubDate>
    <dc:creator>SilverTiger</dc:creator>
    <dc:date>2013-11-07T07:23:10Z</dc:date>
    <item>
      <title>What do WRED drops and Policing drop on qos mean?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/what-do-wred-drops-and-policing-drop-on-qos-mean/m-p/28911#M21129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made qos configuration. &lt;/P&gt;&lt;P&gt;I have questions when am checking qos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show qos interface ethernet1/1 hw-counter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qid&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pass bytes&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WRED drop&amp;nbsp;&amp;nbsp; policing drop&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3408809811&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;-2&amp;nbsp;&amp;nbsp;&amp;nbsp; bypass&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14803984933&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 584640&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what WRED drop and policing drop mean and what two counters are difference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 07:34:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/what-do-wred-drops-and-policing-drop-on-qos-mean/m-p/28911#M21129</guid>
      <dc:creator>KiCheon.Lee</dc:creator>
      <dc:date>2013-11-01T07:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: What do WRED drops and Policing drop on qos mean?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/what-do-wred-drops-and-policing-drop-on-qos-mean/m-p/28912#M21130</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Congestion Management&lt;/P&gt;
&lt;P&gt;When a queue is filling faster than it can be emptied, the device has two choices as to where to drop traffic. It can wait until the queue is full and simply drop packets as they arrive (tail dropping), or it can detect incipient congestion and proactively begin to drop packets based on probability function that is tied to average depth of the queue. This technique is called random early drop (RED). PAN-OS uses weighted RED (WRED) algorithm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Policing and Shaping&lt;/P&gt;
&lt;P&gt;Policing is performed to avoid unintentional starvation of the QoS priority queues. Policers mark packets that go above the burst rate as out of conformance, which alerts the scheduler to allow the packets to be forwarded only if the interface is not experiencing congestion. When the interface is experiencing congestion, out of conformance packets are either automatically discarded or reclassified.&lt;/P&gt;
&lt;P&gt;Not all Palo Alto Networks firewalls support policing, refer to the following table:&lt;/P&gt;
&lt;P&gt;Platform Policing&lt;/P&gt;
&lt;P&gt;PA-200&lt;/P&gt;
&lt;P&gt;Not Supported&lt;/P&gt;
&lt;P&gt;PA-500&lt;/P&gt;
&lt;P&gt;Not Supported&lt;/P&gt;
&lt;P&gt;PA-2000 Series&lt;/P&gt;
&lt;P&gt;Not Supported&lt;/P&gt;
&lt;P&gt;PA-4000 Series&lt;/P&gt;
&lt;P&gt;Supported (on egress interface)&lt;/P&gt;
&lt;P&gt;PA-5000 Series&lt;/P&gt;
&lt;P&gt;Supported (on egress interface)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also following doc has the same information on page 5.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000Cm5tCAC" target="_blank" rel="noopener"&gt;QoS in PAN-OS&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;Numan&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 22:02:43 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/what-do-wred-drops-and-policing-drop-on-qos-mean/m-p/28912#M21130</guid>
      <dc:creator>mbutt</dc:creator>
      <dc:date>2020-12-03T22:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: What do WRED drops and Policing drop on qos mean?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/what-do-wred-drops-and-policing-drop-on-qos-mean/m-p/28913#M21131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I don't make QoS configuration, FW will be performed tail dropping on congestion management.&lt;/P&gt;&lt;P&gt;And if I make QoS Configuration, FW will be performed WRED on congestion management.&lt;/P&gt;&lt;P&gt;Right??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 03:27:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/what-do-wred-drops-and-policing-drop-on-qos-mean/m-p/28913#M21131</guid>
      <dc:creator>KiCheon.Lee</dc:creator>
      <dc:date>2013-11-04T03:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: What do WRED drops and Policing drop on qos mean?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/what-do-wred-drops-and-policing-drop-on-qos-mean/m-p/28914#M21132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know exact this function still&lt;/P&gt;&lt;P&gt;It is hard to understand&lt;/P&gt;&lt;P&gt;Will you plz let me know to show what it is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 07:23:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/what-do-wred-drops-and-policing-drop-on-qos-mean/m-p/28914#M21132</guid>
      <dc:creator>SilverTiger</dc:creator>
      <dc:date>2013-11-07T07:23:10Z</dc:date>
    </item>
  </channel>
</rss>

