Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: nsp: extreme

Per Port Rate-limit

 

 

nsp extreme RSS feed   Index | Next | Previous | View Threaded


2012jake at gmail

Nov 10, 2010, 9:55 PM

Post #1 of 4 (1754 views)
Permalink
Per Port Rate-limit

Hi,
Is it possible to do per-port ingress & egress rate-limiting/policing on
Extreme Summit X450?


janasamit at wlink

Nov 14, 2010, 9:36 PM

Post #2 of 4 (1703 views)
Permalink
Re: Per Port Rate-limit [In reply to]

Should be possible.

this is the command for limiting egress:

###
config port 1 rate-limit egress 1000 Kbps
###

this is the rule to limit ingress:

#####
create meter OneMbps_ingress
configure meter OneMbps_ingress committed-rate 1000 Kbps out-actions drop
create access-list OneMbps " ; " " permit ; meter OneMpbs_ingress
count OneM_out;"
configure access-list add "OneMbps" first ports 1 ingress
#####

On 11/11/10 11:40 AM, Jake Jake wrote:
> Hi,
> Is it possible to do per-port ingress & egress rate-limiting/policing on
> Extreme Summit X450?
>
>
>
>
> _______________________________________________
> extreme-nsp mailing list
> extreme-nsp [at] puck
> https://puck.nether.net/mailman/listinfo/extreme-nsp
_______________________________________________
extreme-nsp mailing list
extreme-nsp [at] puck
https://puck.nether.net/mailman/listinfo/extreme-nsp


koshy.jcb at gmail

Nov 22, 2010, 12:09 AM

Post #3 of 4 (1681 views)
Permalink
Re: Per Port Rate-limit [In reply to]

The egress rate-limiting works fine. But the ingress commands where not
accepted. Also the count term is not defined? Please suggest.
The XOS version is 12.2.1 (x450a)

X450a-24t.9 # create access-list OneMbps " ; " " permit ; meter
OneMpbs_ingress count OneM_out;"
Error: Too many arguments from "count"
X450a-24t.10 # create access-list OneMbps " ; " " permit ; meter
OneMpbs_ingress;"
Error: Meter not found


On 15 November 2010 08:36, Samit <janasamit [at] wlink> wrote:

> Should be possible.
>
> this is the command for limiting egress:
>
> ###
> config port 1 rate-limit egress 1000 Kbps
> ###
>
> this is the rule to limit ingress:
>
> #####
> create meter OneMbps_ingress
> configure meter OneMbps_ingress committed-rate 1000 Kbps out-actions drop
> create access-list OneMbps " ; " " permit ; meter OneMpbs_ingress
> count OneM_out;"
> configure access-list add "OneMbps" first ports 1 ingress
> #####
>
> On 11/11/10 11:40 AM, Jake Jake wrote:
> > Hi,
> > Is it possible to do per-port ingress & egress rate-limiting/policing on
> > Extreme Summit X450?
> >
> >
> >
> >
> > _______________________________________________
> > extreme-nsp mailing list
> > extreme-nsp [at] puck
> > https://puck.nether.net/mailman/listinfo/extreme-nsp
> _______________________________________________
> extreme-nsp mailing list
> extreme-nsp [at] puck
> https://puck.nether.net/mailman/listinfo/extreme-nsp
>


janasamit at wlink

Nov 25, 2010, 1:11 AM

Post #4 of 4 (1720 views)
Permalink
Re: Per Port Rate-limit [In reply to]

try this out:

create meter OneMbps_ingress
configure meter OneMbps_ingress committed-rate 1 Mbps out-action drop
edit policy ingress_match

###

entry one {
if
{ match-conditions; }
then
{ permit; meter OneMbps_ingress; }
}
##

match-conditions above is your desired conditions ref to XOS concept
guide page 614.

configure access-list ingress_match port 1 ingress

Samit



On 11/22/10 1:54 PM, Koshy Jacob wrote:
> The egress rate-limiting works fine. But the ingress commands where not
> accepted. Also the count term is not defined? Please suggest.
> The XOS version is 12.2.1 (x450a)
>
> X450a-24t.9 # create access-list OneMbps " ; " " permit ; meter
> OneMpbs_ingress count OneM_out;"
> Error: Too many arguments from "count"
> X450a-24t.10 # create access-list OneMbps " ; " " permit ; meter
> OneMpbs_ingress;"
> Error: Meter not found
>
>
> On 15 November 2010 08:36, Samit <janasamit [at] wlink> wrote:
>
>> Should be possible.
>>
>> this is the command for limiting egress:
>>
>> ###
>> config port 1 rate-limit egress 1000 Kbps
>> ###
>>
>> this is the rule to limit ingress:
>>
>> #####
>> create meter OneMbps_ingress
>> configure meter OneMbps_ingress committed-rate 1000 Kbps out-actions drop
>> create access-list OneMbps " ; " " permit ; meter OneMpbs_ingress
>> count OneM_out;"
>> configure access-list add "OneMbps" first ports 1 ingress
>> #####
>>
>> On 11/11/10 11:40 AM, Jake Jake wrote:
>>> Hi,
>>> Is it possible to do per-port ingress & egress rate-limiting/policing on
>>> Extreme Summit X450?
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> extreme-nsp mailing list
>>> extreme-nsp [at] puck
>>> https://puck.nether.net/mailman/listinfo/extreme-nsp
>> _______________________________________________
>> extreme-nsp mailing list
>> extreme-nsp [at] puck
>> https://puck.nether.net/mailman/listinfo/extreme-nsp
>>
>
_______________________________________________
extreme-nsp mailing list
extreme-nsp [at] puck
https://puck.nether.net/mailman/listinfo/extreme-nsp

nsp extreme RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.