-
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…
-
Hi,
I'm trying to figure out if I'm going insane or I should open a case with Juniper.
I'm trying to get interface statistics using gnmic. Doing the following subscribe request results in **one*…
oh-c updated
4 months ago
-
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…
-
Hi,
I am trying to use gnmi_cli command, where server is started with following option
creds, err := credentials.NewServerTLSFromFile(*certFile, *keyFile)
however when i run the client i am get…
-
Hi,
I would like to use gnmi_cli to connect to the fake_server simulator (https://github.com/openconfig/gnmi/tree/master/testing/fake/gnmi/cmd/fake_server).
I started the (fake) server and it seem…
-
Hi All,
More a question. At this point in time I'm attempting to deploy the gnmi-server behind an NGINX-ingress inside kubernetes. I'm struggling to tweak the ingress in such a way that it works. W…
-
Hi, and thank you for making the `gnxi` utilities available.
The binaries have been built and installed without any errors using golang `go1.17.13`. But,
I am failing to contact a router using `…
-
I am giving the following request to gnmi client to stream data from Cisco XR router using POLL mode. I get initial data streamed once, then I get the initial sync response. But after the initial sync…
-
Hi all,
in [ParseElem]( https://github.com/google/gnxi/blob/master/utils/xpath/xpath.go#L210) the code doesn't allow for a pathElem to have a `:` char inside of it.
I wonder if this should be allo…
hellt updated
3 years ago
-
Hello,
I'm trying to run a few simple gnmi tests (get request) and can't seem to get started. If I use a command line client of gnmi called "gnmic" (https://gnmic.kmrd.dev/), everything works fine…