<?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 How to configure QoS for VoIP in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843619#M181370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:christopher_hall@earthlink.net"&gt;christopher_hall@earthlink.net&lt;/A&gt;&lt;SPAN&gt; wrote:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's some of the config....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map Voice-Traffic&lt;/P&gt;&lt;P&gt; class Voice&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth 2500&lt;/P&gt;&lt;P&gt; class Business_Data&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth 3000&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; fair-queue&lt;/P&gt;&lt;P&gt;&amp;nbsp; random-detect dscp-based&lt;/P&gt;&lt;P&gt;policy-map QOS_INGRESS_LAN&lt;/P&gt;&lt;P&gt; class Business_Ingress&lt;/P&gt;&lt;P&gt;&amp;nbsp; set ip dscp af21&lt;/P&gt;&lt;P&gt; class Voice_Ingress&lt;/P&gt;&lt;P&gt;&amp;nbsp; set ip dscp ef&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can probably do it like this as well:&lt;/P&gt;&lt;PRE jivemacro="quote"&gt;&lt;P&gt;class Voice&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth percent 10&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The big advantage is that the traffic ratio's are preserved when changing the available bandwidth. &lt;/P&gt;&lt;P&gt;When using fixed numbers, you need to rewrite the entire policy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With MPLS you probably also need shaping: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/ios/qos/configuration/guide/percnt_polcng_shapng_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1025118"&gt;http://www.cisco.com/en/US/docs/ios/qos/configuration/guide/percnt_polcng_shapng_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1025118&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will post a complete and working example shortly; its on another machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2012 18:33:44 GMT</pubDate>
    <dc:creator>lgijssel</dc:creator>
    <dc:date>2012-01-12T18:33:44Z</dc:date>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843612#M181363</link>
      <description>&lt;P&gt;I'm doing some research on configuring QoS on our multi-site MPLS network and have a question. I think I've seen somewhere that our network provider's QoS settings would have to match our internal settings. So, if I'm trying to carve out 60% of a circuit for VoIP, our provider would have to do the same for that circuit, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 22:53:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843612#M181363</guid>
      <dc:creator>christopher_hall</dc:creator>
      <dc:date>2019-03-04T22:53:06Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843613#M181364</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; what you are saying is absolutely correct. Now with MPLS QoS, there are three types:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 1- Unfifrom Model.&lt;/P&gt;&lt;P&gt; 2- Short PiPe Model.&lt;/P&gt;&lt;P&gt; 3- PiPe Model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The Service Provider choses the Type Of QoS to be used based on the Customer requirement and SLA Agreement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Each on of those models has its own type and characterstics, but eventually to maintain your QoS marking across an IP/MPLS Backbone, the Service Provider needs to implement (Short PiPe Model) technique, which tunnels the QoS policy according to the CE (Customer Markings).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:04:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843613#M181364</guid>
      <dc:creator>Mohamed Sobair</dc:creator>
      <dc:date>2012-01-12T18:04:11Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843614#M181365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, so we'll definitely need to contact our provider before we start implementing QoS. What would happen to traffic if we were to configure our end and the provider either didn't configure their end or misconfigured their end?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:06:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843614#M181365</guid>
      <dc:creator>christopher_hall</dc:creator>
      <dc:date>2012-01-12T18:06:47Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843615#M181366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's corect but if you need 60% for voip, you'd rather request an upgrade of the bandwidth.&lt;/P&gt;&lt;P&gt;Because voip needs the priority queue, other traffic is considerably throttled when you reserve 60% for priority traffic.&lt;/P&gt;&lt;P&gt;A more acceptable (safe) value would be 10% and you should really avoid going beyond 20%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:07:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843615#M181366</guid>
      <dc:creator>lgijssel</dc:creator>
      <dc:date>2012-01-12T18:07:23Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843616#M181367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Christopher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If this is to happen, then you will simply end up losing your markings, and you may also not having all your traffic priotrized as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; Mohamed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:15:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843616#M181367</guid>
      <dc:creator>Mohamed Sobair</dc:creator>
      <dc:date>2012-01-12T18:15:37Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843617#M181368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both of you for your quick and thoughtful replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the way it's been configured previously is through a policy map that set bandwidth to some number (I can look up the details if needed) that was a fraction of the total available bandwidth. Is there a 'best practices' kind of document out there? I'll show some of the config in a separate message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:17:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843617#M181368</guid>
      <dc:creator>christopher_hall</dc:creator>
      <dc:date>2012-01-12T18:17:42Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843618#M181369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here's some of the config....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map Voice-Traffic&lt;/P&gt;&lt;P&gt; class Voice&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth 2500&lt;/P&gt;&lt;P&gt; class Business_Data&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth 3000&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; fair-queue&lt;/P&gt;&lt;P&gt;&amp;nbsp; random-detect dscp-based&lt;/P&gt;&lt;P&gt;policy-map QOS_INGRESS_LAN&lt;/P&gt;&lt;P&gt; class Business_Ingress&lt;/P&gt;&lt;P&gt;&amp;nbsp; set ip dscp af21&lt;/P&gt;&lt;P&gt; class Voice_Ingress&lt;/P&gt;&lt;P&gt;&amp;nbsp; set ip dscp ef&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:19:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843618#M181369</guid>
      <dc:creator>christopher_hall</dc:creator>
      <dc:date>2012-01-12T18:19:35Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843619#M181370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:christopher_hall@earthlink.net"&gt;christopher_hall@earthlink.net&lt;/A&gt;&lt;SPAN&gt; wrote:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's some of the config....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map Voice-Traffic&lt;/P&gt;&lt;P&gt; class Voice&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth 2500&lt;/P&gt;&lt;P&gt; class Business_Data&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth 3000&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; fair-queue&lt;/P&gt;&lt;P&gt;&amp;nbsp; random-detect dscp-based&lt;/P&gt;&lt;P&gt;policy-map QOS_INGRESS_LAN&lt;/P&gt;&lt;P&gt; class Business_Ingress&lt;/P&gt;&lt;P&gt;&amp;nbsp; set ip dscp af21&lt;/P&gt;&lt;P&gt; class Voice_Ingress&lt;/P&gt;&lt;P&gt;&amp;nbsp; set ip dscp ef&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can probably do it like this as well:&lt;/P&gt;&lt;PRE jivemacro="quote"&gt;&lt;P&gt;class Voice&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth percent 10&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The big advantage is that the traffic ratio's are preserved when changing the available bandwidth. &lt;/P&gt;&lt;P&gt;When using fixed numbers, you need to rewrite the entire policy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With MPLS you probably also need shaping: &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/ios/qos/configuration/guide/percnt_polcng_shapng_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1025118"&gt;http://www.cisco.com/en/US/docs/ios/qos/configuration/guide/percnt_polcng_shapng_ps6350_TSD_Products_Configuration_Guide_Chapter.html#wp1025118&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will post a complete and working example shortly; its on another machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:33:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843619#M181370</guid>
      <dc:creator>lgijssel</dc:creator>
      <dc:date>2012-01-12T18:33:44Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843620#M181371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Here it is: &lt;/P&gt;&lt;P&gt;class-map match-any AF4x&lt;/P&gt;&lt;P&gt; match ip dscp af41 &lt;/P&gt;&lt;P&gt;class-map match-any AF3x&lt;/P&gt;&lt;P&gt; match ip dscp af31 &lt;/P&gt;&lt;P&gt;class-map match-any AF2x&lt;/P&gt;&lt;P&gt; match ip dscp af21 &lt;/P&gt;&lt;P&gt;class-map match-any Voice&lt;/P&gt;&lt;P&gt; match ip dscp ef &lt;/P&gt;&lt;P&gt;class-map match-any Scavenger&lt;/P&gt;&lt;P&gt; match ip dscp cs1 &lt;/P&gt;&lt;P&gt;class-map match-any AFclass&lt;/P&gt;&lt;P&gt; match ip dscp af21&amp;nbsp; af31&amp;nbsp; af41 &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map AFsubclass&lt;/P&gt;&lt;P&gt; class AF4x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; police rate percent 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceed-action set-dscp-transmit af42&lt;/P&gt;&lt;P&gt; class AF3x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; police rate percent 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceed-action set-dscp-transmit af32&lt;/P&gt;&lt;P&gt; class AF2x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; police rate percent 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceed-action set-dscp-transmit af22&lt;/P&gt;&lt;P&gt;policy-map STDqos&lt;/P&gt;&lt;P&gt; class Voice&lt;/P&gt;&lt;P&gt;&amp;nbsp; priority percent 10&lt;/P&gt;&lt;P&gt; class AFclass&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth percent 25&lt;/P&gt;&lt;P&gt;&amp;nbsp; service-policy AFsubclass&lt;/P&gt;&lt;P&gt; class Scavenger&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; police rate percent 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceed-action set-dscp-transmit default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; violate-action drop &lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; bandwidth percent 50&lt;/P&gt;&lt;P&gt;&amp;nbsp; random-detect dscp-based&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map Shape10Mb&lt;/P&gt;&lt;P&gt; class class-default&lt;/P&gt;&lt;P&gt;&amp;nbsp; shape average 10000000&lt;/P&gt;&lt;P&gt;&amp;nbsp; service-policy STDqos&lt;/P&gt;&lt;P&gt;!&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;class-map match-any AF4x&lt;BR /&gt; match ip dscp af41 &lt;BR /&gt;class-map match-any AF3x&lt;BR /&gt; match ip dscp af31 &lt;BR /&gt;class-map match-any AF2x&lt;BR /&gt; match ip dscp af21 &lt;BR /&gt;class-map match-any Voice&lt;BR /&gt; match ip dscp ef &lt;BR /&gt;class-map match-any Scavenger&lt;BR /&gt; match ip dscp cs1 &lt;BR /&gt;class-map match-any AFclass&lt;BR /&gt; match ip dscp af21&amp;nbsp; af31&amp;nbsp; af41 &lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map AFsubclass&lt;BR /&gt; class AF4x&lt;BR /&gt;&amp;nbsp;&amp;nbsp; police rate percent 20&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceed-action set-dscp-transmit af42&lt;BR /&gt; class AF3x&lt;BR /&gt;&amp;nbsp;&amp;nbsp; police rate percent 5&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceed-action set-dscp-transmit af32&lt;BR /&gt; class AF2x&lt;BR /&gt;&amp;nbsp;&amp;nbsp; police rate percent 5&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceed-action set-dscp-transmit af22&lt;BR /&gt;policy-map STDqos&lt;BR /&gt; class Voice&lt;BR /&gt;&amp;nbsp; priority percent 10&lt;BR /&gt; class AFclass&lt;BR /&gt;&amp;nbsp; bandwidth percent 25&lt;BR /&gt;&amp;nbsp; service-policy AFsubclass&lt;BR /&gt; class Scavenger&lt;BR /&gt;&amp;nbsp;&amp;nbsp; police rate percent 5&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exceed-action set-dscp-transmit default&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; violate-action drop &lt;BR /&gt; class class-default&lt;BR /&gt;&amp;nbsp; bandwidth percent 50&lt;BR /&gt;&amp;nbsp; random-detect dscp-based&lt;BR /&gt;!&lt;BR /&gt;policy-map Shape10Mb&lt;BR /&gt; class class-default&lt;BR /&gt;&amp;nbsp; shape average 10000000&lt;BR /&gt;&amp;nbsp; service-policy STDqos&lt;BR /&gt;!&lt;/P&gt;&lt;P&gt;This example uses a lot of features to play with. It does for example remarking and shaping.&lt;/P&gt;&lt;P&gt;Take out what you can use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:46:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843620#M181371</guid>
      <dc:creator>lgijssel</dc:creator>
      <dc:date>2012-01-12T18:46:50Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843621#M181372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very cool, Leo! Thanks a bunch!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:48:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843621#M181372</guid>
      <dc:creator>christopher_hall</dc:creator>
      <dc:date>2012-01-12T18:48:44Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843622#M181373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Disclaimer&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The&amp;nbsp;&amp;nbsp; Author of this posting offers the information contained within this&amp;nbsp;&amp;nbsp; posting without consideration and with the reader's understanding that&amp;nbsp;&amp;nbsp; there's no implied or expressed suitability or fitness for any purpose.&amp;nbsp;&amp;nbsp; Information provided is for informational purposes only and should not&amp;nbsp;&amp;nbsp; be construed as rendering professional advice of any kind. Usage of&amp;nbsp; this&amp;nbsp; posting's information is solely at reader's own risk.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Liability Disclaimer&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;In&amp;nbsp;&amp;nbsp; no event shall Author be liable for any damages whatsoever (including,&amp;nbsp;&amp;nbsp; without limitation, damages for loss of use, data or profit) arising&amp;nbsp; out&amp;nbsp; of the use or inability to use the posting's information even if&amp;nbsp; Author&amp;nbsp; has been advised of the possibility of such damage.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Posting&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;&lt;A class="jive-link-email-small" href="mailto:christopher_hall@earthlink.net"&gt;christopher_hall@earthlink.net&lt;/A&gt;&lt;SPAN&gt; wrote:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm doing some research on configuring QoS on our multi-site MPLS network and have a question. I think I've seen somewhere that our network provider's QoS settings would have to match our internal settings. So, if I'm trying to carve out 60% of a circuit for VoIP, our provider would have to do the same for that circuit, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;No, they don''t have to match, although most would configure them to match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since MPLS usually supports multi-site, it's possible traffic types might be different between sites or to some specific sites and traffic might also have asymmetrical flow rates.&amp;nbsp; For example, consider branch sites that back up their workstations to a HQ site.&amp;nbsp; Each branch, perhaps needs to set aside 20% of its QoS policy for this traffic's egress but perhaps the HQ site needs 10% of its QoS policy for this traffic's ingress.&amp;nbsp; In this example we're probably dealing with aggregation but other factors could be timezones, as all branches might not backup at the same time, and different bandwidth capacities for branches vs. HQ; both perhaps impacted necessary bandwidth reservations in the QoS policies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, workstations restores are unlikely to use the same amount of bandwidth as the backups, so opposite direction QoS policy bandwidth reservations can be different too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 18:52:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843622#M181373</guid>
      <dc:creator>Joseph W. Doherty</dc:creator>
      <dc:date>2012-01-12T18:52:50Z</dc:date>
    </item>
    <item>
      <title>How to configure QoS for VoIP</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843623#M181374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information, Joseph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 20:04:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/how-to-configure-qos-for-voip/m-p/1843623#M181374</guid>
      <dc:creator>christopher_hall</dc:creator>
      <dc:date>2012-01-12T20:04:53Z</dc:date>
    </item>
  </channel>
</rss>

