<?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 Trouble disabling dot1p and Diffserv examination in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14089#M1493</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
First response might be why!&lt;BR /&gt;
&lt;BR /&gt;
The reason I want to do this (and hopefully I have my understanding correctly), is that I don't want to trust the QoS markings at layer 2 or 3 but instead be more precise about controlling the prioritisation of traffic through policy.&lt;BR /&gt;
&lt;BR /&gt;
So in my case I have created a policy that looks at the RTP and Control traffic of Mitel IP phones and it is intended on putting that classified traffic into their respective queues.&lt;BR /&gt;
&lt;BR /&gt;
It seems as though this is working, as I can observe traffic going into QP3 and QP6 via the show ports qos monitor command (see my policy config at bottom).&lt;BR /&gt;
&lt;BR /&gt;
The problem I have is that I am also seeing traffic going into QP4 and QP5 as well, and I think it's the voice traffic based on its 802.1p marking.&lt;BR /&gt;
&lt;BR /&gt;
So I've gone through the commands disabling dot1p and diffserv but in each case you get various messages and a reconfiguration of all the ports to 'enable diffserv replacement ports x.x qosprofile Qp6' etc&lt;BR /&gt;
&lt;BR /&gt;
Some of the message are:&lt;BR /&gt;
# After running command "disable diffserv replacement ports x:x"&lt;BR /&gt;
&lt;BR /&gt;
  WARNING: The diffserv replacement status was configured via network management  which&lt;BR /&gt;
  requires dot1p replacement on all ports.&lt;BR /&gt;
&lt;BR /&gt;
# After running command "unconfigure diffserv examination"&lt;BR /&gt;
&lt;BR /&gt;
    The below config is added to all the ports?!:&lt;BR /&gt;
&lt;BR /&gt;
    enable  diffserv replacement ports 1:1 qosprofile QP6&lt;BR /&gt;
  enable diffserv replacement ports 1:2 qosprofile QP6&lt;BR /&gt;
  enable diffserv replacement ports 1:3 qosprofile QP6&lt;BR /&gt;
&lt;BR /&gt;
 # After running command  "disable dot1p examination ports X:X"  WARNING: The intended usage of this command is when another QoS traffic&lt;BR /&gt;
  grouping (e.g. diffserv examination, port QoS, vlan QoS, ACL QoS) is&lt;BR /&gt;
  configured.  Disabling all QoS traffic groupings will still result in 802.1p QoS selection.&lt;BR /&gt;
&lt;BR /&gt;
So it sounds as though that last statement is saying it will default to 802.1p QoS selection when all others are disabled, which might explain why I keep seeing traffic going into other queues even though I've removed all references of examination?!&lt;BR /&gt;
&lt;BR /&gt;
Think I just need some clarity to help make sense of the messages, results and perfect what I would like to achieve.&lt;BR /&gt;
&lt;BR /&gt;
Below is a copy of the policy configuration (which seems to work)... this is on a X450G2, Version 22.3.1.4&lt;BR /&gt;
&lt;BR /&gt;
configure  policy profile 11 name "Mitel Phones" pvid 4095&lt;BR /&gt;
&lt;BR /&gt;
    configure  policy rule 11 udpsourceportIP 50000 mask 12 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50016 mask 11 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50048 mask 9 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50176 mask 10 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50240 mask 11 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50272 mask 14 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50276 mask 15 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50000 mask 12 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50016 mask 11 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50048 mask 9 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50176 mask 10 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50240 mask 11 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50272 mask 14 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50276 mask 15 forward cos 6&lt;BR /&gt;
  configure policy rule 11 tcpsourceportIP 6900 mask 14 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpsourceportIP 6904 mask 13 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpsourceportIP 6912 mask 10 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpsourceportIP 6976 mask 12 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpsourceportIP 6992 mask 13 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpdestportIP 6900 mask 14 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpdestportIP 6904 mask 13 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpdestportIP 6912 mask 10 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpdestportIP 6976 mask 12 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpdestportIP 6992 mask 13 forward cos 3&lt;BR /&gt;
&lt;BR /&gt;
enable policy&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Sep 2017 02:29:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-27T02:29:00Z</dc:date>
    <item>
      <title>Trouble disabling dot1p and Diffserv examination</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14089#M1493</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
