I am using netmiko to SSH to devices, but it's often timing out before the router/switch returns with data, so I don't get any responce. Does anyone know how to increase that time?
in python import time. Then after you execute whatever you need tell it sleep x where x is seconds.