<?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: DSCP mutation map doesn't work in Switching</title>
    <link>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883861#M207140</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;j.blakley wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works, but with a few caveats that I see and maybe you can correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have a PC that's connected to a 3750. I was initially setting the&amp;nbsp; switchport to cos 3 and letting the internal map switch to DSCP outbound&amp;nbsp; (24). The dscp tag of 24 was definitely getting to the router, but once&amp;nbsp; I put the mutation map in play, it started being seen at the router as&amp;nbsp; default and no longer dscp 24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mutation map was "mls qos map dscp-mutation Test 22 24 to 42"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; changed the map to "mls qos map dscp-mutation Test 0 to 42" and applied&amp;nbsp; that to the interface without trusting with "service-policy input&amp;nbsp; Host". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 105 permit ip host 10.15.21.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map Host&lt;/P&gt;&lt;P&gt;match access-group 105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map Host&lt;/P&gt;&lt;P&gt;class Host&lt;/P&gt;&lt;P&gt;set dscp default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was being seen as default at the router: with and without the mutation-map applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last&amp;nbsp; test was removing any policy maps and not marking at all. This worked&amp;nbsp; and remarked 0 as 42 and I started seeing it at the router. My&amp;nbsp; conclusion is that the switch doesn't allow a conversion if you're&amp;nbsp; marking the packet at the port whether it be COS marking or DSCP (policy&amp;nbsp; map or internal dscp). Is this the case?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per your configuration, the device sending the packet does not apply the QoS tag. The switch is applying the QoS tag at ingress. In order for the mutation to work, the packet must have the matching QoS tag at ingress since as I explained, mutation takes places at ingress.&lt;/P&gt;&lt;P&gt;If the QoS tag is applied by the switch, the mutation check had already taken place - the order is mutation check goes before applying the QoS tag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, in order for your configuration to work, you need to configure the device sending the packet with the 'matching' QoS tag and you must apply the interface level configuration at the ingress port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this feature makes sense to you now &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2012 14:00:57 GMT</pubDate>
    <dc:creator>Edison Ortiz</dc:creator>
    <dc:date>2012-05-02T14:00:57Z</dc:date>
    <item>
      <title>DSCP mutation map doesn't work</title>
      <link>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883855#M207134</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been working on a 3560 that doesn't seem to map dscp values to a new value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mls qos map dscp-mutation ToR1 22 24 to 46&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ingress interface:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; mls qos cos 3&lt;/P&gt;&lt;P&gt; mls qos trust cos&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Egress interface:&lt;/P&gt;&lt;P&gt;interface FastEthernet0/3&lt;/P&gt;&lt;P&gt; srr-queue bandwidth share 1 2 3 4&lt;/P&gt;&lt;P&gt; srr-queue bandwidth limit 10&lt;/P&gt;&lt;P&gt; mls qos trust dscp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;--- tried with and without&lt;/P&gt;&lt;P&gt; mls qos dscp-mutation ToR1&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Cos-dscp map:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cos:&amp;nbsp;&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 2&amp;nbsp; 3&amp;nbsp; 4&amp;nbsp; 5&amp;nbsp; 6&amp;nbsp; 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dscp:&amp;nbsp;&amp;nbsp; 0&amp;nbsp; 8 16 &lt;STRONG&gt;24 &lt;/STRONG&gt;32 40 48 56&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Dscp-dscp mutation map:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ToR1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d1 :&amp;nbsp; d2 0&amp;nbsp; 1&amp;nbsp; 2&amp;nbsp; 3 &lt;STRONG&gt; 4 &lt;/STRONG&gt; 5&amp;nbsp; 6&amp;nbsp; 7&amp;nbsp; 8&amp;nbsp; 9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 :&amp;nbsp;&amp;nbsp;&amp;nbsp; 00 01 02 03 04 05 06 07 08 09&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 :&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 11 12 13 14 15 16 17 18 19&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;2&lt;/STRONG&gt; :&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 21 &lt;STRONG&gt;46 &lt;/STRONG&gt;23 &lt;STRONG&gt;46 &lt;/STRONG&gt;25 26 27 28 29&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 :&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 31 32 33 34 35 36 37 38 39&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4 :&amp;nbsp;&amp;nbsp;&amp;nbsp; 40 41 42 43 44 45 46 47 48 49&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 :&amp;nbsp;&amp;nbsp;&amp;nbsp; 50 51 52 53 54 55 56 57 58 59&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6 :&amp;nbsp;&amp;nbsp;&amp;nbsp; 60 61 62 63&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; On the router on the other side, I created an acl that matched on dscp 46, but it doesn't match on it. Any ideas? I've tried moving the mutation map to the ingress interface and I've tried setting dscp with a service policy instead of marking COS and using internal dscp. Where is the mutation map supposed to be placed: ingress or egress?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I added an entry in the acl on the router to see if I was mapping to dscp 24, and I am:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended IP access list 101&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 permit ip any any dscp cs3 (480497 matches)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 permit ip any any 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;lt;---- No matches here though&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems like the mutation map is being ignored completely. Any reason why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 14:25:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883855#M207134</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2019-03-07T14:25:47Z</dc:date>
    </item>
    <item>
      <title>DSCP mutation map doesn't work</title>
      <link>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883856#M207135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay...I tried this on a 3750 as well with the same results. What am I missing? It should just be changing the outgoing dscp marking based off of my map, correct? DSCP rewrite is enabled in both cases....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 19:50:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883856#M207135</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2012-05-01T19:50:49Z</dc:date>
    </item>
    <item>
      <title>DSCP mutation map doesn't work</title>
      <link>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883857#M207136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works, but with a few caveats that I see and maybe you can correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have a PC that's connected to a 3750. I was initially setting the&amp;nbsp; switchport to cos 3 and letting the internal map switch to DSCP outbound&amp;nbsp; (24). The dscp tag of 24 was definitely getting to the router, but once&amp;nbsp; I put the mutation map in play, it started being seen at the router as&amp;nbsp; default and no longer dscp 24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mutation map was "mls qos map dscp-mutation Test 22 24 to 42"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; changed the map to "mls qos map dscp-mutation Test 0 to 42" and applied&amp;nbsp; that to the interface without trusting with "service-policy input&amp;nbsp; Host". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 105 permit ip host 10.15.21.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map Host&lt;/P&gt;&lt;P&gt;match access-group 105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map Host&lt;/P&gt;&lt;P&gt;class Host&lt;/P&gt;&lt;P&gt;set dscp default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was being seen as default at the router: with and without the mutation-map applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last&amp;nbsp; test was removing any policy maps and not marking at all. This worked&amp;nbsp; and remarked 0 as 42 and I started seeing it at the router. My&amp;nbsp; conclusion is that the switch doesn't allow a conversion if you're&amp;nbsp; marking the packet at the port whether it be COS marking or DSCP (policy&amp;nbsp; map or internal dscp). Is this the case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 21:37:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883857#M207136</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2012-05-01T21:37:06Z</dc:date>
    </item>
    <item>
      <title>DSCP mutation map doesn't work</title>
      <link>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883858#M207137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a testing just before your last post and here are the configuration snippet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a switch in the middle of 2 routers. On the router acting as client, I change the telnet tos to 60 which emulates cs3.&lt;/P&gt;&lt;P&gt;On the receiving router, I created an ACL to test the QoS tags.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the switch, I created the global dscp mutation like you did but placed the interface level mutation at the ingress interface facing the client router.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Device ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local Intrfce&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Holdtme&amp;nbsp;&amp;nbsp;&amp;nbsp; Capability&amp;nbsp; Platform&amp;nbsp; Port ID&lt;/P&gt;&lt;P&gt;Rack1R3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fas 0/3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 129&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R S I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2651XM&amp;nbsp;&amp;nbsp;&amp;nbsp; Fas 0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/3&lt;/P&gt;&lt;P&gt; switchport access vlan 6&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt; speed 100&lt;/P&gt;&lt;P&gt; duplex full&lt;/P&gt;&lt;P&gt; mls qos trust dscp&lt;/P&gt;&lt;P&gt; mls qos dscp-mutation ToR1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Device ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Local Intrfce&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Holdtme&amp;nbsp;&amp;nbsp;&amp;nbsp; Capability&amp;nbsp; Platform&amp;nbsp; Port ID&lt;/P&gt;&lt;P&gt;Rack1R1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fas 0/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 175&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R S I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2651XM&amp;nbsp;&amp;nbsp;&amp;nbsp; Fas 0/0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface FastEthernet0/1&lt;/P&gt;&lt;P&gt; switchport access vlan 6&lt;/P&gt;&lt;P&gt; switchport mode access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mls qos map dscp-mutation ToR1 22 24 to 46&lt;/P&gt;&lt;P&gt;Dscp-dscp mutation map:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ToR1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; d1 :&amp;nbsp; d2 0&amp;nbsp; 1&amp;nbsp; 2&amp;nbsp; 3&amp;nbsp; 4&amp;nbsp; 5&amp;nbsp; 6&amp;nbsp; 7&amp;nbsp; 8&amp;nbsp; 9 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 :&amp;nbsp;&amp;nbsp;&amp;nbsp; 00 01 02 03 04 05 06 07 08 09 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 :&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 11 12 13 14 15 16 17 18 19 &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 :&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 21 46 23 46 25 26 27 28 29 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On R3&lt;/P&gt;&lt;P&gt;ip telnet tos 60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From R3 to R1, doing telnet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended IP access list 102&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 permit ip any any dscp cs3 (507 matches)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 permit ip any any dscp ef (633 matches)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 permit ip any any (1794 matches)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended IP access list 102&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10 permit ip any any dscp cs3 (507 matches)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20 permit ip any any dscp ef (642 matches)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30 permit ip any any (1797 matches)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 22:01:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883858#M207137</guid>
      <dc:creator>Edison Ortiz</dc:creator>
      <dc:date>2012-05-01T22:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: DSCP mutation map doesn't work</title>
      <link>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883859#M207138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Edison. The only thing that I didnt do was set my outbound dscp from the routers perspective. Am I correct in assuming that the internal dscp won't rewrite using the mutation map? It does seem like it passes whatever tag it receives inbound and rewrites that, but to me it doesn't look like it will rewrite anything if the switch has already used a map for it. Is that the case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Cisco Technical Support iPhone App&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2012 22:25:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883859#M207138</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2012-05-01T22:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: DSCP mutation map doesn't work</title>
      <link>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883860#M207139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With my example, the router was sending CS3 and while passing via the switch, the mutation took place.&lt;/P&gt;&lt;P&gt;The switch changed the tag from CS3 to EF while leaving towards the final destination.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 03:59:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883860#M207139</guid>
      <dc:creator>Edison Ortiz</dc:creator>
      <dc:date>2012-05-02T03:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: DSCP mutation map doesn't work</title>
      <link>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883861#M207140</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;j.blakley wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works, but with a few caveats that I see and maybe you can correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; have a PC that's connected to a 3750. I was initially setting the&amp;nbsp; switchport to cos 3 and letting the internal map switch to DSCP outbound&amp;nbsp; (24). The dscp tag of 24 was definitely getting to the router, but once&amp;nbsp; I put the mutation map in play, it started being seen at the router as&amp;nbsp; default and no longer dscp 24.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mutation map was "mls qos map dscp-mutation Test 22 24 to 42"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; changed the map to "mls qos map dscp-mutation Test 0 to 42" and applied&amp;nbsp; that to the interface without trusting with "service-policy input&amp;nbsp; Host". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 105 permit ip host 10.15.21.50&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map Host&lt;/P&gt;&lt;P&gt;match access-group 105&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map Host&lt;/P&gt;&lt;P&gt;class Host&lt;/P&gt;&lt;P&gt;set dscp default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was being seen as default at the router: with and without the mutation-map applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last&amp;nbsp; test was removing any policy maps and not marking at all. This worked&amp;nbsp; and remarked 0 as 42 and I started seeing it at the router. My&amp;nbsp; conclusion is that the switch doesn't allow a conversion if you're&amp;nbsp; marking the packet at the port whether it be COS marking or DSCP (policy&amp;nbsp; map or internal dscp). Is this the case?&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per your configuration, the device sending the packet does not apply the QoS tag. The switch is applying the QoS tag at ingress. In order for the mutation to work, the packet must have the matching QoS tag at ingress since as I explained, mutation takes places at ingress.&lt;/P&gt;&lt;P&gt;If the QoS tag is applied by the switch, the mutation check had already taken place - the order is mutation check goes before applying the QoS tag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, in order for your configuration to work, you need to configure the device sending the packet with the 'matching' QoS tag and you must apply the interface level configuration at the ingress port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this feature makes sense to you now &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 14:00:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883861#M207140</guid>
      <dc:creator>Edison Ortiz</dc:creator>
      <dc:date>2012-05-02T14:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: DSCP mutation map doesn't work</title>
      <link>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883862#M207141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It makes perfect sense now &lt;SPAN __jive_emoticon_name="grin" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/grin.gif"&gt;&lt;/SPAN&gt; Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 14:04:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/switching/dscp-mutation-map-doesn-t-work/m-p/1883862#M207141</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2012-05-02T14:04:59Z</dc:date>
    </item>
  </channel>
</rss>

