-
I suggest you distribute the whl file, not only the source code when publishing the package to pypi.
It makes building cross compatible packages that include all wheel files possible for everyone.
…
-
Having some issues trying to `gNMI_Subscribe.py` to establish a connection using TLS to a Nokia 7750src4 running TiMOS-B-15.0.R4. Slightly anonymized output (using PR #4):
```
netlab-collector:gnmi…
-
Crash seen when connecting to a Juniper box running Junos: 21.4R2-S1.12-EVO
```
# Modules
from pygnmi.client import gNMIclient, telemetryParser
# Variables
host = ('1.1.1.1', '50051')
# Bo…
-
Versions installed:
```
admin@str-s6000-on-5:~$ pip freeze | grep -i gnmi
gnmi==0.0.0a0
gnmi-py==0.7.1
pygnmi==0.8.9
admin@str-s6000-on-5:~$
```
My trial:
I just created client and tried…
-
The current implementation passes the user credentials via two predefined request headers "Username" and "Password".
The goal of this request is to add a new option to pygnmi to select among differ…
-
I am currently experiencing an issue with the pygnmi library. When attempting to use the 'get' operation on a leaf for a presence container, the function does not return any value. However, when the s…
-
Hello @akarneliuk
I am not able to use pygnmicli with subscribe-once subscribe-stream subscribe2
I already provided output examples in issue #85
using subscribe2 on the same setup with Python py…
-
As explained at https://github.com/cisco-ie/cisco-gnmi-python/blob/master/src/cisco_gnmi/client.py#L235 the 'subscribe' request is a streaming request - multiple subscribe requests from the client can…
-
Hello,
I'm encountering an issue where '/junos/events' sensor path does not work with the `subscribe2()` function, even though it does with `subscribe()`. This is a Juniper specific sensor path on …
-
Will it be possible in the client to add support for having a choice if you want the client to print error messages to sys.stdout?
It could be added as an option where you setup the client to speci…