<?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: Port-based traffic shaping x430 and x440 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/port-based-traffic-shaping-x430-and-x440/m-p/51736#M14184</link>
    <description>Hello Truls&lt;BR /&gt;
&lt;BR /&gt;
Yes that is the best way to use meters and QoS queues.  Depending on where in the network you are using them you may be able to use some in one part over the other, for example edge versus core.&lt;BR /&gt;
&lt;BR /&gt;
Metering should be there in the 430 it is part of the L2 Edge license which comes with the 430.&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps&lt;BR /&gt;
&lt;BR /&gt;
P&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Apr 2015 17:37:00 GMT</pubDate>
    <dc:creator>Paul_Russo</dc:creator>
    <dc:date>2015-04-01T17:37:00Z</dc:date>
    <item>
      <title>Port-based traffic shaping x430 and x440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/port-based-traffic-shaping-x430-and-x440/m-p/51735#M14183</link>
      <description>Hi, I'm looking for an easy way (and best practice) to do port-based traffice shaping ingress/egress on both x430 and x440.&lt;BR /&gt;
&lt;BR /&gt;
-Is the way we shape x440 today best practice?&lt;BR /&gt;
-As far as I know, the x430 does not have the meter feature, how should we do shaping on x430?&lt;BR /&gt;
&lt;BR /&gt;
On x440 to day we use:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Egress&lt;/B&gt;:&lt;BR /&gt;
   configure ports XX   rate-limit egress 11 Mbps max-burst-size 400 Kb &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Ingress&lt;/B&gt;:&lt;BR /&gt;
&lt;BR /&gt;
Meter:&lt;BR /&gt;
   &lt;I&gt;create meter   US10Mbit &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;   configure meter   US10Mbit committed-rate 11000 Kbps max-burst-size 400 Kb out-action drop&lt;/I&gt; &lt;BR /&gt;
&lt;BR /&gt;
Then we add a script:&lt;BR /&gt;
       edit policy   US10Mbit.pol       &lt;BR /&gt;
       &lt;I&gt;#Acl entry US10Mbit  &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;     entry US10Mbit  &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;     {  &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;     if match all {&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;               }  &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;     then       &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt; {  &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;     count limit_counter;       &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;permit;  &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;     meter US10Mbit;       &lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;        }&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;}   &lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
And at the end, add the port we want to shape:&lt;BR /&gt;
   &lt;I&gt;configure   access-list US10Mbit port 22 ingress &lt;/I&gt;</description>
      <pubDate>Mon, 30 Mar 2015 11:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/port-based-traffic-shaping-x430-and-x440/m-p/51735#M14183</guid>
      <dc:creator>Nobel</dc:creator>
      <dc:date>2015-03-30T11:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Port-based traffic shaping x430 and x440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/port-based-traffic-shaping-x430-and-x440/m-p/51736#M14184</link>
      <description>Hello Truls&lt;BR /&gt;
&lt;BR /&gt;
Yes that is the best way to use meters and QoS queues.  Depending on where in the network you are using them you may be able to use some in one part over the other, for example edge versus core.&lt;BR /&gt;
&lt;BR /&gt;
Metering should be there in the 430 it is part of the L2 Edge license which comes with the 430.&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps&lt;BR /&gt;
&lt;BR /&gt;
P&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Apr 2015 17:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/port-based-traffic-shaping-x430-and-x440/m-p/51736#M14184</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2015-04-01T17:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Port-based traffic shaping x430 and x440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/port-based-traffic-shaping-x430-and-x440/m-p/51737#M14185</link>
      <description>Wow, thanks, I have no idea how I missed that.&lt;BR /&gt;
&lt;BR /&gt;
One thing when using meters and acl's like this: &lt;BR /&gt;
as far as I see, the acl is added to the port (and not the other way), so if I use this method to shape more than one port, each port will get a maximum committed-rate of 10 mbit and not share 10 mbit all together?&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Apr 2015 22:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/port-based-traffic-shaping-x430-and-x440/m-p/51737#M14185</guid>
      <dc:creator>Nobel</dc:creator>
      <dc:date>2015-04-03T22:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Port-based traffic shaping x430 and x440</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/port-based-traffic-shaping-x430-and-x440/m-p/51738#M14186</link>
      <description>We are shaping on edge switches (US/DS towards customers), what max-burst-size would you recommend?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Apr 2015 18:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/port-based-traffic-shaping-x430-and-x440/m-p/51738#M14186</guid>
      <dc:creator>Nobel</dc:creator>
      <dc:date>2015-04-07T18:42:00Z</dc:date>
    </item>
  </channel>
</rss>

