Community discussions

MikroTik App
 
User avatar
rilliam
newbie
Topic Author
Posts: 48
Joined: Thu Mar 12, 2009 7:34 pm

show config

Thu Mar 12, 2009 7:42 pm

Is there a way to dump the configuration of my Mikrotik so that I can share the config with everyone here on the forum?
 
changeip
Forum Guru
Forum Guru
Posts: 3833
Joined: Fri May 28, 2004 5:22 pm

Re: show config

Thu Mar 12, 2009 8:28 pm

use the word 'export' at any level to export everything at that level and below.

/export
/export file=config
/ip address export
/ip route export
etc ...
 
ojeysky
Frequent Visitor
Frequent Visitor
Posts: 68
Joined: Tue Mar 10, 2009 2:04 pm

Re: show config

Fri Mar 13, 2009 2:48 pm

Enter the command line through winbox, use any of the samples provided by changeip and use ur cursor to copy and paste as appropriate.
 
olivier2831
Member
Member
Posts: 312
Joined: Fri Sep 08, 2017 6:53 pm

Re: show config

Wed Mar 06, 2019 8:07 pm

Psst rightclick the winbox terminal and select "copy all"
How exactly (I'm using Winbox 3.18) ?
 
User avatar
anav
Forum Guru
Forum Guru
Posts: 22241
Joined: Sun Feb 18, 2018 11:28 pm
Location: Nova Scotia, Canada
Contact:

Re: show config

Wed Mar 06, 2019 8:59 pm

Okay,
Assuming your using winbox, go down the left hand menu (LHM) and peruse the selections until you find "terminal"
Then in the terminal window type
/export hide-sensitive file=yourconfigmar06

and enter.

Then go back to the LHM and select files.
YOu should see the file you created on the list that shows.
Right Click ( I think ) on the filename to download it to your PC.
(I prefer to use notepad ++ for all mikrotik config file work.

Then copy and paste the file into a post and then look above and see the black square box with white brackets where the BOLD and UNDERLINE are located.
Highlight your config and then select that icon (coding format).

That should be it.
I always have a look at my config however before I submit to ensure that no items that I want to hide are being shown
(for example my non standard SSH or WInbox ports, my isp gateway IP or my WANIP)