<?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: Meter - ACL - Policy : &amp;quot;rate-limit&amp;quot; Protocol based traffic ? eg. port 80 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41756#M9700</link>
    <description>Hi Dewald,  I wanted to follow up here and see if you were able to get this working.&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Feb 2016 04:22:00 GMT</pubDate>
    <dc:creator>Drew_C</dc:creator>
    <dc:date>2016-02-05T04:22:00Z</dc:date>
    <item>
      <title>Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41740#M9684</link>
      <description>Good day all, &lt;BR /&gt;
&lt;BR /&gt;
Need some advice if you may - I have an X440 and I would like to create ACLs that limit certain protocol ports, like port 80 (http).&lt;BR /&gt;
&lt;BR /&gt;
Please check my config below:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;I&gt;vlan 2 created&lt;BR /&gt;
&lt;/I&gt;&lt;I&gt;ports 1-10 added to vlan 2 untagged&lt;/I&gt;&lt;BR /&gt;
&lt;I&gt;meter created:&lt;BR /&gt;
&lt;/I&gt;"create meter HTTP-limit&lt;BR /&gt;
configure meter HTTP-limit committed-rate 1024 Kbps max-burst-size 128 Kb out-actions drop&lt;BR /&gt;
configure access-list Limits ports 10 ingress"&lt;I&gt;ACL created and applied to port 10 (port where user is connected):&lt;BR /&gt;
&lt;/I&gt;"configure access-list Limits vlan "DATA" ingress"&lt;BR /&gt;
Policy created:&lt;BR /&gt;
"Policies at Policy Server:&lt;BR /&gt;
Policy: Limits&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    protocol TCP ;&lt;BR /&gt;
    destination-port 80 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    meter HTTP-limit ;&lt;BR /&gt;
    count HTTP-limit-count ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
Number of clients bound to policy: 1&lt;BR /&gt;
Client: acl bound once"&lt;I&gt;Access-List counter:&lt;BR /&gt;
&lt;/I&gt;"show acce count&lt;BR /&gt;
Policy Name       Vlan Name        Port   Direction&lt;BR /&gt;
    Counter Name                   Packet Count         Byte Count&lt;BR /&gt;
==================================================================&lt;BR /&gt;
Limits            *                10     ingress&lt;BR /&gt;
    HTTP-limit-count               1638"&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
With the above config - there is NO meter limiting on the traffic.&lt;BR /&gt;
&lt;BR /&gt;
BUT - when I remove:&lt;BR /&gt;
  "protocol TCP ;    destination-port 80 " and have the brackets empty - it works beautifully.&lt;BR /&gt;
&lt;BR /&gt;
From my understanding and reading through the ACL Solutions Guide - the above should work ?&lt;BR /&gt;
&lt;BR /&gt;
If I enter :&lt;BR /&gt;
check policy Limitsit returns successful..&lt;BR /&gt;
&lt;BR /&gt;
I think I am missing a command or expression somewhere.  Can anyone provide some guidance ?&lt;BR /&gt;
&lt;BR /&gt;
thanks !&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2016 16:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41740#M9684</guid>
      <dc:creator>Dewald_Botha1</dc:creator>
      <dc:date>2016-01-12T16:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41741#M9685</link>
      <description>Hi Dewald,&lt;BR /&gt;
&lt;BR /&gt;
Is the same policy applied to VLAN data? &lt;BR /&gt;
"configure access-list Limits vlan "DATA" ingress"&lt;BR /&gt;
The  policy looks fine to me. &lt;BR /&gt;
Please clarify how you are verifying if the policy is working or not? &lt;BR /&gt;
&lt;BR /&gt;
when the match conditions, protocol tcp and destination-port 80 are used, do you see the counters incrementing in the "show access-list counter" output?&lt;BR /&gt;
When the match conditions are removed, it will match all the traffic coming into the port. If that works fine, then we can conclude that the meter configuration is correct. So, we just need to ensure that the actual http traffic hits the ACL. &lt;BR /&gt;
&lt;BR /&gt;
Looking forward to your response! &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2016 17:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41741#M9685</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2016-01-12T17:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41742#M9686</link>
      <description>Hi Prashanth, &lt;BR /&gt;
