Page 1 of 1

Equal bandwidth and speed limit

Posted: Sun Feb 05, 2006 1:31 am
by cyb.0rg
Hi,

I made Equal bandwidth like this:
http://www.mikrotik.com/docs/ros/2.9/ro ... t#6.54.6.3

But how to make Equal bandwidth(for all users) and speed limit (for everyone , example: max-limit=64k burst-limit=128k burst-threshold=64k burst-time=10m ) at the same time ?

thx

Posted: Sun Feb 05, 2006 3:20 pm
by Hugh Hartman
this works in v 2.8--you would have to convert to 2.9

http://www.butchevans.com/readarticle.php?article_id=10

if you do--please post the code,,thanks

Posted: Tue Feb 07, 2006 12:13 am
by cyb.0rg
Hugh Hartman,
no it isn't what i want :(
that sample make Equal bandwidth for 10.0.0.0/24 network with upload/download = 128/384 Kbps
And i need the Equal bandwidth for all users and speed limit for each user

Posted: Tue Feb 07, 2006 2:08 am
by Hugh Hartman
The queue type is changed to pcq without classifier, which causes each ip in the range to have the same ul/dl , individually and the limits are applied on that bases, not ul/dl for entire ip class.
you can add burst etc..

Posted: Mon Feb 13, 2006 4:39 pm
by Hugh Hartman

Posted: Mon Feb 13, 2006 9:33 pm
by cyb.0rg
thx :wink: