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

  • towerful@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year 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.