Page 1 of 1

How to set a QoS Traffic Shape?

Posted: 13 Apr 2009 14:59
by carloscherem
Hello, I'm trying to set a traffic shape based on IP, it take certain effect but not the speed specified. My configurations is:

policy condition cond1 source ip 10.0.131.2 mask 255.255.254.0
policy action maxbw100k maximum bandwidth 100K
policy rule rule1 condition cond1 action maxbw100k

When i download a file the from IP 10.0.131.2 the speed of download is ~350KBytes/second

Some one can help-me?

Best Regards,
Carlos Cherem

Re: How to set a QoS Traffic Shape?

Posted: 13 Apr 2009 18:46
by carloscherem
I just found that the "policy rule count" default is set to "packets". I'll set to bytes and try again.