Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 918 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 918 Bytes

Build Status

This is beta version

This software is still under developement. Things may change. There are still some command path specifications missing. If you see an error Could not find path specification for ..., please contact author or create an issue with exact error message.

Mikrotik Configuration Manager

MCM is a radically simple automation system. It handles configuration management and multiple devices orchestration. For more information read this.

Requirements

  • python3
  • All config files must be utf-8 encoded

Usage

./mcm.py -u USERNAME IP_ADDRESS CONFIG_FILE

By default program will issue a password prompt. If you don't want that, store it in MCM_HOST_PASSWORD environment variable.

For more help run ./mcm.py --help