First response might be why!&lt;BR /&gt;
&lt;BR /&gt;
The reason I want to do this (and hopefully I have my understanding correctly), is that I don't want to trust the QoS markings at layer 2 or 3 but instead be more precise about controlling the prioritisation of traffic through policy.&lt;BR /&gt;
&lt;BR /&gt;
So in my case I have created a policy that looks at the RTP and Control traffic of Mitel IP phones and it is intended on putting that classified traffic into their respective queues.&lt;BR /&gt;
&lt;BR /&gt;
It seems as though this is working, as I can observe traffic going into QP3 and QP6 via the show ports qos monitor command (see my policy config at bottom).&lt;BR /&gt;
&lt;BR /&gt;
The problem I have is that I am also seeing traffic going into QP4 and QP5 as well, and I think it's the voice traffic based on its 802.1p marking.&lt;BR /&gt;
&lt;BR /&gt;
So I've gone through the commands disabling dot1p and diffserv but in each case you get various messages and a reconfiguration of all the ports to 'enable diffserv replacement ports x.x qosprofile Qp6' etc&lt;BR /&gt;
&lt;BR /&gt;
Some of the message are:&lt;BR /&gt;
# After running command "disable diffserv replacement ports x:x"&lt;BR /&gt;
&lt;BR /&gt;
  WARNING: The diffserv replacement status was configured via network management  which&lt;BR /&gt;
  requires dot1p replacement on all ports.&lt;BR /&gt;
&lt;BR /&gt;
# After running command "unconfigure diffserv examination"&lt;BR /&gt;
&lt;BR /&gt;
    The below config is added to all the ports?!:&lt;BR /&gt;
&lt;BR /&gt;
    enable  diffserv replacement ports 1:1 qosprofile QP6&lt;BR /&gt;
  enable diffserv replacement ports 1:2 qosprofile QP6&lt;BR /&gt;
  enable diffserv replacement ports 1:3 qosprofile QP6&lt;BR /&gt;
&lt;BR /&gt;
 # After running command  "disable dot1p examination ports X:X"  WARNING: The intended usage of this command is when another QoS traffic&lt;BR /&gt;
  grouping (e.g. diffserv examination, port QoS, vlan QoS, ACL QoS) is&lt;BR /&gt;
  configured.  Disabling all QoS traffic groupings will still result in 802.1p QoS selection.&lt;BR /&gt;
&lt;BR /&gt;
So it sounds as though that last statement is saying it will default to 802.1p QoS selection when all others are disabled, which might explain why I keep seeing traffic going into other queues even though I've removed all references of examination?!&lt;BR /&gt;
&lt;BR /&gt;
Think I just need some clarity to help make sense of the messages, results and perfect what I would like to achieve.&lt;BR /&gt;
&lt;BR /&gt;
Below is a copy of the policy configuration (which seems to work)... this is on a X450G2, Version 22.3.1.4&lt;BR /&gt;
&lt;BR /&gt;
configure  policy profile 11 name "Mitel Phones" pvid 4095&lt;BR /&gt;
&lt;BR /&gt;
    configure  policy rule 11 udpsourceportIP 50000 mask 12 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50016 mask 11 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50048 mask 9 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50176 mask 10 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50240 mask 11 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50272 mask 14 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpsourceportIP 50276 mask 15 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50000 mask 12 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50016 mask 11 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50048 mask 9 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50176 mask 10 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50240 mask 11 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50272 mask 14 forward cos 6&lt;BR /&gt;
  configure policy rule 11 udpdestportIP 50276 mask 15 forward cos 6&lt;BR /&gt;
  configure policy rule 11 tcpsourceportIP 6900 mask 14 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpsourceportIP 6904 mask 13 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpsourceportIP 6912 mask 10 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpsourceportIP 6976 mask 12 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpsourceportIP 6992 mask 13 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpdestportIP 6900 mask 14 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpdestportIP 6904 mask 13 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpdestportIP 6912 mask 10 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpdestportIP 6976 mask 12 forward cos 3&lt;BR /&gt;
  configure policy rule 11 tcpdestportIP 6992 mask 13 forward cos 3&lt;BR /&gt;
&lt;BR /&gt;
enable policy&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Sep 2017 02:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14089#M1493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-27T02:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trouble disabling dot1p and Diffserv examination</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14090#M1494</link>
      <description>Martin,&lt;BR /&gt;
&lt;BR /&gt;
You are right, disabling dot1p and diffserv examination does not disable dot1p exam.  You have to use some QoS traffic grouping, or it uses 802.1p examination. &lt;BR /&gt;
&lt;BR /&gt;
You can try changing all the dot1p examination mappings to QP1.  That could effect your policy configuration.  I would try it, and see what you get.&lt;BR /&gt;
&lt;BR /&gt;
Let us know what you find out.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Sep 2017 18:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14090#M1494</guid>
      <dc:creator>StephenW</dc:creator>
      <dc:date>2017-09-27T18:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trouble disabling dot1p and Diffserv examination</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14091#M1495</link>
      <description>Hi Steve,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for replying.... right, so that kind of explains it, that's also a good idea about the mapping, should have thought of that.&lt;BR /&gt;
