<?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: How do I configure ingress and egress rate-limiting traffic? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42665#M10104</link>
    <description>Create Date: Mar  4 2013  5:35PM&lt;BR /&gt;
&lt;BR /&gt;
I actually figured out how to do the same thing and was going to post to see if there is a better way to do it.&lt;BR /&gt;
A need has arisen for us to limit ingress and egress bandwidth on one specific port on one specific switch.&lt;BR /&gt;
It seems a bit messy, using a QOS setting for egress traffic, and ACL for ingress... &lt;BR /&gt;
&lt;BR /&gt;
If anyone know of a better way to accomplish this please share.  (from mjurewicz-ci)</description>
    <pubDate>Wed, 08 Jan 2014 05:59:00 GMT</pubDate>
    <dc:creator>EtherNation_Use</dc:creator>
    <dc:date>2014-01-08T05:59:00Z</dc:date>
    <item>
      <title>How do I configure ingress and egress rate-limiting traffic?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42664#M10103</link>
      <description>Create Date: Mar  3 2013 10:00AM&lt;BR /&gt;
&lt;BR /&gt;
I found this solution and I believe it is worth sharing:&lt;BR /&gt;
&lt;BR /&gt;
How to set the rate-limit on egress and ingress port?&lt;BR /&gt;
Platform: Summit X450, X450a, and X450e, X460, X650, X440, X670, X350, X150, X480 and most BD8k platforms&lt;BR /&gt;
Version: All EXOS&lt;BR /&gt;
&lt;BR /&gt;
To set 20 M ingress and egress traffic from port 1&lt;BR /&gt;
&lt;BR /&gt;
Create vlan test&lt;BR /&gt;
Configure test tag 10&lt;BR /&gt;
Configure test add po 1 &lt;BR /&gt;
Configure test ipa 10.10.10.1/24                &lt;BR /&gt;
&lt;BR /&gt;
Create vlan v2&lt;BR /&gt;
Configure v2 tag 20&lt;BR /&gt;
Configure v2 add po 2 &lt;BR /&gt;
Configure v2 ipa 20.20.20.1/24&lt;BR /&gt;
ena ipf&lt;BR /&gt;
&lt;BR /&gt;
Ixia------------------port (2) x450port (1) ----------------ixia&lt;BR /&gt;
Set Ixia to send both way line rate traffic. &lt;BR /&gt;
&lt;BR /&gt;
For  Egress rate limit&lt;BR /&gt;
&lt;BR /&gt;
Configure ports 1 rate-limit egress 20 Mbps  =&amp;gt; this will rate limit the egress traffic from port 1 to 20 M (doesn’t matter where this traffic is coming from)&lt;BR /&gt;
&lt;BR /&gt;
Sh port 1, 2 utilization&lt;BR /&gt;
&lt;BR /&gt;
Link Utilization Averages                            Thu Oct 2 22:46:10 2008&lt;BR /&gt;
Port     Link    Link   Receive       Peak Rx      Transmit     Peak Transmit&lt;BR /&gt;
         Status Speed % bandwidth   % bandwidth % bandwidth % bandwidth&lt;BR /&gt;
================================================================================&lt;BR /&gt;
1         A       1000    100.00        100.00          2.00            100.00&lt;BR /&gt;
2         A       1000    100.00        100.00          100.00          100.00&lt;BR /&gt;
================================================================================&lt;BR /&gt;
&lt;BR /&gt;
Note: remember 20 Mbps for 1 gig port is 2%&lt;BR /&gt;
&lt;BR /&gt;
For ingress rate limit&lt;BR /&gt;
For all Broadcom platforms, we have to create a meter and link it to a policy for ingress rate limit,&lt;BR /&gt;
&lt;BR /&gt;
Here are the steps to do that,&lt;BR /&gt;
&lt;BR /&gt;
1.     create and configure a meter&lt;BR /&gt;
2.    create a policy file and link this meter to that policy file&lt;BR /&gt;
3.    Now apply the policy to the ingress port.&lt;BR /&gt;
&lt;BR /&gt;
Step-1 creates and configures a meter&lt;BR /&gt;
Create meter meter-TEST1&lt;BR /&gt;
Configure meter meter-TEST1 committed-rate 20 Mbps out-actions drop&lt;BR /&gt;
&lt;BR /&gt;
Step-2 create a policy file and link this meter to that policy file&lt;BR /&gt;
Edit policy blnmtlb2swe_TEST1.pol&lt;BR /&gt;
&lt;BR /&gt;
   entry rule1&lt;BR /&gt;
    { &lt;BR /&gt;
    if match all {     &lt;BR /&gt;
                 } &lt;BR /&gt;
    then   &lt;BR /&gt;
       {     &lt;BR /&gt;
      meter meter-TEST1;&lt;BR /&gt;
&lt;BR /&gt;
       }&lt;BR /&gt;
          }&lt;BR /&gt;
