Automate simple tasks for network device configuration
Script is controlled via config.json file and it's execution depends on it.
Notes:
- If specific device doesn't have local cmd then global cmd will be used.
- Secret is a password that is used for switching to enabled mode if needed, if user already privileged leave empty.
- Commands will be executed in the same order as they added in config.json file.
Installation:
- Install python 3.7
- Run #pip install -r requirements.txt
Usage:
- Edit config.json file according to your environment
- Run script #python app.py