Python: Start Automating with Netmiko
Built on Paramiko, Netmiko is a popular python library that can be used to interface with a wide range of devices programmatically. Like many others, my introduction to network automation and programmability was founded on the need to touch many devices in a short amount of time, and that is when I discovered Netmiko. Do …