09-03-2023 06:08 AM
When running naplam and trying to commit_config() i receive the error below:
Need expert advice
Things you might try to fix this:
Adjust the regex pattern to better identify the terminating string. Note, in
many situations the pattern is automatically based on the network device's prompt.
Increase the read_timeout to a larger value.
Now The problem is that the read_timeout is a netmiko arg and not a Naplam one, is there a way to pass this argument via Naplam?
The driver is nxos-ssh
Solved! Go to Solution.
09-03-2023 09:03 AM - edited 09-03-2023 09:04 AM
Hey! I will check on the version and currently it is on one slow nxos device.
But we found a solution! Naplam driver has an argument called optional_args and in it we set a dictionary like that:
optional_args {read_time_override : 1000}
09-03-2023 08:55 AM
what napalm version - post the code, is this for one device - list of devices you trying ?
09-03-2023 09:03 AM - edited 09-03-2023 09:04 AM
Hey! I will check on the version and currently it is on one slow nxos device.
But we found a solution! Naplam driver has an argument called optional_args and in it we set a dictionary like that:
optional_args {read_time_override : 1000}
09-03-2023 09:34 AM
glad all good
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide