How To Netmiko - Full Speed (concurrency options)
In the previous post, we tried Netmiko from: the most basic command to one device, to the whole inventory, and as a bonus filtering devices to stay in a loop to keep throwing command, very useful for troubleshooting scenarios. The timing was already good in comparison to doing it completely manually. Between 6 and 10 seconds per device (in my lab), against long typing minutes. Now we are going to try different options for concurrency. In other words multiprocessing, multithreading (sync and async). ...