[e-nsp] rate-limit on port/vlan
Changjie
changjie81 at gmail.com
Sun Jan 10 08:51:18 EST 2010
Hello Raheel,
Not sure if the following works:
1.Create meter
create meter ratelimit1M
2. Configure meter
configure meter ratelimit1M committed-rate 1 Mb out-action drop
3. Associate the meter with an ACL:
edit policy vlan-cust1ratelimit.pol
Entry ratelimit1M{
if {
source-address 0.0.0.0/0;
} then {
permit;
meter ratelimit1M
}
}
(Esc)
:wq!
3b. check policy vlan-cust1ratelimit1m
(".pol" not required)
4. Associate the ACL with a Vlan
configure access-list vlan-cust1ratelimit1m vlan cust1 ingress
Or apply the policy to the access port (NOT trunk port) that belongs to the
cust1 Vlan.
configure access-list vlan-pointgateratelimit1m port <port #> ingress
5. Disable dot1p examination ports all.
Kind regards,
Changjie
On Sun, Jan 10, 2010 at 9:02 PM, Raheel Muhammad
<raheel.muhammad at gmail.com>wrote:
> Hi,
>
> Can someone tell me how to rate-limit a port/vlan on Extreme 8800 series
> switches ingress, I know it works in combination with an acl.
>
> Regards,
> Raheel
>
> _______________________________________________
> extreme-nsp mailing list
> extreme-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/extreme-nsp
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://puck.nether.net/pipermail/extreme-nsp/attachments/20100110/0fd34273/attachment.html>
More information about the extreme-nsp
mailing list