&lt;BR /&gt;
thanks for the reply - see reply below :&lt;BR /&gt;
&lt;BR /&gt;
1. policy applied to vlan "Data" ?  not too sure what is meant - afaik the command listed above is what applies this policy to the Vlan ?  VLAN "Data" IS vlan 2 if that is what you are asking.&lt;BR /&gt;
&lt;BR /&gt;
2. I am verifying the policy by 3 ways:&lt;BR /&gt;
HTTP file download;&lt;BR /&gt;
Speedtest.net test;&lt;BR /&gt;
&amp;amp; by checking the ACL counter - there are Hits coming through when both of the following Policy statements are applied :&lt;BR /&gt;
&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    protocol TCP ;&lt;BR /&gt;
    destination-port 80 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    meter HTTP-limit ;&lt;BR /&gt;
    count HTTP-limit-count ;&lt;BR /&gt;
}&lt;BR /&gt;
}or this one :  (with this one - this is the only one that actually works [no the above one])&lt;BR /&gt;
&lt;BR /&gt;
entry 1 {if match all {&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    meter HTTP-limit ;&lt;BR /&gt;
    count HTTP-limit-count ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
3. As mentioned above - without the match conditions, this works like a charm.  The worry is that once the conditions are added the ACL is not enforced even though the counter is moving up. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41742#M9686</guid>
      <dc:creator>Dewald_Botha1</dc:creator>
      <dc:date>2016-01-12T18:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41743#M9687</link>
      <description>Thank you for the response!&lt;BR /&gt;
In the policy that you have shared with us in the first post, I could see the following line: &lt;BR /&gt;
configure access-list Limits vlan "DATA" ingressThat is why, I wanted to be sure that the policy is applied to the VLAN or the port. &lt;BR /&gt;
&lt;BR /&gt;
1. Please share the EXOS version that X440 is running and the exact X440 version (24t or 24p)? &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41743#M9687</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2016-01-12T18:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41744#M9688</link>
      <description>ExtremeXOS version 15.3.1.4 v1531b4-patch1-19 by release-manager          on Fri Sep 20 14:57:37 EDT 2013&lt;BR /&gt;
&lt;BR /&gt;
X440-48p&lt;BR /&gt;
&lt;BR /&gt;
If I apply it to the VLAN, or int he event that I do not use VLANs ( port based) the same thing occurs.&lt;BR /&gt;
&lt;BR /&gt;
thanks for the reply !</description>
      <pubDate>Tue, 12 Jan 2016 18:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41744#M9688</guid>
      <dc:creator>Dewald_Botha1</dc:creator>
      <dc:date>2016-01-12T18:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41745#M9689</link>
      <description>Just did a quick test in the lab with the exact version and the hardware. I am able to limit the traffic with the same policy file and the configuration you have provided above. &lt;BR /&gt;
Sharing my lab outputs so that you can verify if you are missing something. &lt;BR /&gt;
&lt;BR /&gt;
Incoming port 2, egress port 4&lt;BR /&gt;
&lt;BR /&gt;
# sh poli "Limits"&lt;BR /&gt;
Policies at Policy Server:&lt;BR /&gt;
Policy: Limits&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    protocol TCP ;&lt;BR /&gt;
    destination-port 80 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    meter HTTP-limit ;&lt;BR /&gt;
    count HTTP-limit-count ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
sh conf acl&lt;BR /&gt;
#&lt;BR /&gt;
# Module acl configuration.&lt;BR /&gt;
#&lt;BR /&gt;
create meter HTTP-limit&lt;BR /&gt;
configure meter HTTP-limit committed-rate 1024 Kbps max-burst-size 128 Kb out-actions drop&lt;BR /&gt;
configure access-list Limits ports 2 ingress&lt;BR /&gt;
&lt;BR /&gt;
With ACL, the traffic flow: &lt;BR /&gt;
&lt;BR /&gt;
 sh port 2 4 utilization bandwidth&lt;BR /&gt;
Port     Link    Link   Rx             Peak Rx       Tx            Peak Tx&lt;BR /&gt;
         State   Speed  % bandwidth    % bandwidth   % bandwidth   % bandwidth&lt;BR /&gt;
================================================================================&lt;BR /&gt;
2         A       1000     20.03         21.41          0.00            0.00&lt;BR /&gt;
4         A       1000      0.00          0.00          &lt;U&gt;&lt;B&gt;0.10 &lt;/B&gt;&lt;/U&gt;         &lt;U&gt;  0.11&lt;/U&gt;&lt;BR /&gt;
================================================================================&lt;BR /&gt;
          &amp;gt; indicates Port Display Name truncated past 8 characters&lt;BR /&gt;
          Link State: A-Active, R-Ready, NP-Port Not Present, L-Loopback&lt;BR /&gt;
&lt;BR /&gt;
Without ACL, the traffic utilization:&lt;BR /&gt;
&lt;BR /&gt;
EDGE-Sw.8 # sh port 2 4 utilization bandwidth&lt;BR /&gt;
Port     Link    Link   Rx             Peak Rx       Tx            Peak Tx&lt;BR /&gt;
         State   Speed  % bandwidth    % bandwidth   % bandwidth   % bandwidth&lt;BR /&gt;
================================================================================&lt;BR /&gt;
2         A       1000     19.58         21.41          0.00            0.00&lt;BR /&gt;
4         A       1000      0.00          0.00         &lt;U&gt;&lt;B&gt;19.58&lt;/B&gt;&lt;/U&gt;           19.58&lt;BR /&gt;
================================================================================&lt;BR /&gt;
          &amp;gt; indicates Port Display Name truncated past 8 characters&lt;BR /&gt;
          Link State: A-Active, R-Ready, NP-Port Not Present, L-Loopback&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps to verify what is missed in your configuration/testing. &lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jan 2016 13:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41745#M9689</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2016-01-13T13:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41746#M9690</link>
      <description>Thanks - I will test this again now - but with my HTTP downloads, it is not getting limited.&lt;BR /&gt;
How are you testing the HTTP traffic  so that the port's utilization spikes so high ?  mine stay the same..</description>
      <pubDate>Thu, 14 Jan 2016 22:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41746#M9690</guid>
      <dc:creator>Dewald_Botha1</dc:creator>
      <dc:date>2016-01-14T22:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41747#M9691</link>
      <description>Hi Prashanth,&lt;BR /&gt;
&lt;BR /&gt;
I am not seeing any changes on my side.  In fact - I have used the config you used on top.&lt;BR /&gt;
I have changed the committed-rate to 56 Kbps to see if it has any effect.  Nothing.&lt;BR /&gt;
&lt;BR /&gt;
My PC  is plugged into port 4, and the link to the internet on port 10.  I applied the ACL to port 4 and the ACL counter increases its hits.  But nothing else.&lt;BR /&gt;
&lt;BR /&gt;
* X440-48p.40 # show conf acl  #  # Module acl configuration.  #  create meter HTTP-limit  configure meter HTTP-limit committed-rate 56 Kbps max-burst-size 56 Kb out-actions drop  configure access-list Limits ports 4 ingress&lt;BR /&gt;
Policy Name       Vlan Name        Port   Direction    Counter Name                   Packet Count         Byte Count&lt;BR /&gt;
==================================================================&lt;BR /&gt;
Limits            *                4      ingress&lt;BR /&gt;
    HTTP-limit-count               6072&lt;BR /&gt;
&lt;BR /&gt;
See below output: &lt;BR /&gt;
&lt;BR /&gt;
* X440-48p.35 # &lt;B&gt;unconf acce Limits. done!&lt;/B&gt;&lt;BR /&gt;
* X440-48p.36 # &lt;B&gt;sh port 4 10 uti band&lt;/B&gt;&lt;BR /&gt;
Port     Link    Link   Rx             Peak Rx       Tx            Peak Tx&lt;BR /&gt;
         State   Speed  % bandwidth    % bandwidth   % bandwidth   % bandwidth&lt;BR /&gt;
================================================================================&lt;BR /&gt;
4         A       1000      0.01          2.12          0.18            1.99&lt;BR /&gt;
10        A       1000      0.18          1.99          0.01            2.12&lt;BR /&gt;
================================================================================&lt;BR /&gt;
          &amp;gt; indicates Port Display Name truncated past 8 characters&lt;BR /&gt;
          Link State: A-Active, R-Ready, NP-Port Not Present, L-Loopback&lt;BR /&gt;
* X440-48p.37 # &lt;B&gt;conf acce Limits port 4 ingr&lt;/B&gt;&lt;BR /&gt;
 done!&lt;BR /&gt;
* X440-48p.38 # &lt;B&gt;sh port 4 10 uti band&lt;/B&gt;&lt;BR /&gt;
Port     Link    Link   Rx             Peak Rx       Tx            Peak Tx&lt;BR /&gt;
         State   Speed  % bandwidth    % bandwidth   % bandwidth   % bandwidth&lt;BR /&gt;
================================================================================&lt;BR /&gt;
4         A       1000      0.02          2.12          0.24            1.99&lt;BR /&gt;
10        A       1000      0.24          1.99          0.02            2.12&lt;BR /&gt;
================================================================================&lt;BR /&gt;
          &amp;gt; indicates Port Display Name truncated past 8 characters&lt;BR /&gt;
          Link State: A-Active, R-Ready, NP-Port Not Present, L-Loopback&lt;BR /&gt;
* X440-48p.39 # &lt;B&gt;sh port 4 10 uti band&lt;/B&gt;&lt;BR /&gt;
Port     Link    Link   Rx             Peak Rx       Tx            Peak Tx&lt;BR /&gt;
         State   Speed  % bandwidth    % bandwidth   % bandwidth   % bandwidth&lt;BR /&gt;
================================================================================&lt;BR /&gt;
4         A       1000      0.01          2.12          0.10            1.99&lt;BR /&gt;
10        A       1000      0.10          1.99          0.01            2.12&lt;BR /&gt;
================================================================================&lt;BR /&gt;
          &amp;gt; indicates Port Display Name truncated past 8 characters&lt;BR /&gt;
          Link State: A-Active, R-Ready, NP-Port Not Present, L-Loopback&lt;BR /&gt;
&lt;BR /&gt;
This is done by downloading a 100mb file over HTTP.  Also, the user-experience is unchanged.  Speedtest.net is unchanged.  webpages are loading fine....&lt;BR /&gt;
&lt;BR /&gt;
Surely there must be something that I am missing - my config is exactly like yours.  I need to present this as a working solution.  Please let me know if there are any changes that you would like me to make.  If it works on your end - why not on mine ?&lt;BR /&gt;
&lt;BR /&gt;
thanks a mil !</description>
      <pubDate>Fri, 15 Jan 2016 15:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41747#M9691</guid>
      <dc:creator>Dewald_Botha1</dc:creator>
      <dc:date>2016-01-15T15:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41748#M9692</link>
      <description>Hi Dewald,&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot for sharing the outputs. We use the packet generators to match the http traffic. That is why, I could simulate the high amount of traffic. &lt;BR /&gt;
&lt;BR /&gt;
I see that you are applying the ACL on the port where the PC is connected. While downloading, the PC would be sending only minimal amount of traffic. &lt;BR /&gt;
&lt;BR /&gt;
Only the traffic from the ISP should be rate-limited. &lt;BR /&gt;
&lt;BR /&gt;
Try applying the following policy on the port 10. &lt;BR /&gt;
&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    protocol TCP ;&lt;BR /&gt;
    destination-port 80 ;&lt;BR /&gt;
    destination-address &lt;I&gt;; &lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    meter HTTP-limit ;&lt;BR /&gt;
    count HTTP-limit-count ;&lt;BR /&gt;
}&lt;BR /&gt;
}Let me know if this helps you! &lt;BR /&gt;
&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 15 Jan 2016 17:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41748#M9692</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2016-01-15T17:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41749#M9693</link>
      <description>a correction in the policy file: &lt;BR /&gt;
