<?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 QOS Interface Policy Output Default DSCP code in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681854#M1054757</link>
    <description>&lt;P&gt;I have QOS configured on a router and when I do "show policy interface serial 0/0:0" &lt;/P&gt;&lt;P&gt;I see packets under the default section of the DSCP column. I have enclosed an example. &lt;/P&gt;&lt;P&gt;Can anyone explain what this column section is for, and why if I should see entries in this value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 09:11:09 GMT</pubDate>
    <dc:creator>tsalt</dc:creator>
    <dc:date>2020-02-21T09:11:09Z</dc:date>
    <item>
      <title>QOS Interface Policy Output Default DSCP code</title>
      <link>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681854#M1054757</link>
      <description>&lt;P&gt;I have QOS configured on a router and when I do "show policy interface serial 0/0:0" &lt;/P&gt;&lt;P&gt;I see packets under the default section of the DSCP column. I have enclosed an example. &lt;/P&gt;&lt;P&gt;Can anyone explain what this column section is for, and why if I should see entries in this value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 09:11:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681854#M1054757</guid>
      <dc:creator>tsalt</dc:creator>
      <dc:date>2020-02-21T09:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: QOS Interface Policy Output Default DSCP code</title>
      <link>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681855#M1054758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand correctly, the traffic match to the class test and not mark with a specific dscp value will fall into the default (dscp 0).  The the policing is going to mark the packet with dscp value to 26, 28 or 30 depends on whether the rate of the traffic.  You should see the dscp value changed on your next hop router.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 14:12:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681855#M1054758</guid>
      <dc:creator>Andrew Chan</dc:creator>
      <dc:date>2006-09-21T14:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: QOS Interface Policy Output Default DSCP code</title>
      <link>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681856#M1054759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. &lt;/P&gt;&lt;P&gt;All traffic should be marked as below:-&lt;/P&gt;&lt;P&gt;policy-map test&lt;/P&gt;&lt;P&gt;  class test&lt;/P&gt;&lt;P&gt;   bandwidth 8000&lt;/P&gt;&lt;P&gt;   random-detect dscp-based&lt;/P&gt;&lt;P&gt;   random-detect dscp 26   683   2049  1    &lt;/P&gt;&lt;P&gt;   random-detect dscp 28   410   1366  1    &lt;/P&gt;&lt;P&gt;   random-detect dscp 30   205   683   1    &lt;/P&gt;&lt;P&gt;     police 8000000 1000000 1500000 conform-action set-dscp-transmit 26 exceed-action set-dscp-transmit 28 violate-action set-dscp-transmit 30&lt;/P&gt;&lt;P&gt;which was why I was querying traffic entering the default queue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 05:48:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681856#M1054759</guid>
      <dc:creator>tsalt</dc:creator>
      <dc:date>2006-09-22T05:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: QOS Interface Policy Output Default DSCP code</title>
      <link>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681857#M1054760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cisco IOS classifies traffic before policing and shaping.  When the packet arrived with dscp 0 will be classified in the default queue and pass to the policer for action, either delivery or drop.  The packets marked during the delivery will not put back into the queue to be re-classified.  That's why all traffic is shown received in default queue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 14:22:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681857#M1054760</guid>
      <dc:creator>Andrew Chan</dc:creator>
      <dc:date>2006-09-22T14:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: QOS Interface Policy Output Default DSCP code</title>
      <link>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681858#M1054761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obviously you apply your service-policy on output. What does your class-map look like, what do you try to match? Are you sure you do not catch locally generated packets from the router? can you pllease post the complete "show policy-map interface"?&lt;/P&gt;&lt;P&gt;What looks strange is, that you get only 18 packets at all. Can you create more load and f.e. ping through the router and check the result again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The order of QoS operation on output should be&lt;/P&gt;&lt;P&gt;1) classify&lt;/P&gt;&lt;P&gt;2) mark&lt;/P&gt;&lt;P&gt;3) police&lt;/P&gt;&lt;P&gt;4) shape&lt;/P&gt;&lt;P&gt;5) WRED&lt;/P&gt;&lt;P&gt;6) queue&lt;/P&gt;&lt;P&gt;7) LFI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that your policer should at least mark conforming traffic.&lt;/P&gt;&lt;P&gt;What could also interfere with your expected behaviour is, that packets CEF switched will not show up in the policy-map queueing section. So make sure you overload your interface to get packets in the L3 queueing system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Martin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 14:00:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681858#M1054761</guid>
      <dc:creator>mheusinger</dc:creator>
      <dc:date>2006-09-26T14:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: QOS Interface Policy Output Default DSCP code</title>
      <link>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681859#M1054762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear  Martin,&lt;/P&gt;&lt;P&gt;    Thanks for your assistance. Enclosed is the configuration for the class. I have changed the name as this is from a working customer router. There are other classes configured in the ploicy, and the last one has an ACL that catches all IP Packets.&lt;/P&gt;&lt;P&gt;  I am confused about your sentence which states that "CEF switched packets not showing in the queueing section". Because if I clear the counters, and watch the policy I can see the AF26 counters increasing with the packets being marked by the interface, and only a small  load on teh link. I beliveve for QOS to work we need CEF configured.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 06:24:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/qos-interface-policy-output-default-dscp-code/m-p/681859#M1054762</guid>
      <dc:creator>tsalt</dc:creator>
      <dc:date>2006-09-27T06:24:20Z</dc:date>
    </item>
  </channel>
</rss>

