My own collection of Python scripts I've written for Cisco administration. File :
- used with "backup-config-cisco.py" for backup script
- used with "hosts.txt" for list all device.
Requirement & How to Use :
- Install Python minimal version 3.6
- Create Virtual Enviroment Windows
- Install Pip
- Install netmiko type " pip install netmiko " in Command Line
- Running Script type " python backup-config-cisco.py " in Command Line