<?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 Configuring Inbound Rate Limiting on the SecureStack A2 in FAQs</title>
    <link>https://community.extremenetworks.com/t5/faqs/configuring-inbound-rate-limiting-on-the-securestack-a2/m-p/47532#M461</link>
    <description>Article ID: 11695 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack A2 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Inbound Rate Limiting.&lt;BR /&gt;
Sample configuration. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
This product supports inbound Rate Limiting which is keyed to the combination of Ethernet Port and 802.1P Priority. &lt;BR /&gt;
&lt;BR /&gt;
The command set is demonstrated here:A2H124-24(su)-&amp;gt;set port ratelimit ?&lt;BR /&gt;
 &lt;BR /&gt;
disable                  Disable ratelimiting globally.&lt;BR /&gt;
enable                   Enable ratelimiting globally.&lt;BR /&gt;
            Port or range of ports&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit disable ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit enable ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 ?&lt;BR /&gt;
 &lt;BR /&gt;
               Priority or list of priorities.&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;THRESHOLD&gt;              Ratelimiting threshold (kiloBytes/sec).&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 ?&lt;BR /&gt;
 &lt;BR /&gt;
disable                  Disable ratelimiting for this entry.&lt;BR /&gt;
enable                   Enable ratelimiting for this entry.&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 disable ?&lt;BR /&gt;
 &lt;BR /&gt;
inbound                  Limit the inbound traffic.&lt;BR /&gt;
&lt;I&gt;                  Resource index for this port.(default: none)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 disable inbound ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;I&gt;                  Resource index for this port.(default: none)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 disable inbound 1 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 enable ?&lt;BR /&gt;
 &lt;BR /&gt;
inbound                  Limit the inbound traffic.&lt;BR /&gt;
&lt;I&gt;                  Resource index for this port.(default: none)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 enable inbound ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;I&gt;                  Resource index for this port.(default: none)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 enable inbound 1 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;show port ratelimit ?&lt;BR /&gt;
 &lt;BR /&gt;
            Port or range of ports (default: all ports)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;show port ratelimit fe.1.1 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;clear port ratelimit ?&lt;BR /&gt;
 &lt;BR /&gt;
            Port or range of ports&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;clear port ratelimit fe.1.1 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;I&gt;                  Resource index for this port.(default: none)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;clear port ratelimit fe.1.1 1 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;This example configuration limits UDP traffic on ports 1-3 to a maximum of 25 megabits per second (3125 kilobytes per second).&lt;BR /&gt;
With TCP traffic, the effective throughput would be significantly lower, as a result of TCP-initiated retransmissions (&lt;A href="http://bit.ly/1b34pny" target="_blank" rel="nofollow noreferrer noopener"&gt;11667&lt;/A&gt;). &lt;BR /&gt;
&lt;BR /&gt;
* To set the Rate Limiterset port ratelimit enable&lt;BR /&gt;
set port ratelimit fe.1.1-3 0-3 3125 enable inbound&lt;BR /&gt;
set port ratelimit fe.1.1-3 4-7 3125 enable inbound* To display the resultsshow port ratelimit&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;show port ratelimit&lt;BR /&gt;
Global Ratelimiting status is enabled.&lt;BR /&gt;
  Port             Threshold                              Priority&lt;BR /&gt;
 Number   Index     (KBytes)     Action      Direction       List      Status&lt;BR /&gt;
--------  --------  --------  ------------   ---------- -----------  ---------&lt;BR /&gt;
fe.1.1           1      3125       discard      inbound         0-3  enabled&lt;BR /&gt;
fe.1.1           2      3125       discard      inbound         4-7  enabled&lt;BR /&gt;
fe.1.2           1      3125       discard      inbound         0-3  enabled&lt;BR /&gt;
fe.1.2           2      3125       discard      inbound         4-7  enabled&lt;BR /&gt;
fe.1.3           1      3125       discard      inbound         0-3  enabled&lt;BR /&gt;
fe.1.3           2      3125       discard      inbound         4-7  enabled&lt;BR /&gt;
fe.1.4           1        64       discard      inbound         0-3  disabled&lt;BR /&gt;
fe.1.4           2        64       discard      inbound         4-7  disabled&lt;BR /&gt;
 . . .&lt;BR /&gt;
