<?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 help - non voice related in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73205#M19069</link>
    <description>&lt;P&gt;app server query’s db on the local side from remote side.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2020 22:49:55 GMT</pubDate>
    <dc:creator>treese</dc:creator>
    <dc:date>2020-01-10T22:49:55Z</dc:date>
    <item>
      <title>QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73193#M19057</link>
      <description>&lt;P&gt;I have a site connected with a transparent LAN circuit with minimal bw.&amp;nbsp; We just deployed&amp;nbsp;some servers that sync across the link but saturates the connection sometimes.&amp;nbsp; The traffic is mostly SSL .&amp;nbsp; I need to configured some traffic control and believe the best way to do this is to configure qp2 and qp3 and create an ACL with the 2 sources and single destination for the attributes then assign to the correct qp and physical port on the switch.&amp;nbsp; If this is the recommended way to do this I would like to know.&amp;nbsp;&amp;nbsp;Also&amp;nbsp;I’m having trouble understanding the min and max bandwidth.&amp;nbsp; I plan on applying the config ingress too.&amp;nbsp; If I give&amp;nbsp;each source a minimum of 20 and max of 50 then essentially the pipe could be over subscribed if both source servers kicked off at the same time.&amp;nbsp; The sync are not on a schedule.&lt;/P&gt; &lt;P&gt;configure qosprofile QP2 minbw 20 maxbw 50 ports 1:1&lt;BR /&gt; configure qosprofile QP3 minbw 20 maxbw 50 ports 2:1&lt;/P&gt; &lt;P&gt;entry WEB1-QP2 {&lt;BR /&gt; if match all {&lt;BR /&gt; &amp;nbsp; &amp;nbsp; source-address 2.2.2.2/32 ;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; destination-address 1.1.1.1/32 ;&lt;BR /&gt; }&lt;BR /&gt; then {&lt;BR /&gt; &amp;nbsp; &amp;nbsp; qosprofile QP2 ;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; entry WEB2-QP3 {&lt;BR /&gt; if match all {&lt;BR /&gt; &amp;nbsp; &amp;nbsp; source-address 3.3.3.3/32 ;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; destination-address 1.1.1.1/32 ;&lt;BR /&gt; }&lt;BR /&gt; then {&lt;BR /&gt; &amp;nbsp; &amp;nbsp; qosprofile QP3 ;&lt;BR /&gt; }&lt;BR /&gt; }&lt;/P&gt; &lt;P&gt;The devices on each end&amp;nbsp;are 440’s and&amp;nbsp;we do have other traffic traversing the link.&amp;nbsp; These 2 servers are the ones that saturate the link but other traffic is important and don’t want to degrade the remaining traffic.&amp;nbsp; This traffic is not voice related.&amp;nbsp; If you could point me to the right solution or forum&amp;nbsp;and have suggestions it would be most appreciated.&amp;nbsp; Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 06:36:50 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73193#M19057</guid>
      <dc:creator>treese</dc:creator>
      <dc:date>2020-01-09T06:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73194#M19058</link>
      <description>&lt;P&gt;Are the server ports tagged or untagged? If not tagged, you could just put the port in a QP and have that traffic prioritized with a lower prio than the rest of the traffic. I normally stay away from shaping/policing unless I have to and work with prio instead. Why limit to a certain percent if you can say that other traffic should go first, and then the less important traffic can use whatever is left (up to 100 ? I don’t have the time right now to come up with a command set for you, but if you answer these questions you might get some good help:&lt;/P&gt; &lt;P&gt;Are the server ports tagged or untagged?&lt;/P&gt; &lt;P&gt;Is the inter-switch port/connection tagged or untagged?&lt;/P&gt; &lt;P&gt;What is the actual capacity of the link between the switches and what is the link speed? (Could be 2 Mbps actutal, 1 G link speed)&lt;/P&gt; &lt;P&gt;Do you have any other prio (802.1p) on tagged traffic coming in to any of the switches?&lt;/P&gt; &lt;P&gt;/Fredrik&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 22:03:10 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73194#M19058</guid>
      <dc:creator>FredrikB</dc:creator>
      <dc:date>2020-01-09T22:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73195#M19059</link>
      <description>&lt;P&gt;Untagged traffic and no ISL port in this design, the servers live behind a network unmanaged by us.&amp;nbsp; The LAN on that side hits a pair of ASA FW’s which I have my 440 stack connected too, then the other end connects to my 440 stack at my location.&amp;nbsp; I use a transit vlan to move the destination networks to and from.&amp;nbsp; The transit vlan is tagged but this won’t help when the destination networks are e.g. 172.x.100.x/24, 172.x.101.x/24, 172.x.102.x/24 which live on the other side.&amp;nbsp; Routes on the DC440 send the traffic back to HQ to our subnets.&amp;nbsp; The port interfaces on the DC440 are 1Gb and the other side is DC440G2 10Gb.&amp;nbsp; The circuit is 20Mb metro E.&amp;nbsp; Which are in process of bumping up to 100Mb but I still want QoS in place to not saturate the circuit when the syncs kick off.&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 22:24:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73195#M19059</guid>
      <dc:creator>treese</dc:creator>
      <dc:date>2020-01-09T22:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73196#M19060</link>
      <description>&lt;P&gt;Ok, then I see the need for an ACL to classify traffic. You use the minbw setup for the ports. Beware that this is the percentage of the link speed, not the 20 (or later 100) Mbps you have on the metro link. To get, say, 10 Mbps on a 1 Gbps interface you can set minbw 1 %, but you can’t get any more granular than that (and I don’t know how precise that will be in reality) and you won’t be able to set anything lower than 100 Mbps on the 10 G side as 1 % of 10 G is 100 M, so that method won’t work for you. I think prio is the way to go and it’s not any more complicated anyway.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 22:32:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73196#M19060</guid>
      <dc:creator>FredrikB</dc:creator>
      <dc:date>2020-01-09T22:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73197#M19061</link>
      <description>&lt;P&gt;I plan on moving the config to the FW interfaces which are 100Mb each and not the 10Gb uplink.&amp;nbsp; That way the configs on each side can be the same if I need to build on that side too.&amp;nbsp; I’ve ran the this setup before but my question is more about when setting up the qp’s with config I put out there could&amp;nbsp;hamper the connection at peak times.&amp;nbsp;&lt;/P&gt; &lt;P&gt;configure qosprofile QP2 minbw 20 maxbw 50 ports 1:1&lt;BR /&gt; configure qosprofile QP3 minbw 20 maxbw 50 ports 2:1&lt;/P&gt; &lt;P&gt;How do I give priority to 2 servers with say subnet of .152 over all other traffic.&amp;nbsp; Lots of different traffic traverse this link.&amp;nbsp; Would rate limiting be the way to go?&amp;nbsp; What would this config look like?&amp;nbsp; Thank you&lt;/P&gt; &lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 22:42:29 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73197#M19061</guid>
      <dc:creator>treese</dc:creator>
      <dc:date>2020-01-09T22:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73198#M19062</link>
      <description>&lt;P&gt;Would creating a meter percentage and limit the bandwidth that way be a more sound set up?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 23:41:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73198#M19062</guid>
      <dc:creator>treese</dc:creator>
      <dc:date>2020-01-09T23:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73199#M19063</link>
      <description>&lt;P&gt;I thought you said you wanted to have the two servers that were syncing to NOT starve other traffic. Which traffic is most important? You could even set up filters that let the servers sync with low prio (specific IP to IP) but other traffic to/from those exact same IPs (servers) to other IPs can have a higher prio. The problem is that the X440 (G2 or not) can only do egress policing, not ingress. If you specify an ingress rate, it will be applied to the traffic when it leaves the switch, not as it enters it:&lt;/P&gt; &lt;P&gt;&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-basic-rate-limiting-on-a-port-for-ingress-and-egress" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-basic-rate-limiting-on-a-port-for-ingress-and-egress&lt;/A&gt;&lt;/P&gt; &lt;P&gt;For prioritizing to work, you need to configure the egress interface to match the circuit. In your case you need to do this on both sides:&lt;/P&gt; &lt;PRE&gt;configure port X rate-limit egress 20 Mbps&lt;/PRE&gt; &lt;P&gt;You can then work with prio to make sure all traffic is forwarded in an acceptable manner. Failing to limit the egress will mean that you still push traffic to the carrier at 1 or 10 Gbps and no prio will be needed by your switch as there will be no queing up of packets. You need to control the queing in order to control which packets that may step ahead of the queue.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 17:31:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73199#M19063</guid>
      <dc:creator>FredrikB</dc:creator>
      <dc:date>2020-01-10T17:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73200#M19064</link>
      <description>&lt;P&gt;Yes the 2 servers that can starve the network sit behind the LAN I don’t manage but the uplink&amp;nbsp;hit my 440 stacks.&amp;nbsp; From there I have a metro E fiber circuit that sits between the sites.&amp;nbsp; I’ll need to set up QoS on it and I think I can use an ACL to send the 2 sources to a 15Mb meter.&amp;nbsp; The total bw of the link is 20Mb.&amp;nbsp; I believe after getting your suggestions this is the way to go.&amp;nbsp; Let me know if I’m off on this.&amp;nbsp; It’s sort of trial by error because we do plan bumping up the circuit but still want to have some assurance with this traffic.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 21:30:37 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73200#M19064</guid>
      <dc:creator>treese</dc:creator>
      <dc:date>2020-01-10T21:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73201#M19065</link>
      <description>&lt;P&gt;On egress rate-limiting the packets comes in hits the meter then goes out lower.&amp;nbsp; This could still be an issue your mentioning because the over port could still be saturated because of this?&amp;nbsp; I could set up the meter on both sides?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 21:36:04 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73201#M19065</guid>
      <dc:creator>treese</dc:creator>
      <dc:date>2020-01-10T21:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73202#M19066</link>
      <description>&lt;P&gt;Thought about this a bit more.&amp;nbsp; The 2 ASA’s connect to the 440 stack at 100Mb ports. I can apply here then the the fiber circuit would benefit from the change.&amp;nbsp; I’ll attach a diagram.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 21:39:09 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73202#M19066</guid>
      <dc:creator>treese</dc:creator>
      <dc:date>2020-01-10T21:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73203#M19067</link>
      <description>&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="92b63ed63b2646bb83c8c2f04dd32640_ba141fad-765b-480b-97d3-688572065fc4.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4397iDB24A8EFA0C10F34/image-size/large?v=v2&amp;amp;px=999" role="button" title="92b63ed63b2646bb83c8c2f04dd32640_ba141fad-765b-480b-97d3-688572065fc4.png" alt="92b63ed63b2646bb83c8c2f04dd32640_ba141fad-765b-480b-97d3-688572065fc4.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 22:26:16 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73203#M19067</guid>
      <dc:creator>treese</dc:creator>
      <dc:date>2020-01-10T22:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73204#M19068</link>
      <description>&lt;P&gt;This untagged traffic comes in thru load balancers and is SSL.&amp;nbsp; I don’t see much differences in the traffic except for the Source and destination IP’s.&amp;nbsp; Its hard for me to differentiate between the traffic to classify which would get priority.&amp;nbsp; I just need the 2 heavy hitters to only use a certain percentage of the pipe.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 22:48:32 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73204#M19068</guid>
      <dc:creator>treese</dc:creator>
      <dc:date>2020-01-10T22:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: QoS help - non voice related</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73205#M19069</link>
      <description>&lt;P&gt;app server query’s db on the local side from remote side.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 22:49:55 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/qos-help-non-voice-related/m-p/73205#M19069</guid>
      <dc:creator>treese</dc:creator>
      <dc:date>2020-01-10T22:49:55Z</dc:date>
    </item>
  </channel>
</rss>

