bandwidth managment for clients

Hello guys, here is a print screen of a queue tree that I made in order to give priorities to different services. I do not know if this is the best way to do it so I would like to know what you think. On the other hand, I would like to do the same on the simple queues area but instead of priorities for ports, I would give specific bandwidth and priorities to ip’s

Please let me know if this a good idea
QueueTree.jpg

at least there’s no ‘Priority’ column in that image…

and it seems like your ‘Limit At’ and ‘Max Limit’ columns are erased from the picture =)

p.s. don’t use Simple Queues and Queue Tree simultaneously if you don’t understant how do they co-work. as a rule, simple queue catches all packets for that rule, and those packets are not processed by queue tree

Thank you for your response, what would you recommend for me to do if now I need to restrict my clients speeds. Both residential (broadband) and companies (dedicated speeds)

http://mum.mikrotik.com/presentations/CZ09/QoS_Megis.pdf

shape traffic by types in global-in, then shape it per user in global-out or interface queue

Thank you very much!, I will try this.