<?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 How to Prioritize traffic based on DSCP marking, on SecureStacks in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/how-to-prioritize-traffic-based-on-dscp-marking-on-securestacks/m-p/48685#M543</link>
    <description>Article ID: 7589 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack C3&lt;BR /&gt;
SecureStack C2&lt;BR /&gt;
SecureStack B3&lt;BR /&gt;
SecureStack B2 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
Policy&lt;BR /&gt;
VoIP&lt;BR /&gt;
DSCP&lt;BR /&gt;
CoS &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Prioritize incoming traffic based on DSCP marking&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
This SecureStack policy configuration will, for all ports, prioritize incoming frames - VLAN-tagged or not - which have DSCP value 46 or 48 (&lt;A href="http://bit.ly/1rOVKny" target="_blank" rel="nofollow noreferrer noopener"&gt;5811&lt;/A&gt;). &lt;BR /&gt;
&lt;B&gt;Note1:&lt;/B&gt; In the applied network, those values are used by the routers to identify Voice over IP traffic. This will not be true of all networks. &lt;BR /&gt;
&lt;B&gt;Note2:&lt;/B&gt; SecureStack B3 and B2 units will require a Policy License (&lt;A href="http://bit.ly/Ig6wNS" target="_blank" rel="nofollow noreferrer noopener"&gt;5781&lt;/A&gt;) before this configuration may be applied to them. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;set policy profile 1 name VoIP&lt;BR /&gt;
set policy port *.*.* 1&lt;BR /&gt;
set policy rule 1 iptos 176 mask 6 cos 5&lt;BR /&gt;
set policy rule 1 iptos 184 mask 6 cos 5&lt;BR /&gt;
By default the outgoing prioritized (priority 5) frames will hit transmit queue#4, while non-prioritized (priority 0) traffic will hit transmit queue#1.&lt;BR /&gt;
Queue#1 by default receives no service if anything is waiting in queue#4 ('show port txq').&lt;BR /&gt;
If outgoing frames are VLAN-tagged, the tag of affected frames will carry a Priority of 5. &lt;BR /&gt;
&lt;BR /&gt;
The specific rules you use will depend upon which bits of the TOS byte you wish to examine: &lt;UL&gt;If you want DSCP values 44 and 46 and don't care about the remaining two TOS bits:       set policy rule 1 iptos 176 mask 6 cos 5   [= TOS bits 101100xx] 
       set policy rule 1 iptos 184 mask 6 cos 5   [= TOS bits 101110xx]&lt;/UL&gt;
&lt;UL&gt;If you want DSCP values 44 and 46 and want to ensure that the remaining two TOS bits are zero:       set policy rule 1 iptos 176 mask 8 cos 5   [= TOS bits 10110000] 
       set policy rule 1 iptos 184 mask 8 cos 5   [= TOS bits 10111000]&lt;/UL&gt;
&lt;UL&gt;If you want TOS values 44 and 46:       set policy rule 1 iptos 46 mask 8 cos 5    [= TOS bits 00101100] 
       set policy rule 1 iptos 48 mask 8 cos 5    [= TOS bits 00101110]&lt;/UL&gt;
Please &lt;A href="http://www.enterasys.com/support/contact-support.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;contact Enterasys Networks Technical Services&lt;/A&gt; for further assistance, as necessary.</description>
    <pubDate>Wed, 04 Dec 2013 01:46:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-12-04T01:46:00Z</dc:date>
    <item>
      <title>How to Prioritize traffic based on DSCP marking, on SecureStacks</title>
      <link>https://community.extremenetworks.com/t5/faqs/how-to-prioritize-traffic-based-on-dscp-marking-on-securestacks/m-p/48685#M543</link>
      <description>Article ID: 7589 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack C3&lt;BR /&gt;
SecureStack C2&lt;BR /&gt;
SecureStack B3&lt;BR /&gt;
SecureStack B2 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Protocols/Features&lt;/B&gt;&lt;BR /&gt;
Policy&lt;BR /&gt;
VoIP&lt;BR /&gt;
DSCP&lt;BR /&gt;
CoS &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Prioritize incoming traffic based on DSCP marking&lt;BR /&gt;
Sample configuration &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Cause&lt;/B&gt;&lt;BR /&gt;
This SecureStack policy configuration will, for all ports, prioritize incoming frames - VLAN-tagged or not - which have DSCP value 46 or 48 (&lt;A href="http://bit.ly/1rOVKny" target="_blank" rel="nofollow noreferrer noopener"&gt;5811&lt;/A&gt;). &lt;BR /&gt;
&lt;B&gt;Note1:&lt;/B&gt; In the applied network, those values are used by the routers to identify Voice over IP traffic. This will not be true of all networks. &lt;BR /&gt;
&lt;B&gt;Note2:&lt;/B&gt; SecureStack B3 and B2 units will require a Policy License (&lt;A href="http://bit.ly/Ig6wNS" target="_blank" rel="nofollow noreferrer noopener"&gt;5781&lt;/A&gt;) before this configuration may be applied to them. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;set policy profile 1 name VoIP&lt;BR /&gt;
set policy port *.*.* 1&lt;BR /&gt;
set policy rule 1 iptos 176 mask 6 cos 5&lt;BR /&gt;
set policy rule 1 iptos 184 mask 6 cos 5&lt;BR /&gt;
By default the outgoing prioritized (priority 5) frames will hit transmit queue#4, while non-prioritized (priority 0) traffic will hit transmit queue#1.&lt;BR /&gt;
Queue#1 by default receives no service if anything is waiting in queue#4 ('show port txq').&lt;BR /&gt;
If outgoing frames are VLAN-tagged, the tag of affected frames will carry a Priority of 5. &lt;BR /&gt;
&lt;BR /&gt;
The specific rules you use will depend upon which bits of the TOS byte you wish to examine: &lt;UL&gt;If you want DSCP values 44 and 46 and don't care about the remaining two TOS bits:       set policy rule 1 iptos 176 mask 6 cos 5   [= TOS bits 101100xx] 
       set policy rule 1 iptos 184 mask 6 cos 5   [= TOS bits 101110xx]&lt;/UL&gt;
&lt;UL&gt;If you want DSCP values 44 and 46 and want to ensure that the remaining two TOS bits are zero:       set policy rule 1 iptos 176 mask 8 cos 5   [= TOS bits 10110000] 
       set policy rule 1 iptos 184 mask 8 cos 5   [= TOS bits 10111000]&lt;/UL&gt;
&lt;UL&gt;If you want TOS values 44 and 46:       set policy rule 1 iptos 46 mask 8 cos 5    [= TOS bits 00101100] 
       set policy rule 1 iptos 48 mask 8 cos 5    [= TOS bits 00101110]&lt;/UL&gt;
Please &lt;A href="http://www.enterasys.com/support/contact-support.aspx" target="_blank" rel="nofollow noreferrer noopener"&gt;contact Enterasys Networks Technical Services&lt;/A&gt; for further assistance, as necessary.</description>
      <pubDate>Wed, 04 Dec 2013 01:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/how-to-prioritize-traffic-based-on-dscp-marking-on-securestacks/m-p/48685#M543</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-12-04T01:46:00Z</dc:date>
    </item>
  </channel>
</rss>

