this post was submitted on 14 Jul 2023
1 points (100.0% liked)

Mikrotik

7 readers
1 users here now

A community-contributed sublemmy for all things Mikrotik. General ISP and network discussion also permitted. Please ensure if you're asking a question you have checked the Wiki First: https://help.mikrotik.com

Mikrotik Rules: Don't post content that is incorrect or potentially harmful to a router/network.

This in itself is not a bannable offence but answers that are verifiably incorrect or will cause issues for other users will be edited or removed.

Examples: Factual errors - "EOIP is always unsecure" Configuration problems - Config that would disable all physical interfaces on a router Trolling - "Downgrade it to 5.26"

founded 1 year ago
MODERATORS
 

What’s your most effective MikroTik networking tip or trick that has saved you time or improved your network performance?

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 11 months ago

Learn the terminal commands/scripting.
You can assemble them into an RCS file and execute them all as a oner.
Makes it easy to add comments etc.
Also, you can then maintain a "base config" file. You can upload it to a mikrotik, reset the devices config without applying the default config, and have it automatically run the script on reboot.
This makes it super easy to track config and config changes.
And if a device blows up, replace it and easily reload the config.

I do want to get into the ansible since of mikrotik. It looks like it's come a long way since I last checked it out.