<?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 Translate QOS and COS configuration from EOS to EXOS in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/translate-qos-and-cos-configuration-from-eos-to-exos/m-p/59380#M1584</link>
    <description>Hi everyone,&lt;BR /&gt;
&lt;BR /&gt;
we want to replace a N-Series with S-Series and XOS Switches.&lt;BR /&gt;
The configuration for S-Series was pretty simple:&lt;BR /&gt;
set cos port-config txq 0.1 name qos arb-slice 0,88,5,7,0,0,0,0,0,0,0,0,0,0,0&lt;BR /&gt;
set cos settings 10 tos-value 0.0 txq-reference 11&lt;BR /&gt;
set cos settings 12 tos-value 184.0 txq-reference 12&lt;BR /&gt;
set cos settings 13 tos-value 104.0 txq-reference 13&lt;BR /&gt;
&lt;BR /&gt;
set cos reference txq 0.1 10 queue 0&lt;BR /&gt;
set cos reference txq 0.1 11 queue 1&lt;BR /&gt;
set cos reference txq 0.1 12 queue 2&lt;BR /&gt;
set cos reference txq 0.1 13 queue 3&lt;BR /&gt;
&lt;BR /&gt;
set policy rule 10 iptos 0 mask 8 cos 10&lt;BR /&gt;
&lt;BR /&gt;
set policy rule 10 iptos 104 mask 8 cos 13&lt;BR /&gt;
set policy rule 10 iptos 184 mask 8 cos 12&lt;BR /&gt;
How would this look in XOS?&lt;BR /&gt;
&lt;BR /&gt;
I've already configured this:&lt;BR /&gt;
create qosprofile qp2&lt;BR /&gt;
configure diffserv examination code-point 46 qosprofile qp2&lt;BR /&gt;
configure ports 15 qosprofile qp2&lt;BR /&gt;
configure diffserv replacement qosprofile qp2 code-point 46&lt;BR /&gt;
&lt;BR /&gt;
But I'm missing the part with "arb-slice"...&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Martin</description>
    <pubDate>Fri, 30 Sep 2016 18:38:00 GMT</pubDate>
    <dc:creator>MartinS1</dc:creator>
    <dc:date>2016-09-30T18:38:00Z</dc:date>
    <item>
      <title>Translate QOS and COS configuration from EOS to EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/translate-qos-and-cos-configuration-from-eos-to-exos/m-p/59380#M1584</link>
      <description>Hi everyone,&lt;BR /&gt;
&lt;BR /&gt;
we want to replace a N-Series with S-Series and XOS Switches.&lt;BR /&gt;
The configuration for S-Series was pretty simple:&lt;BR /&gt;
set cos port-config txq 0.1 name qos arb-slice 0,88,5,7,0,0,0,0,0,0,0,0,0,0,0&lt;BR /&gt;
set cos settings 10 tos-value 0.0 txq-reference 11&lt;BR /&gt;
set cos settings 12 tos-value 184.0 txq-reference 12&lt;BR /&gt;
set cos settings 13 tos-value 104.0 txq-reference 13&lt;BR /&gt;
&lt;BR /&gt;
set cos reference txq 0.1 10 queue 0&lt;BR /&gt;
set cos reference txq 0.1 11 queue 1&lt;BR /&gt;
set cos reference txq 0.1 12 queue 2&lt;BR /&gt;
set cos reference txq 0.1 13 queue 3&lt;BR /&gt;
&lt;BR /&gt;
set policy rule 10 iptos 0 mask 8 cos 10&lt;BR /&gt;
&lt;BR /&gt;
set policy rule 10 iptos 104 mask 8 cos 13&lt;BR /&gt;
set policy rule 10 iptos 184 mask 8 cos 12&lt;BR /&gt;
How would this look in XOS?&lt;BR /&gt;
&lt;BR /&gt;
I've already configured this:&lt;BR /&gt;
create qosprofile qp2&lt;BR /&gt;
configure diffserv examination code-point 46 qosprofile qp2&lt;BR /&gt;
configure ports 15 qosprofile qp2&lt;BR /&gt;
configure diffserv replacement qosprofile qp2 code-point 46&lt;BR /&gt;
&lt;BR /&gt;
But I'm missing the part with "arb-slice"...&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Martin</description>
      <pubDate>Fri, 30 Sep 2016 18:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/translate-qos-and-cos-configuration-from-eos-to-exos/m-p/59380#M1584</guid>
      <dc:creator>MartinS1</dc:creator>
      <dc:date>2016-09-30T18:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Translate QOS and COS configuration from EOS to EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/translate-qos-and-cos-configuration-from-eos-to-exos/m-p/59381#M1585</link>
      <description>Hi Martin,&lt;BR /&gt;
