Monthly Archives: January 2018


2
Netmiko is an easy to use Multi-vendor python library to simplify Paramiko SSH connections to network devices. Original source code can be accessed from https://github.com/ktbyers/netmiko The following script requires paramiko and netmiko Collecting same output from hunderds of devices would take a lot of time, this is why I created […]

Multiprocessing with Netmiko libraries