Skip to content

A Python script to automate (non-critical) configuration pushes to Cisco routers via telnet

License

Notifications You must be signed in to change notification settings

amodsachintha/cisco_config_push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Python script to automate (non-critical) configuration pushes to Cisco routers via telnet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages