netmiko time-out

Started by dlots, July 01, 2016, 01:34:52 PM

Previous topic - Next topic

dlots

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?

burnyd

in python import time.  Then after you execute whatever you need tell it sleep x where x is seconds.