Hi guys. I have 40 pcs AP lite routers. I made configuration on one of this and now I would like to distribute this configuration to other 39 router. I try with backup, but this is not OK, becouse I take MAC address from configured router, also after backup restore SSID on is set to default, DHCP not working… I try also with export but when I import to next router have the previous symptoms…incorrect SSID, no passwords for users, router is set to CPE… I read this manuals http://www.mikrotik.com/testdocs/ros/2.9/system/management.php but unfortuantely nothing works as I expect !!!
You need to export your source configuration and use that as a basis for writing a script that recreates the configuration you want on the target unit. If you’ve got 39 units to configure then it’s worth spending time to get it right. As you’ve discovered, you probably want to omit the parts of the configuration that might rewrite the MAC address. Your script will need to include commands that remove the default bits of config that you don’t want and create the users [ie set admin password]. This guy explains it in more detail: http://blather.michaelwlucas.com/archives/982 . You might like to compare the output of ‘/export’ and ‘/export compact’.