&lt;BR /&gt;
I'll give that a go and let you know how I get on.&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Sep 2017 18:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14091#M1495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-27T18:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trouble disabling dot1p and Diffserv examination</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14092#M1496</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Been working on this quite a bit and it seems to be fighting me all the way. So I can enter the following commands on the switch:&lt;BR /&gt;
&lt;BR /&gt;
configure dot1p type 1 qp1&lt;BR /&gt;
configure dot1p type 2 qp1&lt;BR /&gt;
configure dot1p type 3 qp1&lt;BR /&gt;
configure dot1p type 4 qp1&lt;BR /&gt;
configure dot1p type 5 qp1&lt;BR /&gt;
configure dot1p type 6 qp1&lt;BR /&gt;
&lt;BR /&gt;
I've not changed type 7, qp7 because this is used for control traffic - guess this is primarily why it is required to have some kind of QoS method, and not completely being able to turn it off.&lt;BR /&gt;
&lt;BR /&gt;
I re-enabled dot1p examination, and disabled diffserv examination but I'm still seeing traffic going into queues 4 and 5, even though there is no policy defining those QoS profiles, differserv examination is turned off and I've remapped dot1p?!&lt;BR /&gt;
&lt;BR /&gt;
The other problem I have with this is that policy is remapping everything back to how it was before i.e. it keeps adding the following config back on the switches:&lt;BR /&gt;
&lt;BR /&gt;
configure dot1p type 0 qosprofile QP1 ingress-meter ingmeter0&lt;BR /&gt;
configure dot1p type 1 qosprofile QP2 ingress-meter ingmeter1&lt;BR /&gt;
configure dot1p type 2 qosprofile QP3 ingress-meter ingmeter2&lt;BR /&gt;
configure dot1p type 3 qosprofile QP4 ingress-meter ingmeter3&lt;BR /&gt;
configure dot1p type 4 qosprofile QP5 ingress-meter ingmeter4&lt;BR /&gt;
configure dot1p type 5 qosprofile QP6 ingress-meter ingmeter5&lt;BR /&gt;
configure dot1p type 6 qosprofile QP6 ingress-meter ingmeter6&lt;BR /&gt;
configure dot1p type 7 qosprofile QP8 ingress-meter ingmeter7&lt;BR /&gt;
configure diffserv replacement priority 6 code-point 46&lt;BR /&gt;
configure cos-index 8 qosprofile QP4 replace-tos 64&lt;BR /&gt;
&lt;BR /&gt;
Now I believe this is due to the CoS configuration in policy manager as per the image below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="46677930b3ab4062be9d80ed8ee7844b_RackMultipart20170928-67259-1udd1iz-QoS_Policy_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5425i63F161A0B48C6B9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="46677930b3ab4062be9d80ed8ee7844b_RackMultipart20170928-67259-1udd1iz-QoS_Policy_inline.png" alt="46677930b3ab4062be9d80ed8ee7844b_RackMultipart20170928-67259-1udd1iz-QoS_Policy_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="46677930b3ab4062be9d80ed8ee7844b_RackMultipart20170928-31936-12nzsoe-QoS_Policy_2_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4351i03C266F9DB7B8122/image-size/large?v=v2&amp;amp;px=999" role="button" title="46677930b3ab4062be9d80ed8ee7844b_RackMultipart20170928-31936-12nzsoe-QoS_Policy_2_inline.png" alt="46677930b3ab4062be9d80ed8ee7844b_RackMultipart20170928-31936-12nzsoe-QoS_Policy_2_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
The problem with this is the "802.1p Priority" section seems to be greyed out so I can't change the values, and if I change any of the Transmit Queue / TXQ index it complains its not support.&lt;BR /&gt;
&lt;BR /&gt;
So I can't seem to find a way to change the values below in policy, and therefore write the changes on the switch I want:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="46677930b3ab4062be9d80ed8ee7844b_RackMultipart20170928-39792-1u4bwag-QoS_Policy_1_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4663iE524AF3D69F42A87/image-size/large?v=v2&amp;amp;px=999" role="button" title="46677930b3ab4062be9d80ed8ee7844b_RackMultipart20170928-39792-1u4bwag-QoS_Policy_1_inline.png" alt="46677930b3ab4062be9d80ed8ee7844b_RackMultipart20170928-39792-1u4bwag-QoS_Policy_1_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Unlike EOS device it seems summit apply the 802.1p priority tag based on egress queue not the value specified in the CoS of Policy manager, and the policy manager still seems to be geared towards EOS as I can't find a way to configure it how I want in EXOS.&lt;BR /&gt;
&lt;BR /&gt;
Not sure if you have any thoughts?</description>
      <pubDate>Thu, 28 Sep 2017 19:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14092#M1496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-28T19:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trouble disabling dot1p and Diffserv examination</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14093#M1497</link>
      <description>Finally worked out how to do this...&lt;BR /&gt;
