Using Netmiko, SSH to a list of routers taken from a given text file and perform an series of configuration changes.
Python 2.7
Netmiko, Paramiko
Usage: ./routerUpdate.py . Please used 'DMVPNRouterIPAddressesPrimary.txt' to run against primary routers and 'DMVPNRouterIPAddressesSecondary.txt' to run against secondary where:
- a list of router IP addresses to connect to. Any lines that start with a '#' are igorned as comments.
- the username used for authentication to the devices
- the password used for authentication to the devices
Andrew Burridge