Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 487 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 487 Bytes

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