&lt;BR /&gt;
I have a full EXOS QoS implementation that is written in the command-line to do exactly what I want, part of that is setting all the dot1p values to use Qp1. &lt;BR /&gt;
&lt;BR /&gt;
So to stop Extreme Control overwriting those values with its own, which is handy as there currently isn't the ability in Extreme Control / Management to do the finer configuration, is to simply turn-off the elements you don't need - as per the screenshot below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a4f881cf267647e3854f9040c172ba62_RackMultipart20180320-13574-1erxczz-QoS-Radios_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/918i997D35CBAE9FBC4C/image-size/large?v=v2&amp;amp;px=999" role="button" title="a4f881cf267647e3854f9040c172ba62_RackMultipart20180320-13574-1erxczz-QoS-Radios_inline.png" alt="a4f881cf267647e3854f9040c172ba62_RackMultipart20180320-13574-1erxczz-QoS-Radios_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
With those radios disabled my EXOS QoS config now stays as I want it after an enforce.</description>
      <pubDate>Tue, 20 Mar 2018 19:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14093#M1497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-20T19:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Trouble disabling dot1p and Diffserv examination</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14094#M1498</link>
      <description>I did hit some problems with disabling the CoS components and instead using command-line QoS. The sum of it was that when doing a policy enforce I would get the following error:&lt;BR /&gt;
&lt;BR /&gt;
Unable to add TxQueue Port Groups to the device &lt;BR /&gt;
&lt;BR /&gt;
In the logs it would say the following:&lt;BR /&gt;
&lt;BR /&gt;
Contacting device [172.25.57.123].  ERROR : SNMP Error: Commit Failed (14). The attribute(s) contained in the failed SNMP packet were: etsysCosTxqPortGroupList.0.0 (FFFFFFFFFFFFF0000000000000000000FFFFFFFFFFFFE0000000000000000000FFFFFFFFFFFFF0), etsysCosTxqPortGroupName.0.0 (Default (TXQ.0))&lt;BR /&gt;
&lt;BR /&gt;
So it looked to me that Extreme Management was still trying enforce TxQ configuration that was conflicting with the configuration I had entered and removed that Extreme Management had originally entered.&lt;BR /&gt;
&lt;BR /&gt;
So went into the options and disabled:&lt;BR /&gt;
&lt;BR /&gt;
Role-Based Rate Limits / TXQ Configuration&lt;BR /&gt;
&lt;BR /&gt;
This should have stopped it working, which you do with the following:&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2c565f7e73dd4019b140125635f9753c_RackMultipart20180322-77738-1ars1wd-Onview-Options_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4052i3A957693C936466E/image-size/large?v=v2&amp;amp;px=999" role="button" title="2c565f7e73dd4019b140125635f9753c_RackMultipart20180322-77738-1ars1wd-Onview-Options_inline.png" alt="2c565f7e73dd4019b140125635f9753c_RackMultipart20180322-77738-1ars1wd-Onview-Options_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
Or&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2c565f7e73dd4019b140125635f9753c_RackMultipart20180322-6333-1qz8kdc-Rate-Limit_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5581iBF6CA89BDFE037AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="2c565f7e73dd4019b140125635f9753c_RackMultipart20180322-6333-1qz8kdc-Rate-Limit_inline.png" alt="2c565f7e73dd4019b140125635f9753c_RackMultipart20180322-6333-1qz8kdc-Rate-Limit_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
But when doing an enforce it was still causing the error. Then noticed the switches where still showing being set to 'Role-Based Rate Limits / TXQ Configuration'&lt;BR /&gt;
&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2c565f7e73dd4019b140125635f9753c_RackMultipart20180322-128530-1o2f8ir-TxQ-Configuration_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/1750iF78B7829E4BB3654/image-size/large?v=v2&amp;amp;px=999" role="button" title="2c565f7e73dd4019b140125635f9753c_RackMultipart20180322-128530-1o2f8ir-TxQ-Configuration_inline.png" alt="2c565f7e73dd4019b140125635f9753c_RackMultipart20180322-128530-1o2f8ir-TxQ-Configuration_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
So correct this this I had to delete the switch from Policy Manager and re-add it back in again. At which point it then changed to 'Rate Limit' - the enforce then worked as it no longer was trying to configure the TxQ Configuration.&lt;BR /&gt;
&lt;BR /&gt;
The other option is to follow this article:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/Solution/Policy-Enforce-to-XoS-switches-fails-with-CoS-Transmit-queue-errors" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/Solution/Policy-Enforce-to-XoS-switches-fails-wit...&lt;/A&gt;</description>
      <pubDate>Thu, 22 Mar 2018 15:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/trouble-disabling-dot1p-and-diffserv-examination/m-p/14094#M1498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-22T15:12:00Z</dc:date>
    </item>
  </channel>
</rss>

