<?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: Simple VoIP configuration in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54465#M15545</link>
    <description>Joshua,&lt;BR /&gt;
&lt;BR /&gt;
My understanding is that you can't use both Dot1P and DiffServ together. In our standard build, we issue a "disable  dot1p examination ports all" following the config diffserv line.  Here's what our template looks like:&lt;BR /&gt;
&lt;BR /&gt;
create qosprofile  qp5 &lt;BR /&gt;
&lt;BR /&gt;
    config diffserv  examination code-point 34 qp5 &lt;BR /&gt;
&lt;BR /&gt;
    config diffserv  examination code-point 46 qp5 &lt;BR /&gt;
&lt;BR /&gt;
    enable diffserv  examination ports all &lt;BR /&gt;
&lt;BR /&gt;
    disable dot1p  examination ports all         # if you  don't disable dot1p, diffserv won't work&lt;BR /&gt;
&lt;BR /&gt;
Eric</description>
    <pubDate>Wed, 09 May 2018 22:23:00 GMT</pubDate>
    <dc:creator>Eric_Burke</dc:creator>
    <dc:date>2018-05-09T22:23:00Z</dc:date>
    <item>
      <title>Simple VoIP configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54464#M15544</link>
      <description>I have a client with only 1 vlans - the default vlan and a VoIP called ENAVoice.  All the tagging is done at the phone handset.&lt;BR /&gt;
&lt;BR /&gt;
create qosprofile "QP5"&lt;BR /&gt;
configure vlan "ENAVoice" qosprofile QP5&lt;BR /&gt;
configure dot1p type 5 qosprofile QP5&lt;BR /&gt;
configure dot1p type 6 qosprofile QP5&lt;BR /&gt;
configure diffserv examination code-point 46 qosprofile QP5&lt;BR /&gt;
&lt;BR /&gt;
Is there any more that needs to be done to give VoIP priority?&lt;BR /&gt;
&lt;BR /&gt;
fyi - the creation of ENAVoice tagged 200 and then enabeling of ELRP are the only things this customer has beyond a default configuration.</description>
      <pubDate>Wed, 09 May 2018 21:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54464#M15544</guid>
      <dc:creator>Joshua_Beddingf</dc:creator>
      <dc:date>2018-05-09T21:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Simple VoIP configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54465#M15545</link>
      <description>Joshua,&lt;BR /&gt;
&lt;BR /&gt;
My understanding is that you can't use both Dot1P and DiffServ together. In our standard build, we issue a "disable  dot1p examination ports all" following the config diffserv line.  Here's what our template looks like:&lt;BR /&gt;
&lt;BR /&gt;
create qosprofile  qp5 &lt;BR /&gt;
&lt;BR /&gt;
    config diffserv  examination code-point 34 qp5 &lt;BR /&gt;
&lt;BR /&gt;
    config diffserv  examination code-point 46 qp5 &lt;BR /&gt;
&lt;BR /&gt;
    enable diffserv  examination ports all &lt;BR /&gt;
&lt;BR /&gt;
    disable dot1p  examination ports all         # if you  don't disable dot1p, diffserv won't work&lt;BR /&gt;
&lt;BR /&gt;
Eric</description>
      <pubDate>Wed, 09 May 2018 22:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54465#M15545</guid>
      <dc:creator>Eric_Burke</dc:creator>
      <dc:date>2018-05-09T22:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Simple VoIP configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54466#M15546</link>
      <description>Thanks. I will try that.</description>
      <pubDate>Wed, 09 May 2018 22:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54466#M15546</guid>
      <dc:creator>Joshua_Beddingf</dc:creator>
      <dc:date>2018-05-09T22:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Simple VoIP configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54467#M15547</link>
      <description>Hi Joshua,&lt;BR /&gt;
&lt;BR /&gt;
Please check the following article&lt;BR /&gt;
&lt;BR /&gt;
&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;https://gtacknowledge.extremenetworks.com/articles/How_To/Configuring-QOS-profiles-and-verify-QOS-is...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
These two points may be of relevance -&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;If traffic is expected to ingress with a DSCP or dot1p value, examination will need to be enabled on the port 
&lt;/LI&gt;&lt;LI&gt;If the traffic is not expected to ingress with a DSCP or dot1p value already set, ensure examination is disabled and the value is set via VLAN or port&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 10 May 2018 12:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54467#M15547</guid>
      <dc:creator>Sushruth_Sathya</dc:creator>
      <dc:date>2018-05-10T12:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: Simple VoIP configuration</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54468#M15548</link>
      <description>If the traffic is already being tagged by the phone and phone is tagged in the VLAN, then the following line is redundant and all you need to do is configure and enable examination:&lt;BR /&gt;
# configure vlan "ENAVoice" qosprofile QP5Dot1p values are carried in the 802.1Q header, so the phone port MUST be tagged in the ENAVoice VLAN, if not, then those Dot1p values will be stripped and the above command can be used to re-apply the value to the traffic&lt;BR /&gt;
DSCP values are carried in the IP Header, so port tagging is inconsequential.&lt;BR /&gt;
&lt;BR /&gt;
A stream can have both a Dot1p and DSCP value set.  On inspection, the Dot1p value will always take precedence.&lt;BR /&gt;
&lt;BR /&gt;
You can verify your configuration by looking at the following output, if the QP counters are increasing in the correct queue then all is well:&lt;BR /&gt;
&lt;BR /&gt;
# show ports  qosmonitor &lt;BR /&gt;
Port Qos Monitor&lt;BR /&gt;
Port         QP1      QP2      QP3      QP4      QP5      QP6      QP7      QP8&lt;BR /&gt;
             Pkt      Pkt      Pkt      Pkt      Pkt      Pkt      Pkt      Pkt&lt;BR /&gt;
            Xmts     Xmts     Xmts     Xmts     Xmts     Xmts     Xmts     Xmts&lt;BR /&gt;
================================================================================&lt;BR /&gt;
1              0        0        0        0        0        0        0        0&lt;BR /&gt;
2              0        0        0        0        0        0        0        0&lt;BR /&gt;
3            200        0        0        0        0        0        0        0&lt;BR /&gt;
4              0        0     2398        0        0        0        0        0&lt;BR /&gt;
5              0      180        0        0        0        0        0        0&lt;BR /&gt;
6              0        0        0        0        0        0        0        0&lt;BR /&gt;
7              0        0        0     1533        0        0        0        0&lt;BR /&gt;
8              0        0        0        0        0        0        0        0&lt;BR /&gt;
9              0        0        0        0        0        0        0        4&lt;BR /&gt;
10             0        0        0        0        0        0        0    51504Kind regards&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 10 May 2018 14:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/simple-voip-configuration/m-p/54468#M15548</guid>
      <dc:creator>Kawawa</dc:creator>
      <dc:date>2018-05-10T14:12:00Z</dc:date>
    </item>
  </channel>
</rss>