&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    protocol TCP ;&lt;BR /&gt;
    source-port 80 ;&lt;BR /&gt;
    destination-address &lt;I&gt;; &lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    meter HTTP-limit ;&lt;BR /&gt;
    count HTTP-limit-count ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
port number 80 would be source from the ISP. Also, ensure if the traffic is hitting the policy by checking the access-list counter. &lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 15 Jan 2016 17:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41749#M9693</guid>
      <dc:creator>Prashanth_KG</dc:creator>
      <dc:date>2016-01-15T17:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41750#M9694</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
The rate limiting is still not working.  I am getting hits on the ACL with the abovementioned configuration.&lt;BR /&gt;
&lt;BR /&gt;
I have changed the speed of the ports to 100mb to get a better % read-out.  They stay the same both ways - inbound and outbound traffic is the same&lt;BR /&gt;
&lt;BR /&gt;
X440-48p.4 # show port 6 10 ut bandPort     Link    Link   Rx             Peak Rx       Tx            Peak Tx&lt;BR /&gt;
         State   Speed  % bandwidth    % bandwidth   % bandwidth   % bandwidth&lt;BR /&gt;
================================================================================&lt;BR /&gt;
6         A       100       0.59          0.59         18.88           18.88&lt;BR /&gt;
10        A       100      18.94         18.94          0.59            0.59&lt;BR /&gt;
================================================================================X440-48p.12 # show acce meter "HTTP-limit" ports 6 10Policy Name      Vlan Name        Port&lt;BR /&gt;
                       Committed   Max Burst  Out-of-Profile  Out-of-Profile&lt;BR /&gt;
    Meter              Rate (Kbps) Size (K)   Action    DSCP  Packet Count&lt;BR /&gt;
