I’m replacing my MT with a new box and going from 2.7 tp 2.8. I have 500+ simple queues and trees in my old router that I need to import on my new one. I can do the /queue simple export, but how do I import that on the new router?
/import file_name.src
Edgars
Thanks, that got me closer. I found that the export info from 2.7.20, is slightly fifferent than 2.8.23. The src-address is now target-address. Find and replace fixed that. But the issue I run into now, is thus:
When I try to import the file, I now get the error:
ERROR: input does not match any values of interface
In poking around the old box, I find that the interface for each queue is either global-out or global-in, depending on whether it was the upload or download queue. In the new box, global-in/out is not an option in simple queues. What am I missing?
Furthermore…
I did not set up the old box, so I’m completely new to this. On the old box, we had pre-created queues for our 2 class C’s. When we added a customer, we would edit the existing simple queue for their assigned IP with the limit info and change the name to be specific for them. The queue tree would dynamically change based on the changes in the simple queue. How this voodoo is achieved I do not now. Any thoughts?
I’ve been searching the docs and the web to try and do this without bugging anybody, but to no avail. If there is a reference I’m missing, I’d gladly RTFM and do it myself.
maybe this will help:
http://www.mikrotik.com/docs/ros/2.8/root/queue.frameset
Edgars