Uploading conf. file to RB2011UAS-2HnD-IN

I just bought a Mikrotik for the first time of my life :slight_smile:

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:

    1. In what format this file has to be saved.
  1. The best way to upload the file to the router.
  2. How to pull out a config file out of this router for helpdesk purposes.

Thanks in advance for any help :exclamation:

Nobody? :neutral_face:

you give to little information what you will do.

Specify more what you will do

You paste the text file into the terminal screen

HTH

Thanks. So thats the only way? I thought there were other ways to configure the router.

Anyway, it is no problem to copy-paste.

The other way round for reading out the config file is: “export compact”, and copy-paste the output to a text editor?