fe.1.24          1        64       discard      inbound         0-3  disabled&lt;BR /&gt;
fe.1.24          2        64       discard      inbound         4-7  disabled&lt;BR /&gt;
ge.1.27          1        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          2        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          3        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          4        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          5        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          6        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          7        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          8        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          1        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          2        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          3        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          4        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          5        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          6        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          7        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          8        64       discard      inbound           0  disabled&lt;BR /&gt;
A2H124-24(su)-&amp;gt;* To remove the Rate Limiterset port ratelimit disable&lt;BR /&gt;
clear port ratelimit fe.1.1-3 You may alternately use DiffServ (&lt;A href="http://bit.ly/18F0WPL" target="_blank" rel="nofollow noreferrer noopener"&gt;5848&lt;/A&gt;), requiring a more complicated configuration (due to its much broader functional range) for the same net effect.&lt;BR /&gt;
Note that the A2 supports neither the policy nor the cos command sets supported by the C3/C2/B3/B2 sister products. &lt;BR /&gt;
&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1craflB" target="_blank" rel="nofollow noreferrer noopener"&gt;7177&lt;/A&gt;.&lt;/CR&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/THRESHOLD&gt;&lt;/CR&gt;&lt;/CR&gt;</description>
    <pubDate>Wed, 27 Nov 2013 05:51:00 GMT</pubDate>
    <dc:creator>FAQ_User</dc:creator>
    <dc:date>2013-11-27T05:51:00Z</dc:date>
    <item>
      <title>Configuring Inbound Rate Limiting on the SecureStack A2</title>
      <link>https://community.extremenetworks.com/t5/faqs/configuring-inbound-rate-limiting-on-the-securestack-a2/m-p/47532#M461</link>
      <description>Article ID: 11695 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Products&lt;/B&gt;&lt;BR /&gt;
SecureStack A2 &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Goals&lt;/B&gt;&lt;BR /&gt;
Inbound Rate Limiting.&lt;BR /&gt;
Sample configuration. &lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Solution&lt;/B&gt;&lt;BR /&gt;
This product supports inbound Rate Limiting which is keyed to the combination of Ethernet Port and 802.1P Priority. &lt;BR /&gt;
&lt;BR /&gt;
The command set is demonstrated here:A2H124-24(su)-&amp;gt;set port ratelimit ?&lt;BR /&gt;
 &lt;BR /&gt;
disable                  Disable ratelimiting globally.&lt;BR /&gt;
enable                   Enable ratelimiting globally.&lt;BR /&gt;
            Port or range of ports&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit disable ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit enable ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 ?&lt;BR /&gt;
 &lt;BR /&gt;
               Priority or list of priorities.&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;THRESHOLD&gt;              Ratelimiting threshold (kiloBytes/sec).&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 ?&lt;BR /&gt;
 &lt;BR /&gt;
disable                  Disable ratelimiting for this entry.&lt;BR /&gt;
enable                   Enable ratelimiting for this entry.&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 disable ?&lt;BR /&gt;
 &lt;BR /&gt;
inbound                  Limit the inbound traffic.&lt;BR /&gt;
&lt;I&gt;                  Resource index for this port.(default: none)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 disable inbound ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;I&gt;                  Resource index for this port.(default: none)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 disable inbound 1 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 enable ?&lt;BR /&gt;
 &lt;BR /&gt;
inbound                  Limit the inbound traffic.&lt;BR /&gt;
&lt;I&gt;                  Resource index for this port.(default: none)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 enable inbound ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;I&gt;                  Resource index for this port.(default: none)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;set port ratelimit fe.1.1 0 1000 enable inbound 1 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;show port ratelimit ?&lt;BR /&gt;
 &lt;BR /&gt;
            Port or range of ports (default: all ports)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;show port ratelimit fe.1.1 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;clear port ratelimit ?&lt;BR /&gt;
 &lt;BR /&gt;
            Port or range of ports&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;clear port ratelimit fe.1.1 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;I&gt;                  Resource index for this port.(default: none)&lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;clear port ratelimit fe.1.1 1 ?&lt;BR /&gt;
 &lt;BR /&gt;
