Skip to content

I created this script for Implementation Engineers to capture essential information before executing network changes

Notifications You must be signed in to change notification settings

priest6479/Pre-Change-Capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre-Change-Capture

I created this script for Implementation and Deployment Engineers to capture essential information before executing network changes Often times i've seen inexperienced Engineers perform network changes and not capture essential "before" change information

To execute this script, edit the "devices.txt" file and list the Ip's or Hostnames of the devices you wish to capture (note: You can list 1 devices or multiple)

The Script runs the following Commands on the devices lists in the "devices.txt " file

sh run | i hostname
sh run
sh int status
sh ip int bri
sh vlan
sh ver
sh inventory
sh mod
sh mac address-table
sh arp
sh cdp neighbors
sh ip protocols
sh ip route
sh vpc

(This Script can be used on Cisco Devices)
(This Script uses Python,Netmiko and Getpass)

About

I created this script for Implementation Engineers to capture essential information before executing network changes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages