https://github.com/certanet/flame
FLask Auto Miko Engine: A web app for delivering multiple commands to multiple devices and saving the output
https://github.com/certanet/flame
flask netmiko network-automation
Last synced: 5 months ago
JSON representation
FLask Auto Miko Engine: A web app for delivering multiple commands to multiple devices and saving the output
- Host: GitHub
- URL: https://github.com/certanet/flame
- Owner: certanet
- License: mit
- Created: 2018-03-18T20:26:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T20:26:51.000Z (over 8 years ago)
- Last Synced: 2024-01-28T22:39:07.849Z (over 2 years ago)
- Topics: flask, netmiko, network-automation
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FLAME - FLask Auto Miko Engine
Throwing CLI commands at Cisco IOS devices from your browser!
As the backronym suggets, this uses the Flask web framework for the front-end and Netmiko to interact with devices on the back-end.

Usage
----
- Devices - Contains the IPs to interact with (these are stored in devices.txt)
- Commands - Contains the commands to be sent (these are stored in commands.txt)
- ChangePass - Utilises devices.txt to change SSH into each device and change the current user and enable passwords
- ConfigThrow - Utilises devices.txt and commands.txt to SSH into each device and carry out the commands listed and save the output
License
----
MIT