I can see the default configuration but not the current config. I have a RB493G running v5.26
http://wiki.mikrotik.com/wiki/Manual:Configuration_Management#Exporting_Configuration
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.
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