https://github.com/amodsachintha/cisco_config_push
A Python script to automate (non-critical) configuration pushes to Cisco routers via telnet
https://github.com/amodsachintha/cisco_config_push
automation python telnetlib
Last synced: over 1 year ago
JSON representation
A Python script to automate (non-critical) configuration pushes to Cisco routers via telnet
- Host: GitHub
- URL: https://github.com/amodsachintha/cisco_config_push
- Owner: amodsachintha
- License: mit
- Created: 2018-06-22T06:47:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T07:40:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-20T15:18:10.422Z (over 1 year ago)
- Topics: automation, python, telnetlib
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cisco_config_push
A Python script to automate (non-critical) configuration pushes to Cisco routers via telnet
ips.txt should be formatted as follows for the script to read from it. Each host-credential triad should be in a new line in the following format. The fields are separated using a comma (,).
[ip-address],[username],[password]
[ip-address],[username],[password]
ex:
192.168.10.133,user01,password123
192.168.10.199,user02,password123