QOS setup

Hey all,

I need to setup 2 QOS configurations, one at 1mb and another at 512kb. I’m haveing a tough time finding a way to set this up. Can anyone tell me of a way I can do this.
Thanks

Trevor

if you look over the manual theres a whole section on queues and bandwidth management with examples and such.

I read through the manual but I didn’t really see any way of doing it per user. It’s looks like you can apply it to an interface. I want to beable to apply it per user, and I can’t seem to find any info on that. I use winbox to interface with the router and all the directions are explained in the terminal connection. Also the MT is a DHCP server as well so I can’t really apply the queue to an IP address as well. I’m hoping to be able to do it through that MAC address. Is this possible?

1 name=“PCQ-Download” kind=pcq bfifo-limit=15000 pfifo-limit=50
red-limit=60 red-min-threshold=10 red-max-threshold=50 red-burst=20
sfq-perturb=5 sfq-allot=1514 pcq-rate=64000 pcq-limit=200
pcq-classifier=dst-address

2 name=“PCQ-Upload” kind=pcq bfifo-limit=15000 pfifo-limit=50
red-limit=60 red-min-threshold=10 red-max-threshold=50 red-burst=20
sfq-perturb=5 sfq-allot=1514 pcq-rate=64000 pcq-limit=100
pcq-classifier=src-address


This will be apllied to all users on the network. 64kbit/s download and 64kbit/s upload.

Cheers…

Since RouterOS is DHCP server you have all you would need right there.
Perhaps a script would complete your package if you want to do this by mac-address.
BTW: RouterOS’ DHCP server can add shaping (limiting users to a given speed is called traffic shaping not QoS) rules for you if you add static leases.
Refer to documentation.