Multithreading with Python for Network Engineers

Up until now, we have been establishing connections to devices sequentially, i.e If you have 10 devices from which you want to pull show version data, the script will connect to device1, extract show version, goto device2, extra show version, connect to the device and extract show version and so on until all devices are … Continue reading Multithreading with Python for Network Engineers