If you’ve ever needed to limit download/upload speed for a specific user, subnet, or an entire interface, Mikrotik’s simple queues are an easy way to achieve just that. There are various parameters within the simple queue menu, and I suggest reading up about these on the Mikrotik Wiki, however to create a basic queue that applies a limit to a specific target, only a few settings are required:
queue/simple/add max-limit=5M/5M queue=default-small/default-small target=192.168.0.0/24 name=test_queue
The command above creates a simple queue, the max-limit sets the upload/download speed, and “queue=x” sets the queuing algorithm.
Continue reading