===============================================================================&lt;BR /&gt;
Limits           *                6&lt;BR /&gt;
    HTTP-limit         1024        128        Drop            48&lt;BR /&gt;
ISP-limit        *                10&lt;BR /&gt;
    HTTP-limit         1024        128        Drop            935&lt;BR /&gt;
X440-48p.13 # show acce coun ports 6 10Policy Name       Vlan Name        Port   Direction&lt;BR /&gt;
    Counter Name                   Packet Count         Byte Count&lt;BR /&gt;
==================================================================&lt;BR /&gt;
Limits            *                6      ingress&lt;BR /&gt;
    HTTP-limit-count               18793&lt;BR /&gt;
ISP-limit         *                10     ingress&lt;BR /&gt;
    HTTP-limit-count               29382&lt;BR /&gt;
User is on port 6&lt;BR /&gt;
ISP is on port 10&lt;BR /&gt;
&lt;BR /&gt;
The user traffic should be 'shaped' to only 1024 Kbps (as per meter), however, no matter how I change this - it does not happen.  &lt;BR /&gt;
I am not seeing the same bandwidth count as you did where it was clear that the one side is "limited".&lt;BR /&gt;
&lt;BR /&gt;
Here are my polcies :&lt;BR /&gt;
Policies at Policy Server:Policy: Limits&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    protocol TCP ;&lt;BR /&gt;
    destination-port 80 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    meter HTTP-limit ;&lt;BR /&gt;
    count HTTP-limit-count ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
