<?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: QoS: DSCP Markings on Procurve Switches in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/qos-dscp-markings-on-procurve-switches/m-p/4776397#M25765</link>
    <description>Hi Steffen,&lt;BR /&gt;&lt;BR /&gt;ok but you could mix and match priorities knowing classifiers priority/eval order:&lt;BR /&gt;&lt;BR /&gt;1) port priority below EF (i.e. RDP,SMB2,ecc)&lt;BR /&gt;2) device priority EF &lt;BR /&gt;&lt;BR /&gt;I don't know what other roles are held by that server but it's really a concern if some other "infrastructure" traffic is prioritized ?&lt;BR /&gt;&lt;BR /&gt;If yes..a viable solution is to use a QoS policy at Windows O.S. level marking DSCP using the windows packet scheduler and having a true a end-to-end QoS.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Antonio&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Apr 2011 12:47:42 GMT</pubDate>
    <dc:creator>Antonio Milanese</dc:creator>
    <dc:date>2011-04-12T12:47:42Z</dc:date>
    <item>
      <title>QoS: DSCP Markings on Procurve Switches</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/qos-dscp-markings-on-procurve-switches/m-p/4776394#M25762</link>
      <description>Hi all&lt;BR /&gt;We are using Micrsoft Lync server 2010 as our voIP solution. &lt;BR /&gt;Our Lync clients (softphones) are using port range udp 5000 to 50050 for voice traffic. Therefore i would like to mark that port range with DSCP value EF (101110). &lt;BR /&gt;&lt;BR /&gt;My Core Switches is Procurve 5406&lt;BR /&gt;&lt;BR /&gt;My access layer switches is Procurve 4208 and 2610&lt;BR /&gt;&lt;BR /&gt;At the 5406 switches i've typed this commando:&lt;BR /&gt;qos udp-port range 5000 50050 dscp 101110&lt;BR /&gt;&lt;BR /&gt;So that packets in that port range will marked with DSCP value EF (101110)&lt;BR /&gt;&lt;BR /&gt;ESB-HP-5406-Core-01# sh qos tcp-udp-port-priority&lt;BR /&gt;&lt;BR /&gt;  TCP/UDP port based priorities&lt;BR /&gt;&lt;BR /&gt;           | Application            |&lt;BR /&gt;  Protocol | Port        Apply rule | DSCP   Priority&lt;BR /&gt;  -------- + ----------- ---------- + ------ -----------&lt;BR /&gt;  UDP      | 5000-50050  DSCP       | 101110 7&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;At my Procurve 2610 switches i've done the same marking.&lt;BR /&gt;&lt;BR /&gt;But on the 4208 Switches i cannot type "range" in the port command. So I cannot add a port range, only a single port.&lt;BR /&gt;&lt;BR /&gt;I've updated the 4208 switches to last software version L.11.24, but it is still not possible:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ESB-HP-4208-floor-2(config)# qos udp-port ?&lt;BR /&gt; TCP/UDP-PORT          TCP/UDP port from [to] which to prioritize traffic.&lt;BR /&gt;ESB-HP-4208-floor-2(config)# qos udp-port range&lt;BR /&gt;Invalid input: range&lt;BR /&gt;ESB-HP-4208-floor-2(config)# qos udp-port range&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any suggetions??&lt;BR /&gt;&lt;BR /&gt;Best Regards, Steffen. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2011 07:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/qos-dscp-markings-on-procurve-switches/m-p/4776394#M25762</guid>
      <dc:creator>Steffen Frederiksen</dc:creator>
      <dc:date>2011-04-12T07:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: QoS: DSCP Markings on Procurve Switches</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/qos-dscp-markings-on-procurve-switches/m-p/4776395#M25763</link>
      <description>Hi Steffen,&lt;BR /&gt;&lt;BR /&gt;using priorities per device (or per vlan)&lt;BR /&gt;&lt;BR /&gt;"qos device-priority dscp 101110"&lt;BR /&gt;&lt;BR /&gt;and force downstream/aggregate switches to honor DSCP DSCP/COS mapping&lt;BR /&gt;&lt;BR /&gt;"qos type-of-service diff-services"&lt;BR /&gt;&lt;BR /&gt;might be a good solution for your situation..correct?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Antonio&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2011 11:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/qos-dscp-markings-on-procurve-switches/m-p/4776395#M25763</guid>
      <dc:creator>Antonio Milanese</dc:creator>
      <dc:date>2011-04-12T11:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: QoS: DSCP Markings on Procurve Switches</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/qos-dscp-markings-on-procurve-switches/m-p/4776396#M25764</link>
      <description>Hi i cannot do it by VLAN, since Microsoft Lync using softphones, installed on PC clients. So Voice and Data will always be in same VLAN.&lt;BR /&gt;&lt;BR /&gt;Per device??&lt;BR /&gt;&lt;BR /&gt;I think its best to do it by port range, then i'm sure its the voice traffic that would be marked. Just think its funny that i cannot do that command on a 4208 module switch, when it's possible on 2610 and 5406 swtiches..</description>
      <pubDate>Tue, 12 Apr 2011 12:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/qos-dscp-markings-on-procurve-switches/m-p/4776396#M25764</guid>
      <dc:creator>Steffen Frederiksen</dc:creator>
      <dc:date>2011-04-12T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: QoS: DSCP Markings on Procurve Switches</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/qos-dscp-markings-on-procurve-switches/m-p/4776397#M25765</link>
      <description>Hi Steffen,&lt;BR /&gt;&lt;BR /&gt;ok but you could mix and match priorities knowing classifiers priority/eval order:&lt;BR /&gt;&lt;BR /&gt;1) port priority below EF (i.e. RDP,SMB2,ecc)&lt;BR /&gt;2) device priority EF &lt;BR /&gt;&lt;BR /&gt;I don't know what other roles are held by that server but it's really a concern if some other "infrastructure" traffic is prioritized ?&lt;BR /&gt;&lt;BR /&gt;If yes..a viable solution is to use a QoS policy at Windows O.S. level marking DSCP using the windows packet scheduler and having a true a end-to-end QoS.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Antonio&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2011 12:47:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/qos-dscp-markings-on-procurve-switches/m-p/4776397#M25765</guid>
      <dc:creator>Antonio Milanese</dc:creator>
      <dc:date>2011-04-12T12:47:42Z</dc:date>
    </item>
  </channel>
</rss>

