-
In line 67/68 of client.py, I think it should read:
if 'keepalive_time_ms' in kwargs:
self.configureKeepalive(**kwargs)
Otherwise:
TypeError: configureKeepalive() got an unexpected keywo…
-
Hi Anton,
Are you aware of any inactivity timeouts in the code?
I have a gNMI subscription that can go for hours or days without producing a message and it appears disconnect/timeout after 2 hours. …
-
Hi @akarneliuk ,
I am trying to generate config for delete operation using pyangbind but some how I am not able to do it
getting exception as Exception: Conversion of gNMI paths to the Protobuf fo…
-
Please answer these questions before submitting your issue. Thanks!
### What version of Go are you using (`go version`)?
Go 1.8.3 (but can reproduce with 1.9beta2.
### What operating system and…
groob updated
2 years ago
-
[windows10]
environment: wsl2
debug logs:
```
pi-user@DESKTOP-6JI791B:/mnt/c/Users/yao_x/containerlabExplore/bgp-lab$ sudo containerlab deploy -d
DEBU[0000] trying to find topology files autom…
-
The `make test` command fails when executed on a fresh Ubuntu 20.04 development environment.
I have a [fork of genieparser here](https://github.com/ChristopherJHart/genieparser) that is up-to-date …
-
I am trying to test with gnmi simulators. I am getting below error. Same simulator returns successful response with gnmi_cli command line request.
Simulator is from https://github.com/onosproject/…
-
Hey everyone,
first of all thanks for the great software. I am currently working to get `smash` and `sysdb` metrics from Arista. With their client they have an option to set the `origin` to `eos_n…
-
Hi,
Is compression used in the transmission?
As GRPC supports compression, does GNMI use this to reduce bandwidth in transmission, especially for streaming?
Thanks,
Prasenjit Manna
-
On SRL you can get a list of active gNMI connections, including the client name. For demos it's nice if one can see clearly which component(s) are connected
In Python this looks something like this…