New user needs help!!

I am new to the Mikrotik router. My experience is with Cisco equipment. Is there a command like show run that will show me the entire router configuration?

Manual http://www.mikrotik.com/docs/ros/2.9/

To see the whole routers’ config, use

/export

But beware that the commands may not (probably WILL not) be in the right order to recreate this config. I.e. it might be that the command to add an interface to a bridge group is there before the bridge group is actually created.
But apart from that this gives you the complete config.

Best regards,
Christian Meis

Thanks, the /export should be what I was looking for. I looked at the link provided but never found the command similar to show run. Will give it a try on Monday when I get to work and see how it outputs the config.

funny thing is cibernet, I searched google for “mikrotik show entier config” and this came up but not the manual. Maybe you should have referenced the page in the manual.

thanks Christian Meis for posting this helpful response.