Community discussions

MikroTik App
 
steveonet
just joined
Topic Author
Posts: 3
Joined: Mon Feb 23, 2015 7:11 pm

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

Mon Feb 23, 2015 7:16 pm

I can see the default configuration but not the current config. I have a RB493G running v5.26
 
JanezFord
Member Candidate
Member Candidate
Posts: 269
Joined: Wed May 23, 2012 10:58 am

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

Tue Feb 24, 2015 10:20 am

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.
 
User avatar
shadowskippie
Member Candidate
Member Candidate
Posts: 213
Joined: Tue Dec 21, 2010 6:20 pm

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

Tue Feb 24, 2015 12:06 pm

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

Who is online

Users browsing this forum: abdullanetworking, natman and 37 guests