cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
844
Views
1
Helpful
3
Replies

Naplam Timeout

Rem Markov
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

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}

View solution in original post

3 Replies 3

balaji.bandi
Hall of Fame
Hall of Fame

what napalm version - post the code, is this for one device - list of devices you trying ?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

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}

glad all good 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card