&lt;CR&gt;&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;This example configuration limits UDP traffic on ports 1-3 to a maximum of 25 megabits per second (3125 kilobytes per second).&lt;BR /&gt;
With TCP traffic, the effective throughput would be significantly lower, as a result of TCP-initiated retransmissions (&lt;A href="http://bit.ly/1b34pny" target="_blank" rel="nofollow noreferrer noopener"&gt;11667&lt;/A&gt;). &lt;BR /&gt;
&lt;BR /&gt;
* To set the Rate Limiterset port ratelimit enable&lt;BR /&gt;
set port ratelimit fe.1.1-3 0-3 3125 enable inbound&lt;BR /&gt;
set port ratelimit fe.1.1-3 4-7 3125 enable inbound* To display the resultsshow port ratelimit&lt;BR /&gt;
 &lt;BR /&gt;
A2H124-24(su)-&amp;gt;show port ratelimit&lt;BR /&gt;
Global Ratelimiting status is enabled.&lt;BR /&gt;
  Port             Threshold                              Priority&lt;BR /&gt;
 Number   Index     (KBytes)     Action      Direction       List      Status&lt;BR /&gt;
--------  --------  --------  ------------   ---------- -----------  ---------&lt;BR /&gt;
fe.1.1           1      3125       discard      inbound         0-3  enabled&lt;BR /&gt;
fe.1.1           2      3125       discard      inbound         4-7  enabled&lt;BR /&gt;
fe.1.2           1      3125       discard      inbound         0-3  enabled&lt;BR /&gt;
fe.1.2           2      3125       discard      inbound         4-7  enabled&lt;BR /&gt;
fe.1.3           1      3125       discard      inbound         0-3  enabled&lt;BR /&gt;
fe.1.3           2      3125       discard      inbound         4-7  enabled&lt;BR /&gt;
fe.1.4           1        64       discard      inbound         0-3  disabled&lt;BR /&gt;
fe.1.4           2        64       discard      inbound         4-7  disabled&lt;BR /&gt;
 . . .&lt;BR /&gt;
fe.1.24          1        64       discard      inbound         0-3  disabled&lt;BR /&gt;
fe.1.24          2        64       discard      inbound         4-7  disabled&lt;BR /&gt;
ge.1.27          1        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          2        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          3        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          4        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          5        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          6        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          7        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.27          8        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          1        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          2        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          3        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          4        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          5        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          6        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          7        64       discard      inbound           0  disabled&lt;BR /&gt;
ge.1.28          8        64       discard      inbound           0  disabled&lt;BR /&gt;
A2H124-24(su)-&amp;gt;* To remove the Rate Limiterset port ratelimit disable&lt;BR /&gt;
clear port ratelimit fe.1.1-3 You may alternately use DiffServ (&lt;A href="http://bit.ly/18F0WPL" target="_blank" rel="nofollow noreferrer noopener"&gt;5848&lt;/A&gt;), requiring a more complicated configuration (due to its much broader functional range) for the same net effect.&lt;BR /&gt;
Note that the A2 supports neither the policy nor the cos command sets supported by the C3/C2/B3/B2 sister products. &lt;BR /&gt;
&lt;BR /&gt;
See also: &lt;A href="http://bit.ly/1craflB" target="_blank" rel="nofollow noreferrer noopener"&gt;7177&lt;/A&gt;.&lt;/CR&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/CR&gt;&lt;/I&gt;&lt;/THRESHOLD&gt;&lt;/CR&gt;&lt;/CR&gt;</description>
      <pubDate>Wed, 27 Nov 2013 05:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/faqs/configuring-inbound-rate-limiting-on-the-securestack-a2/m-p/47532#M461</guid>
      <dc:creator>FAQ_User</dc:creator>
      <dc:date>2013-11-27T05:51:00Z</dc:date>
    </item>
  </channel>
</rss>

