<?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: EOS S-series: QoS of VoIP Traffic in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57132#M983</link>
    <description>Hello Matthias,&lt;BR /&gt;
&lt;BR /&gt;
QoS verification on EOS is not as straight-forward as the QoS-monitor of EXOS. Please see &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-verify-Quality-of-Service-QoS-configuration-is-working-on-EOS-products" target="_blank" rel="nofollow noreferrer noopener"&gt;How to verify Quality of Service (QoS) configuration is working on EOS products&lt;/A&gt; for info.&lt;BR /&gt;
&lt;BR /&gt;
You need to verify the queue configuration. Marking may be fine, but the packets or frames are not scheduled as needed during congestion.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik</description>
    <pubDate>Sun, 19 Mar 2017 04:26:00 GMT</pubDate>
    <dc:creator>Erik_Auerswald</dc:creator>
    <dc:date>2017-03-19T04:26:00Z</dc:date>
    <item>
      <title>EOS S-series: QoS of VoIP Traffic</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57129#M980</link>
      <description>On a special Customer szenario we have a S-Series Switch (Core of HeadQuarter) and S-Series (Core of Branch) and one WAN 100MBit Link which connects both. &lt;BR /&gt;
&lt;BR /&gt;
Now i want priorize VoIP Packets other this WAN link.&lt;BR /&gt;
&lt;BR /&gt;
One way to do that is GTAC Article 1737:  &lt;BR /&gt;
S-Series Quality of Service for VoIP Traffic marked as DSCP Override (AF41)&lt;BR /&gt;
&lt;BR /&gt;
This way is to write a policy which is bind to every ingress port (which are all except WAN port) and sort this high prio VoIP packets to a higher queue than standard traffic. &lt;BR /&gt;
&lt;BR /&gt;
My customer ask why i do that so cumersome ?! &lt;BR /&gt;
He expects that either i configure that priorization globally for the whole switch (means DSCP = EF = highest Queue) oder bind it only to the egress WAN port (priorize VoIP Traffic).&lt;BR /&gt;
&lt;BR /&gt;
This trigger me to thinking about possibel other solutions. S-Series with EOS 8.42.05.&lt;BR /&gt;
&lt;BR /&gt;
Is the way with policy on ingress port the only way to achieve the goal or is there a way like my customer believe is should be?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for all replies.&lt;BR /&gt;
&lt;BR /&gt;
Regards  &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 18 Mar 2017 17:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57129#M980</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2017-03-18T17:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: EOS S-series: QoS of VoIP Traffic</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57130#M981</link>
      <description>Hi Matthias,&lt;BR /&gt;
&lt;BR /&gt;
if packets marked with cos 5 it should work without a policy. Packets get in the right queue&lt;BR /&gt;
and you only have to configure the egress (wan) port.&lt;BR /&gt;
&lt;BR /&gt;
If you want DSCP-based qos (like other vendors do) instead of dot1p-based, you can also use&lt;BR /&gt;
an admin-rule:&lt;BR /&gt;
&lt;BR /&gt;
set policy rule admin-profile iptos 184 mask 6 admin-pid 11&lt;BR /&gt;
set policy rule admin-profile iptos 160 mask 6 admin-pid 11&lt;BR /&gt;
set policy profile 11 name VOIPQOS pvid-status enable pvid 4095 cos 5&lt;BR /&gt;
Please remember large port buffers of the s-series. On busy 100 Mbit ports you get always a&lt;BR /&gt;
7ms delay.&lt;BR /&gt;
&lt;BR /&gt;
Article 1737 sounds weird. Voice data should be &lt;B&gt;EF&lt;/B&gt;, voice signaling AF31, CS3 or &lt;B&gt;CS5&lt;/B&gt;.&lt;BR /&gt;
See RFC 4594 Figure 3. DSCP to Service Class Mapping.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Mar 2017 04:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57130#M981</guid>
      <dc:creator>Patrick_Koppen</dc:creator>
      <dc:date>2017-03-19T04:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: EOS S-series: QoS of VoIP Traffic</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57131#M982</link>
      <description>Hi Patrick,&lt;BR /&gt;
&lt;BR /&gt;
that an exellent suggestion. Using an admin-profile meets much more customers expectation and is easier to handle then binding this specific rule to every physical/logical port.&lt;BR /&gt;
&lt;BR /&gt;
But how can i verify/troubleshoot the configuration ? &lt;BR /&gt;
In EXOS i can check the filling of the QP with port QoS-Monitor.&lt;BR /&gt;
&lt;BR /&gt;
I try adding syslog action to the rules, but i it seems that only flow setup is run through CPU which can trigger the syslog event.&lt;BR /&gt;
&lt;BR /&gt;
I try a test setup with iperf - but it does not show me the expected behavior (so i fear someting is currently wrong) ...&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;</description>
      <pubDate>Sun, 19 Mar 2017 04:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57131#M982</guid>
      <dc:creator>M_Nees</dc:creator>
      <dc:date>2017-03-19T04:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: EOS S-series: QoS of VoIP Traffic</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57132#M983</link>
      <description>Hello Matthias,&lt;BR /&gt;
&lt;BR /&gt;
QoS verification on EOS is not as straight-forward as the QoS-monitor of EXOS. Please see &lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-verify-Quality-of-Service-QoS-configuration-is-working-on-EOS-products" target="_blank" rel="nofollow noreferrer noopener"&gt;How to verify Quality of Service (QoS) configuration is working on EOS products&lt;/A&gt; for info.&lt;BR /&gt;
&lt;BR /&gt;
You need to verify the queue configuration. Marking may be fine, but the packets or frames are not scheduled as needed during congestion.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik</description>
      <pubDate>Sun, 19 Mar 2017 04:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57132#M983</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-03-19T04:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: EOS S-series: QoS of VoIP Traffic</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57133#M984</link>
      <description>Hi Matthias,&lt;BR /&gt;
&lt;BR /&gt;
you probably want to change the default queue configuration of the switch as well.&lt;BR /&gt;
&lt;BR /&gt;
Erik</description>
      <pubDate>Mon, 20 Mar 2017 13:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57133#M984</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-03-20T13:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: EOS S-series: QoS of VoIP Traffic</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57134#M985</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I forgot 'cos-status enable'&lt;BR /&gt;
&lt;BR /&gt;
set policy rule admin-profile iptos 184 mask 6 admin-pid 11&lt;BR /&gt;
set policy rule admin-profile iptos 160 mask 6 admin-pid 11&lt;BR /&gt;
set policy profile 11 name VOIPQOS pvid-status enable pvid 4095 &lt;B&gt;cos-status enable &lt;/B&gt;cos 5&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/eos-s-series-qos-of-voip-traffic/m-p/57134#M985</guid>
      <dc:creator>Patrick_Koppen</dc:creator>
      <dc:date>2017-04-07T17:49:00Z</dc:date>
    </item>
  </channel>
</rss>