Check policy blnmtlb2swe_TEST1&lt;BR /&gt;
Configure access-list blnmtlb2swe_TEST1 ports 1 ingress  =&amp;gt; this will rate limit all the  ingress  traffic coming from port 1 to 20 M (doesn’t matter where this traffic is egressing)&lt;BR /&gt;
&lt;BR /&gt;
Sh port 1, 2 utilization&lt;BR /&gt;
&lt;BR /&gt;
Link Utilization Averages                            Thu Oct 2 22:46:10 2008&lt;BR /&gt;
Port     Link    Link   Receive       Peak Rx      Transmit     Peak Transmit&lt;BR /&gt;
         Status Speed % bandwidth   % bandwidth % bandwidth % bandwidth&lt;BR /&gt;
================================================================================&lt;BR /&gt;
1         A       1000    100.00        100.00          2.00          100.00&lt;BR /&gt;
2         A       1000    100.00        100.00          2.00          100.00&lt;BR /&gt;
================================================================================&lt;BR /&gt;
&lt;BR /&gt;
Note: We have to remember that we configure the rate-limit on ingress port, but we can see the output on egress port (port 2)&lt;BR /&gt;
&lt;BR /&gt;
  (from ethernet)</description>
      <pubDate>Wed, 08 Jan 2014 05:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42664#M10103</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do I configure ingress and egress rate-limiting traffic?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42665#M10104</link>
      <description>Create Date: Mar  4 2013  5:35PM&lt;BR /&gt;
&lt;BR /&gt;
I actually figured out how to do the same thing and was going to post to see if there is a better way to do it.&lt;BR /&gt;
A need has arisen for us to limit ingress and egress bandwidth on one specific port on one specific switch.&lt;BR /&gt;
It seems a bit messy, using a QOS setting for egress traffic, and ACL for ingress... &lt;BR /&gt;
&lt;BR /&gt;
If anyone know of a better way to accomplish this please share.  (from mjurewicz-ci)</description>
      <pubDate>Wed, 08 Jan 2014 05:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42665#M10104</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do I configure ingress and egress rate-limiting traffic?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42666#M10105</link>
      <description>Create Date: Mar  5 2013  2:47PM&lt;BR /&gt;
&lt;BR /&gt;
That is actually the way to configure rate-limiting as far as I can tell. And it is not really that messy.&lt;BR /&gt;
&lt;BR /&gt;
Keep in mind that all you need to do is:&lt;BR /&gt;
&lt;BR /&gt;
Configure ports 1 rate-limit egress 20 Mbps &amp;lt;== for egress (one step)&lt;BR /&gt;
&lt;BR /&gt;
and for ingress (4 steps)&lt;BR /&gt;
&lt;BR /&gt;
Create meter meter-TEST1&lt;BR /&gt;
Configure meter meter-TEST1 committed-rate 20 Mbps out-actions drop&lt;BR /&gt;
Edit policy blnmtlb2swe_TEST1.pol&lt;BR /&gt;
&lt;BR /&gt;
   entry rule1&lt;BR /&gt;
    { &lt;BR /&gt;
    if match all {     &lt;BR /&gt;
                 } &lt;BR /&gt;
    then   &lt;BR /&gt;
       {     &lt;BR /&gt;
      meter meter-TEST1;&lt;BR /&gt;
&lt;BR /&gt;
       }&lt;BR /&gt;
          }&lt;BR /&gt;
Configure access-list blnmtlb2swe_TEST1 ports 1 ingress&lt;BR /&gt;
  (from ethernet)</description>
      <pubDate>Wed, 08 Jan 2014 05:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42666#M10105</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do I configure ingress and egress rate-limiting traffic?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42667#M10106</link>
      <description>Create Date: Mar  5 2013  3:33PM&lt;BR /&gt;
&lt;BR /&gt;
I see, for some reason I was using that AND a QOS setting&lt;BR /&gt;
Thank you for clarifying this&lt;BR /&gt;
&lt;BR /&gt;
Just saying its "messy" since it cannot be accomplished with just the ACL, or just the rate limit setting&lt;BR /&gt;
&lt;BR /&gt;
Can you explain what the "out-actions" setting will do for the meter?  (from mjurewicz-ci)</description>
      <pubDate>Wed, 08 Jan 2014 05:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42667#M10106</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How do I configure ingress and egress rate-limiting traffic?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42668#M10107</link>
      <description>Create Date: Mar  6 2013  5:50PM&lt;BR /&gt;
&lt;BR /&gt;
You are right. Those are not straightforward commands. &lt;BR /&gt;
&lt;BR /&gt;
To answer your question, I would point you to this portion of the command reference guide. It contains all the parameters in this command.&lt;BR /&gt;
&lt;BR /&gt;
https://www.extremenetworks.com/libraries/techpubs/EXOS_All/XCR_qos/r_configure-meter.shtml  (from ethernet)</description>
      <pubDate>Wed, 08 Jan 2014 05:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-do-i-configure-ingress-and-egress-rate-limiting-traffic/m-p/42668#M10107</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:59:00Z</dc:date>
    </item>
  </channel>
</rss>

