An open API service indexing awesome lists of open source software.

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

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