How to define total-queue dinamically?

/queue simple print

0 D name=“” target-addresses=10.55.1.254/32
dst-address=0.0.0.0/0 interface=all parent=none priority=8
queue=default/default limit-at=38000/64000 max-limit=38000/64000
total-queue=default

This is one of dynamically created simple queues for single hotspot user. I just put rate-limit parameter in “/ip hotspot user profile” and when user logs in, system automatically creates one rule for each user. It is interresting there is total-queue parameter, which I would like to use to aggregate user bandwidth to some different queues. Let’s say some users have guaranted speed and I want to put them in total-queue=guaranteed, which I can easily create to have cumulative bandwidth of all users with guaranteed speeds. However, I want to put the rest in some other total-queue to use just the rest of bandwidth. Is something like this possible? Where to define total-queue parameter for each user? I thought this is possible to be done in /ip hotspot user profiles, but it is not.

rate-limit can set only following parametrs,

rx-rate[/tx-rate] [rx-burst-rate[/tx-burst-rate] [rx-burst-threshold[/tx-burst-threshold] [rx-burst-time[/tx-burst-time] [priority] [rx-rate-min[/tx-rate-min]]]]

to get additional features, use static queues for HotSpot users.

[quote=“sergejs”]rate-limit can set only following parametrs,

rx-rate[/tx-rate] [rx-burst-rate[/tx-burst-rate] [rx-burst-threshold[/tx-burst-threshold] [rx-burst-time[/tx-burst-time] [priority] [rx-rate-min[/tx-rate-min]]]]

to get additional features, use static queues for HotSpot users.[/quote]

We are using PPTP to authentificate users. We need to implemented parent queue to be able to SET it via radius dinamicly.
We are using rate-limit, but we need some script or something to
set values for parent queue.
We are seraching also for some examplke for filter-id radius atributes
implemented on pptp.

  1. it’s impossible to set dybamic queue as parent queue.

  2. rate-limit, burst-rate, burst-threshold, burst-time, priority, rate-min are available.

To create queus with parent value, you have to use static queues.

I mean that it will be good to have dinamicly created queue to have its parent. For example if we have static queue for bandwith limit=256k
and than to be able to create dinamicly queues which will have its parent,
so all dinamicly queues will share 256k together.

now all dinamicly created queues have parent=none
if parent can be set to point to some other static queue it will be nice.

Himm acim looking for good functionaltiy as i!

However i can’t found except static queue..

Will mikrotik staff add this type of functionality to Mikrotik OS?
How we send feature request? :slight_smile:

Thanks..
devrim