Limiting bandwidth to a range of IPs

Hi

I need to know how to limit a range of IPs (192.168.88.100 to 192.168.88.254) from using bandwidth above 10M cumulatively.

The longest way i found out was to put each ip in the simple queue one by one as illustrated in the Screenshot.

Any shortcut will be appreciated.
Annotation 2020-09-05 044712.png

You can add them to an address list after making the clients static in leases. You then use mangle rules to mark the traffic from the list. Finally, you prioritize/limit those packets as you wish in queues with a limit of 10M for the whole list. You can also use pcq as a queue type to share that bandwidth fairly for those clients within that queue.