Hi!
I am limiting bandwidth for my users by adding a single rule in simple queue for each users ip. That is as follows:
1 name="user1" target-address=172.168.0.3/32 dst-address=0.0.0.0/0
interface=all queue=default priority=8 limit-at=36000/36000
max-limit=36000/36000 burst-limit=128000/128000
burst-threshold=36000/36000 burst-time=100/100
This means if I have 200 users I will have 200 rules on simple queue. Now since Mikrotik has more than what I knw. Please give me alternative way to put just one rule that will serve the whole subnet 172.168.0.0/24 and give the same effect in terms of limiting and bursting as the above sample rule. I have heard of PCQ but have never been able to make it work on my application.