Radius Queue Problem

Hello there.

I don’t want queue to be applied to ppp users sent by radius. automatically writes a queue rule for every connection request. I made kind=none for the default in the Queue types section, but this time when a new connection request comes in, it gives the warning “could not add queue: download-queue kind=none not allowed (6)” and ppp cannot be active.

A queue is created if the RADIUS Access-Accept message contains one or more Rate attributes, configure your server not to send any.

Thanks for the information, but I want to do this on some nas devices. Isn’t there a setting on Mikrotik to remove the limitation?
My main goal is to have no ppp entries in the queue table, so I want to gain cpu.

No. Configure the RADIUS server to only send rate attributes to the NAS where you want to use them.

please note that the Mikrotik will use the queue to keep track of usage etc, if none is set for a user the accounting will no longer work correctly.

I’m requesting help on how to do this on Mikrotik instead of the server. I don’t want to use speed profiles, so no records are created on the queue side. As I mentioned before, my goal is to minimize CPU usage.

you can write a script to periodically disable queues, you can use certain conditions to choose which queues to disable