Page 1 of 1

what's the command to print your current running configuration?

Posted: Mon Feb 23, 2015 7:16 pm
by steveonet
I can see the default configuration but not the current config. I have a RB493G running v5.26

Re: what's the command to print your current running configuration?

Posted: Tue Feb 24, 2015 10:20 am
by JanezFord
http://wiki.mikrotik.com/wiki/Manual:Co ... figuration

Open terminal in your inbox or connect to your router via ssh, telnet ...
export
will print the current config

usually you use
export compact
to print just the part of config that is not routeros default.

you can add hide-sensitive if you want to omit passwords ...
export compact hide-sensitive
of export everything into a file and download it via ftp ...
export compact hide-sensitive file=myconfig
JF.

Re: what's the command to print your current running configuration?

Posted: Tue Feb 24, 2015 12:06 pm
by shadowskippie
Just remember that it exports from where you are sitting.

If you export from the root you'll get everything
if you export from say IP> Firewall you only get the firewall