Skip to content

Using Netmiko, update the configuration of a series of routers in the estate

Notifications You must be signed in to change notification settings

andyburridge/Router-Configuration-Update

Repository files navigation

Router Configuration Update

Description

Using Netmiko, SSH to a list of routers taken from a given text file and perform an series of configuration changes.

Python 2.7

Prerequisites

Netmiko, Paramiko

Usage

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

Author

Andrew Burridge

About

Using Netmiko, update the configuration of a series of routers in the estate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages