Using Mikrotik CCR1036 as a Bandwidth manager

Hello,

I have a challenge blocking users that are not on the simple queue from accessing the internet through the Mikrotik simple Queue.

I want to implement a policy such that any IP address that is not on any queue is dropped by the Mikrotik using simple queue.

Can anyone help.

Thank you.

add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s direction=both disabled=yes limit-at=1k/1k max-limit=1k/1k name=blocked users packet-marks=“” parent=none priority=8 queue=default-small/default-small target-addresses=x.x.x.x total-queue=default-smallchange x.x.x.x to the users ips that you want to block

queues are matched in-order. If you make the bottom most queue as described above but target 0.0.0.0/0 then it’s will catch everything not already queued above.

Use simple Queues: In routerOS 6.0 theres a lot of improvements for process thousand of simple queues. If you don’t want to add a simple queue for every customer just use address list, mangle and queues tree (but QTree don’t are improved in the 6.0+). So its better to use simple ques and maybe you could try use mangle with simple queues.

Edit: The problem with the previous configuration its that I didn’t figure out how to handle all the connections coming from one IP Address and address list using PCQ with only one Queue Tree or Simple Queue.