-
With a multi-vendor inventory, we would usually have the device type as a string such as `ios` or `eos`. In netmiko, this works well because we pass the driver as a string to `ConnectHandler` but it …
-
Hello.
**Describe the bug**
When I perform a long-term operation, scapli fails with the timeout exception. But the timers are increased
**To Reproduce**
`
def test_scrapli():]
my_device = …
-
I currently have a little project that needs to interact with some switches via a serial port and I am thinking about implementing that for scrapli.
After a short look into the code it does not loo…
991jo updated
4 years ago
-
# Bug Description
Hi! I'm running the latest hyperglass server and it connects to a VMX with Junos 19.4R1-S2.2. It fails to parse the XML response
# Expected behavior
I expect to see rou…
-
**Describe the bug**
When I retrieve get-config response from IOS-XE 16.11.1b the application crashes when trying to convert the result to XML
**To Reproduce**
Steps to reproduce the behavior:
1…
-
Hello
I have a couple of commands that take a long time to complete (e.g. copy a new firmware from a tftp/ftp/http/whatever server to the router). Without changing the `timeout_ops setting` those r…
991jo updated
4 years ago
-
Hi all. The issue is: if I add this config by scrapli telnet, it fails with timeout issue.
Here is the code:
```
import logging
from scrapli.driver.core import IOSXEDriver
logging.basicConfi…
-
Hi Ron,
Not 100% sure if this is a bug or just a bad ssh implementation on a router or me doing something wrong, but figured I'd raise an issue just to let ya know about this.
The scenario is I …
-
**Describe the bug**
A clear and concise description of what the bug is.
I ran into a problem with one of my switches
It's name is C2960_NFU
**To Reproduce**
Steps to reproduce the behavior:
…
ghost updated
4 years ago
-
**Describe the bug**
When using the IOSXRDriver with ssh-config and ssh-key type authentication I got `TimeoutError: Timed out looking for SSH login password prompt`.
Strange is that in debug I …