A simple script to collect starting/running config and versions, put them into the file. Store results in the file.
Files:
- config_collector.py - main script
- connect_to_device.py - includes functions: ping and connect SSH/Telnet to the device
- devices.csv - list of IP addresses
- devices-result.csv - result of running script
- Python3
python config_collector.py
python config_collector.py device.csv
Examples:
- python config_collector.py devices.csv
- python config_collector.py 10.10.10.10
- Created by Dmitry Golovach
- Web: https://dagolovachgolovach.com
- Twitter: @dagolovach
- LinkedIn: @dmitrygolovach
- feel free to contact me!