Change Various Mikrotiks at Once

Hello

i would like to know if it is possible to upload scripts unto various mikrotiks at the same time

Any suggestions are greatly aprreciated

Jose Fdez

There are a number of SSH-based tools available which you can use to script commands to multiple Mikrotik’s. You can also implement a system where you have a scheduled script which runs every few minutes or every hour and checks to see if a new script file has shown up. If the file exists, it gets executed and then removed or renamed. With this in place, you can now just ftp files to all of your units to have a global change implemented. In ROS v3, you can have your timed script go get a script file and execute it.

All of this requires some scripting and maybe some coding on your part.

Hello,

which SSH based toos are your referring to, or better yet, would you recommend tfor this task?

JFER

Sorry I get paid for that info. I don’t mind pointing people in the right direction, but I can’t take food off my table.

Google is your friend.

latest v3 ROS can auto execute RSC files uploaded via FTP. which means you just have to make a RSC config file, and know how to use FTP.

Not sure if you ever got a solution but you might want to look at Router Tools http://www.routertools.com.au