Increase Netmiko Readtimeout value #181
-
|
Hello, Is there a clean way to increase the readtimeout of netmiko ? Some of my gears are quite old and can take a while to respond :) Thanks PS: great tools! |
Beta Was this translation helpful? Give feedback.
Answered by
amyasnikov
Dec 3, 2025
Replies: 2 comments
-
|
Hi, It seems that netmiko has read_timeout_override constructor param, so you can just pass the desired value via your Poller |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gfriang
-
|
Wow totally missed the fact that we can pass any other args than device type and credentials! Thanks, it works! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
It seems that netmiko has read_timeout_override constructor param, so you can just pass the desired value via your Poller
public_credentialsfield