
janasamit at wlink
Nov 25, 2010, 1:11 AM
Post #4 of 4
(1717 views)
Permalink
|
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
|