multiple queues

Is there an easy way to set up queues for example
192.168.1.2 through 192.168.1.100 queued to 128000
and
192.168.1.101 through 192.168.1.200 queued to something else

or would it be better to enter every ip seperate to control bandwidth


thanks in advance

You can create PCQ queue, which queally limits traffic between users, if they will have the same limitation, I suggest to read through this documentation:
http://www.mikrotik.com/docs/ros/2.9/root/queue

and PCQ example:
http://www.mikrotik.com/docs/ros/2.9/root/queue.content#6.54.6.3

I want to set it up so there is 3 different limits.
1 for Customers on a basic package 128000kb
& 1 for Customers on a plus paackage 256000kb
And keep them all on the same subnet


Thanks again