Print system configuration

Can someone tell me how to print out the configuration of a router?

I am building up a new router that will have very similar configuration and would like to print out my current one and use it as a reference sheet.

Any help would be greatly appreciated.

Try the command ‘export’ you do it in a specific directory to only save those settings if needed.
You can also just use the backup & restore system.

Export outputs a text file with all the commands, I don’t think backup is a text file that can be read.
You might want to only export certain parts, exporting the whole configuration may generate too large of a file to easily use.

Thanks for you help.

/interface bridge
add fast-forward=no name=bridge1
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
/interface bridge settings
set use-ip-firewall=yes
/ip address
add address=10.1.1.50/24 network=10.1.1.0
/system routerboard settings
set silent-boot=no

The gateway is another mikrotik behind my bridge. I want to filter the traffic before the gateway.

You may have posten at a wrong location. This information has nothing to do with the topic :slight_smile:

Using export via terminal is the best way to “see” your config in it’s raw format. A slightly more person friendly approach would be to do something like;

export file=myrouterexport

This saves the export locally.
Then using Winbox go into “Files” and download the complete RSC file.