-
### Description of Issue
Using netmiko proxy with always_alive flag set to true has the following issue:
Once the proxy connects to the device, and device closes the connection for whatever reason (…
-
**[ @mmguero](https://github.com/mmguero)** cloned issue [idaholab/Malcolm#136](https://github.com/idaholab/Malcolm/issues/136) on 2022-12-07:
> Feature-tracking issue dependent on #131
-
I got a problem regarding "paramiko.buffered_pipe.PipeTimeout". My script could have expected output while I'm executing it on my MAC
```
from netmiko import ConnectHandler
from datetime import …
-
Example of a working script using the `huawei_smartax` device_type:
```
config_set = [
'undo acl 2224',
'acl 2224',
'rule permit source 192.0.2.0 0.0.0.3',
…
-
Unfortunately I do not see any way of altering the read timeout. It is set to the default value of 10 seconds. This is fine for many commands, but in particular, `show log` on procurve can take a long…
-
Hi all, I hope someone could help with the following.
When using ansible or netmiko(python library for network devices) i get the following error:
```
File "/bin/ansible-connection", line 315, in …
-
netmiko 4.2.0
Netmiko is not using/cannot disable the pager for zyxel_os.? Doesn't continue after '--More--'.
Edit: I forget to add what I am actually doing. Even though it's pretty plain simple:
…
-
Hi Kirk,
I was looking code at "pynet/nornir/os_upgrade/part1/netmiko_file_transfer.py" and i am getting error on below line on my Windows Machine.
from nornir_utilities import nornir_set_creds, s…
-
Hi,
When I try to connect to extreme ers 4950 with device_type = extreme_telnet, pattern > is not found, but it is there.
### Netmiko version
netmiko==4.3.0
### Netmiko device_type (if relevan…
-
Hello,
I'm having difficulties with ssh-ing to TPLink Jetstream devices with the newest version of cryptography installed (Version: 42.0.5).
It seems "_check_dsa_parameters" function is no longer …