I have a plain txt configuration file like:
# jan/01/1988 01:49:08 by RouterOS 2.8.10
# software id = BMDZ-NXT
#
/ interface ethernet
set internet name="lan" mtu=1500 arp=enabled disable-running-check=yes \
auto-negotiation=yes full-duplex=yes long-cable=no speed=100Mbps \
disabled=no
set hotspot name="hotspot" mtu=1500 arp=enabled disable-running-check=yes \
auto-negotiation=yes full-duplex=yes long-cable=no speed=100Mbps \
disabled=no
/ interface bridge port
... aso.
How can I import it?
I tried on console:
import config.rsc
The result was:
Opening script file config.rsc
Script file loaded successfully
ERROR: invalid item number
and nothing happend ...
what to do?
Please help!
Susan