Equal bandwidth and speed limit

Hi,

I made Equal bandwidth like this:
http://www.mikrotik.com/docs/ros/2.9/root/queue.content#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

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

Hugh Hartman,
no it isn’t what i want :frowning:
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

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..

please see update: thanks fatonk

http://forum.mikrotik.com//viewtopic.php?p=29355#29355

thx :wink: