Replies: 6 comments 6 replies
-
This was already answered on #700 |
Beta Was this translation helpful? Give feedback.
-
Can you post the full exception stack and a very simplified Python code illustrating your error? |
Beta Was this translation helpful? Give feedback.
-
Posting error.txt:
|
Beta Was this translation helpful? Give feedback.
-
Error indicates NAPALM can't connect to this IP address:
Also since you are using NAPALM your format above for how to change the connection_options is not correct. You need to change the connection options for NAPALM and then put the |
Beta Was this translation helpful? Give feedback.
-
Connection Options format for passing this in via NAPALM is (this is for a NAPALM driver that uses Netmiko): connection_options:
napalm:
extras:
optional_args:
conn_timeout: 30 Essentially all Netmiko arguments should be in directly via NAPALM. Note, this assumes that the |
Beta Was this translation helpful? Give feedback.
-
Okay, so you need to do a PR on that napalm-ce driver and have them update their implementation. |
Beta Was this translation helpful? Give feedback.
-
Hi!
help me please, I can't find how to change the default value connection timeout
i have an error
netmiko.ssh_exception.NetmikoTimeoutException: Paramiko: 'No existing session' error: try increasing 'conn_timeout' to 10 seconds or larger.
i added this code in my config but result is the same
Beta Was this translation helpful? Give feedback.
All reactions