-
**[ @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
-
### Describe the bug
telnetlib, a module aiomonitor is using is to be deprecated in python3.14. here is a similar issue with suggestions for telnetlib replacement: https://github.com/ktbyers/netmiko/…
-
### Deployment Type
Docker
### Version
v2.0.4
### Steps to Reproduce
I am seeing this with built in XR directive as well as custom directive as well as Juniper. traceroutes to quite a bit of inte…
-
Hello All,
We are currently writing a script with netmiko to connect to ciena saos devices and send a bunch of commands.
Normally we connect with the command `ssh -o PubKeyAuthentication=no user@cie…
-
### Description of Issue/Question
*Note*: Please check https://guides.github.com/features/mastering-markdown/
to see how to properly format your request.
### Setup
### Netmiko version
(Past…
-
Errors shown as below (For a single thread). Likely issue with the threading module, not sure what is throwing the "paramiko.buffered_pipe.PipeTimeout" error:
```
Exception in thread Thread-18:
T…
-
### Description of Issue/Question
Issue connecting to a specific Ubiquiti Edgeswitch advising Pattern not detected, despite find prompt showing the exact pattern the error is asking for.
I'm fai…
-
### Description of Issue/Question
When attempting to log into a device that uses a MOTD, the login fails. This is because the MOTD requires the user to first send a return character to wake it up. …
-
In Huawei it is necessary to have a space after the slash "1.1.1.0 24", by the logs, this treatment is not happening.
```
[DEBUG] 20220128 01:01:14 | hyperglass.execution.drivers._construct:27 …
-
### Goal
I'd like a clarification for how to achieve the following with salt's netmiko proxy
- keep a ssh connection open
- reconnect upon the connection being dropped
### Related issues
This was…