-
Hello,
it seems that parser views for locking-down the hyperglass user on Cisco IOS-XE are currently not working with the latest hyperglass beta. I configured the looking glass user according to h…
-
**Describe the bug**
Ran into an issue with scrapli and my Juniper gears (srx100, srx210, srx300) in configuration mode
If I'm trying to configure some 'system' parameters all is going well
bu…
ghost updated
3 years ago
-
Hi,
Tried to apply config to IOS XR device using SSH (not NETCONF), can see in the logs that config was sent, but does not look like it was commited. Went to device to check as well - no config was…
-
I can't understand how to use AsyncGenericDriver, it's crashed every time with this error
_[TransportPluginError("Attempting to use transport type system with an asyncio driver, must use one of ['asy…
-
Hello. I'm looking to move some of my netconf scripts into scrapli and ran into an issue with my device. It is a Siemens Ruggedcom switch so it is not part of the tested devices.
When I try to do…
-
in reference to https://github.com/checktheroads/hyperglass/issues/108
I just recently had a chance to upgrade and it is still a issue on .79
-
**Describe the bug**
Configuring multiple telemetry streams causes the following error "ScrapliTimeout: Timed out reading from transport"
**To Reproduce**
When pushing the payload, as below, with…
RunSi updated
3 years ago
-
Hello. This is a feature request to add an option to get_config so you can specify the `with-defaults` element as in RFC 6243. This is helpful when pulling a full configuration as in some cases, you…
-
Hi
I am having a problem where hyperglass is not connecting to my ASR devices. I am getting
KeyExchangeFailed: No matching encryption algorithm found, sent chacha20-poly1305@openssh.com,aes256-g…
-
Is it possible?
I'd like to spawn a process that reads stdin.
```
cat requirements.txt | ./script_that_spawns.py safety --check --stdin
```
When doing so and trying to read `safety` output,…