what kind of queues would you like to add in this way?
if you want to set the same bandwidth to specific subnet you can use PCQ queuing. See the manual for more information.
HI, I would like to add all of the ip’s and create the simple ques via some scripting. I have 3- /24 /23 /20 subnets to add to the simple queue list. My thought is to add the ip’s then edit the queues later for specific info.
Is there some scripting available to allow me to do this?
there isn’t ready script for this. But as said you can use PCQ. See this example: http://www.mikrotik.com/Documentation/HowTo.html#How_p2p (Using PCQ)
Instead of that P2P marking you should mark your subnets. Each group should have different mark-flows (to determine the necessary speed for them).
The /1 for subnet is not setting subnet but rather the number of times that the address is printed before it moves to the next number. I tried a /32 there but ended up with 32 .1’s and 32 .2’s and 32 .3’s and 32 .4’s I found with the /1 it only did one ip address for each. I also found if I left out the /1 and only left the $i , then i got an error for invalid IP.