Categories
Network Automation

Python: Using Netmiko & Multithreading to configure multiple devices.

I’m Calling an audible! In my last post, I use Paramiko to connect to networking devices. This time, I will use Netmiko. The scripts used with Netmiko are a lot shorter than with Paramiko; as it comes with a tone of helpful functions to make your coding easier. Moving along… In my last post, configuring, […]