Problem #1: Exported configs won’t import. I did a /system reset-configuration then:
[admin@MikroTik] > export file=exporttest
[admin@MikroTik] > import exporttest.rsc
Opening script file exporttest.rsc
Script file loaded successfullyinvalid value for argument authentication-types
interrupted
[admin@MikroTik] >
Problem #2: .rsc files don’t load with scripting commands. Works fine in 3.23.
A simple example:
beeptest.rsc contains:
:beep
I upload this file to the “files” window, then:
[admin@MikroTik] > /import beeptest.rsc
Opening script file beeptest.rsc
Script file loaded successfullysyntax error
Problem #3:
Probably related: .auto.rsc files don’t load and don’t log an error.
We have our CPE configuration fully automated using auto.rsc files as part of the process. I’m assuming error #2 is at play here, but it would be nice to get SOME feedback. The .auto.rsc file sticks around after the reboot. At this point we’re dead in the water and can’t even apply our .rsc files manually.