&lt;BR /&gt;
the "arb-slice" configuration defines the number of time slices (out of a total of 100 in your case) to allocate the individual queues. Those are used if weighted fair- or hybrid queuing is used. You can see the active configuration with&lt;BR /&gt;
show cos port-config txqon the N-Series.&lt;BR /&gt;
&lt;BR /&gt;
On EXOS you would configure the max bandwidth per qosprofile to use the equivalent functionality. You can create hybrid queuing on EXOS by globally selecting a weighted round robin scheme and configuring specific qosprofiles to use strict priority queuing.&lt;BR /&gt;
&lt;BR /&gt;
The relevant commands are:&lt;BR /&gt;
configure qosscheduler ...&lt;BR /&gt;
configure qosprofile ... maxbw ...&lt;BR /&gt;
configure qosprofile ... use-strict-priorityErik</description>
      <pubDate>Tue, 04 Oct 2016 22:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/translate-qos-and-cos-configuration-from-eos-to-exos/m-p/59381#M1585</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-10-04T22:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Translate QOS and COS configuration from EOS to EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/translate-qos-and-cos-configuration-from-eos-to-exos/m-p/59382#M1586</link>
      <description>Hey Erik,&lt;BR /&gt;
Thanks for your reply.&lt;BR /&gt;
&lt;BR /&gt;
I think I might have found the best for our customer...&lt;BR /&gt;
What do you think?&lt;BR /&gt;
&lt;BR /&gt;
create qosprofile qp2&lt;BR /&gt;
create qosprofile qp3&lt;BR /&gt;
&lt;BR /&gt;
configure qosscheduler weighted-round-robin&lt;BR /&gt;
&lt;BR /&gt;
configure qosprofile QP1 minbw 0 maxbw 87 ports 15&lt;BR /&gt;
configure qosprofile QP2 minbw 5 maxbw 100 ports 15&lt;BR /&gt;
configure qosprofile QP3 minbw 7 maxbw 100 ports 15&lt;BR /&gt;
configure qosprofile QP8 minbw 1 maxbw 100 ports 15&lt;BR /&gt;
&lt;BR /&gt;
configure diffserv examination code-point 26 qosprofile QP3&lt;BR /&gt;
configure diffserv examination code-point 46 qosprofile QP2&lt;BR /&gt;
&lt;BR /&gt;
configure diffserv replacement priority 1 code-point 46&lt;BR /&gt;
configure diffserv replacement priority 2 code-point 26&lt;BR /&gt;
As this is the config for a X620, Port 15 is the Uplink-Port. And for now there are no Access-Ports configured with QoS.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Martin&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Oct 2016 14:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/translate-qos-and-cos-configuration-from-eos-to-exos/m-p/59382#M1586</guid>
      <dc:creator>MartinS1</dc:creator>
      <dc:date>2016-10-06T14:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Translate QOS and COS configuration from EOS to EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/translate-qos-and-cos-configuration-from-eos-to-exos/m-p/59383#M1587</link>
      <description>Hi Martin,&lt;BR /&gt;
&lt;BR /&gt;
to me this looks very similar to the EOS configuration given above.&lt;BR /&gt;
&lt;BR /&gt;
On EXOS, you can verify the QoS configuration using "show" commands (see the GTAC Knowledge article &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/Configuring-QOS-profiles-and-verify-QOS-is-working/" target="_blank" rel="nofollow noreferrer noopener"&gt;Configuring QOS profiles and verify QOS is working on EXOS&lt;/A&gt; for further info):&lt;BR /&gt;
show port qosmonitorRegards,&lt;BR /&gt;
Erik</description>
      <pubDate>Thu, 06 Oct 2016 18:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/translate-qos-and-cos-configuration-from-eos-to-exos/m-p/59383#M1587</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-10-06T18:16:00Z</dc:date>
    </item>
  </channel>
</rss>

