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