<?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 This is not for topic-starter in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096705#M204974</link>
    <description>&lt;P&gt;This is not for topic-starter, but for those, who finds the topic searching web.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The drops may come, as hold-queue is not adjusted on the interface; if we are allocating more than 1000 packet-queue for a single physical interface, the "hold-queue out" must be configured under physical interface.&lt;/P&gt;&lt;P&gt;More details may be found here -&amp;nbsp;&lt;A href="http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/quality-of-service-qos/sol_ov_c22-708224.html"&gt;http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/quality-of-service-qos/sol_ov_c22-708224.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please pay attention to behaviour difference between versions per-&amp;nbsp;and post-CSCtq27141 (enhancement embedded into 15.1(2)T5+, 15.2(1)T2+, 15.0(1)M8+, 15.1(4)M4+, 15.2(4)M+ and etc.&lt;/P&gt;</description>
    <pubDate>Sat, 03 Oct 2015 07:29:14 GMT</pubDate>
    <dc:creator>Vasilii Mikhailovskii</dc:creator>
    <dc:date>2015-10-03T07:29:14Z</dc:date>
    <item>
      <title>QOS (HQF) : Trying to find out why output queue drop happens</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096700#M204969</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I've got a router with a gigabit interface connected to ISP. I bought 30Mbps Point-To-Point Link(Lease-Line) from them. To treat critical applications, I need to shape bandwidth to not above than 30Mbps(gigabit interface) and then treat critical applications by using CBWFQ.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; It seems to be work but I've always seen &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;total drops&lt;/STRONG&gt;&lt;/SPAN&gt; from "show policy-map interface gx/y". I know there are 2 reasons why? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. WRED &lt;/P&gt;&lt;P&gt;2. I have exceeded the configured queue limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I would focus on 2nd reason. Then I increased queue-limet to &lt;STRONG&gt;32768(Max)&lt;/STRONG&gt;. But I still see &lt;STRONG&gt;total drops&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#########&lt;/P&gt;&lt;P&gt;(queue depth/&lt;STRONG&gt;total drops&lt;/STRONG&gt;/no-buffer drops) 0/&lt;STRONG&gt;1112&lt;/STRONG&gt;/0&lt;/P&gt;&lt;P&gt;#########&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; And "show interface gx/y summary" output showed me a couter of OQD: pkts dropped from output queue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#######################################&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;CHILD: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;policy-map &lt;STRONG&gt;CHILD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; class CRITICAL_APP&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth 27000&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;queue-limit 32768 packets&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Parent: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;policy-map &lt;STRONG&gt;PARENT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;queue-limit 32768 packets&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; shape average &lt;STRONG&gt;30000000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; service-policy &lt;STRONG&gt;CHILD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;Interface gx/y&lt;/P&gt;&lt;P&gt;service -policy output &lt;STRONG&gt;PARENT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;#######################################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I know It's going to work when the interface get congested.&amp;nbsp; Please share your ideas/experience. What have I missed? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 02:29:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096700#M204969</guid>
      <dc:creator>Thotsaphon Lueangwattanaphong</dc:creator>
      <dc:date>2019-03-05T02:29:54Z</dc:date>
    </item>
    <item>
      <title>QOS (HQF) : Trying to find out why output queue drop happens</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096701#M204970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Drops are totally normal, otherwise the traffic contract would be violated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post the complete show interface and and show policy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 18:14:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096701#M204970</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2012-12-24T18:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: QOS (HQF) : Trying to find out why output queue drop happens</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096702#M204971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Paolo&amp;nbsp; How have you been?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm trying to get drop from ISP. That's why I try to slow down(Shape) critical applications. I'd like to know what causes total drops in this case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Toshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 18:54:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096702#M204971</guid>
      <dc:creator>Thotsaphon Lueangwattanaphong</dc:creator>
      <dc:date>2012-12-24T18:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: QOS (HQF) : Trying to find out why output queue drop happens</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096703#M204972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your traffic burts cause drops. They &lt;SPAN style="text-decoration: underline;"&gt;must happen&lt;/SPAN&gt; for TCP to slow down sending. You can shape and these will still happen, as it is perfectly normal and expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All is good with me and so I hope about you. Thanks for the nice rating and good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2012 19:01:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096703#M204972</guid>
      <dc:creator>paolo bevilacqua</dc:creator>
      <dc:date>2012-12-24T19:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: QOS (HQF) : Trying to find out why output queue drop happens</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096704#M204973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&lt;STRONG&gt;Disclaimer&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;Liability Disclaimer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Posting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to avoid all packet drops can be counter productive.&amp;nbsp; For example, as Paolo has already (correctly) noted, TCP uses drops as a flow control mechanism.&amp;nbsp; Even if very large queue depths avoid any drops, it can create very highly variable (and perhaps high) latency.&amp;nbsp; Consider with your queue depth set to 32,768 packets, the last packet in the queue has to wait for transmission of the 32,767 packets ahead of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally, to allow for maximum TCP transmission rate, your queue depth should not need to be larger than about half the BDP (bandwidth delay product) to reach the furthest TCP destination.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using HQF QoS, I would suggest enabling fair-queue in your CRITICAL_APP class.&amp;nbsp; I would also suggest, explicity defining the class-default class in your child policy and also enabling fair-queue in it too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fair queuing's two major advantages are: low volume flows will likely be less impacted by high volume flows; both regarding latency and packet dropping.&amp;nbsp; In fact, packet dropping tends to only hit the high volume flows, i.e. the flow(s) causing the congestion, and the flow(s) we want to "signal" to slow its/their transmission rate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Dec 2012 14:08:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096704#M204973</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2012-12-25T14:08:29Z</dc:date>
    </item>
    <item>
      <title>This is not for topic-starter</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096705#M204974</link>
      <description>&lt;P&gt;This is not for topic-starter, but for those, who finds the topic searching web.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The drops may come, as hold-queue is not adjusted on the interface; if we are allocating more than 1000 packet-queue for a single physical interface, the "hold-queue out" must be configured under physical interface.&lt;/P&gt;&lt;P&gt;More details may be found here -&amp;nbsp;&lt;A href="http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/quality-of-service-qos/sol_ov_c22-708224.html"&gt;http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/quality-of-service-qos/sol_ov_c22-708224.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please pay attention to behaviour difference between versions per-&amp;nbsp;and post-CSCtq27141 (enhancement embedded into 15.1(2)T5+, 15.2(1)T2+, 15.0(1)M8+, 15.1(4)M4+, 15.2(4)M+ and etc.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2015 07:29:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/qos-hqf-trying-to-find-out-why-output-queue-drop-happens/m-p/2096705#M204974</guid>
      <dc:creator>Vasilii Mikhailovskii</dc:creator>
      <dc:date>2015-10-03T07:29:14Z</dc:date>
    </item>
  </channel>
</rss>

