Utilities for gathering output from Cisco devices.
getoutput.py - Send any show command to a device or group of devices as specified in a .CSV file, output is returned to the screen as well as logged to a file locally.
getrunningconfigs.py - Executes the 'show running-config' on a device or group of devices as specified in a .CSV file, displays the output to the screen, and captures the output to a file.
ezsshclient.py - A ssh client class that sets up the required parameters for connectivity with the Paramiko module
Requires the Paramiko module: pip install paramiko