I just bought a Mikrotik for the first time of my life ![]()
Here in the Netherlands a very nice guy made a basic configuration file for this router. It is a plain tekst file and looks like this:
# comment
/interface vlan
add interface=ether1 l2mtu=1594 name=vlan1.4 vlan-id=4
add interface=ether1 l2mtu=1594 name=vlan1.7 vlan-id=7
# comment
add interface=ether10 l2mtu=1594 name=vlan10.7 vlan-id=7
# comment
...........
.....
Can please somebody tell me:
-
- In what format this file has to be saved.
- The best way to upload the file to the router.
- How to pull out a config file out of this router for helpdesk purposes.
Thanks in advance for any help ![]()