Number of clients bound to policy: 1&lt;BR /&gt;
Policies at Policy Server:Policy: ISP-limit&lt;BR /&gt;
entry 1 {&lt;BR /&gt;
if match all {&lt;BR /&gt;
    protocol TCP ;&lt;BR /&gt;
    source-port 80 ;&lt;BR /&gt;
    destination-address 196.25.104.239/32 ;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    meter HTTP-limit ;&lt;BR /&gt;
    count HTTP-limit-count ;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
Number of clients bound to policy: 1  Am I missing something ?  Is it the wrong way around ?  The outcome that I am expecting is that the user's web traffic is slow.&lt;BR /&gt;
&lt;BR /&gt;
appreciate your patience with this query,&lt;BR /&gt;
&lt;BR /&gt;
BR&lt;BR /&gt;
&lt;BR /&gt;
Dewald&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jan 2016 19:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41750#M9694</guid>
      <dc:creator>Dewald_Botha1</dc:creator>
      <dc:date>2016-01-18T19:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41751#M9695</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
ISP is on port 10, user is on port 6, where is this IP 196.25.104.239 on port 6 and this is user IP address or on port 10 and this is ISP address?&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
--&lt;BR /&gt;
Jarek</description>
      <pubDate>Mon, 18 Jan 2016 19:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41751#M9695</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2016-01-18T19:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41752#M9696</link>
      <description>The ISP is on port 10.&lt;BR /&gt;
Policy "ISP-limit" is applied to this port.&lt;BR /&gt;
The IP address is the host address of the user located on port 6&lt;BR /&gt;
&lt;BR /&gt;
The user is on port 6&lt;BR /&gt;
Policy "Limit" is applied to this port.</description>
      <pubDate>Mon, 18 Jan 2016 19:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41752#M9696</guid>
      <dc:creator>Dewald_Botha1</dc:creator>
      <dc:date>2016-01-18T19:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41753#M9697</link>
      <description>Do you have any other ACL's on this switch ? (on vlan's or port's )&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Jarek&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jan 2016 19:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41753#M9697</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2016-01-18T19:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41754#M9698</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
No - this is the only config that is on the switch.  Nothing else.&lt;BR /&gt;
&lt;BR /&gt;
thanks</description>
      <pubDate>Tue, 19 Jan 2016 12:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41754#M9698</guid>
      <dc:creator>Dewald_Botha1</dc:creator>
      <dc:date>2016-01-19T12:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41755#M9699</link>
      <description>Can you paste:&lt;BR /&gt;
 sh access-list usage acl-slice port 1&lt;BR /&gt;
&lt;BR /&gt;
before and after applaying ACL ?&lt;BR /&gt;
--&lt;BR /&gt;
Jarek</description>
      <pubDate>Tue, 19 Jan 2016 21:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41755#M9699</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2016-01-19T21:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Meter - ACL - Policy : "rate-limit" Protocol based traffic ? eg. port 80</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41756#M9700</link>
      <description>Hi Dewald,  I wanted to follow up here and see if you were able to get this working.&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Feb 2016 04:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/meter-acl-policy-quot-rate-limit-quot-protocol-based-traffic-eg/m-p/41756#M9700</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2016-02-05T04:22:00Z</dc:date>
    </item>
  </channel>
</rss>

