-
We are able to fill very few attributes of SubscribeRequest-->SubscriptionList attribute like mode using --qt in gnmi_cli.
gnmi_cli help is not displaying options (_I may be missing from the list o…
-
Hi,
I got a set fiailed error when I tryed to run gnmi_set with the ap_config.json as it is explained in the demo.
Command was:
```
root@raspi1:/home/pi/link022/demo# sudo env PATH=$PATH gnmi_set…
-
# Adding Optional Extensions to gNMI
**Contributors:** Rob Shakir (robjs@google.com), Carl Lebsack (csl@google.com), Nick Ethier (nethier@jive.com), Anees Shaikh (aashaikh@google.com)
**Date**: No…
-
I am still in the initial phase of setting up server and gnmi_cli (go) communication. When the following subscribeReuqest is initiated from the gnmi_cli, my server is receiving the request and able to…
-
In this gnmi_cli i was thinking it supports TypedValue val i.e. added in new gnmi.proto 0.4.0 but when i used this client i see this
o/p:
./gnmi_cli -a 10.33.101.170:6702 -qt s -dt p -pi 10s -q …
-
Unfortunately the Path encoding has changed since gNMI version 0.4:
https://github.com/openconfig/gnmi/commit/09cf23da6f4e669a4a11e334c6208b787fed7f22#diff-2c94239e729daff1e1db0c192c4d4eda
While r…
-
I am getting following error when used "-set" to trigger SetRequest from gnmi_cli. What would be the SetRequest syntax for gnmi_cli?
./gnmi_cli -address myServer:5000 -ca_crt /data/users/server.crt…
-
Using latest version of gnmi_cli against my server which is running gnmi v0.3.1.
If using wrong username/password I often get the following response:
```
# gnmi_cli -a pe1:57400 -with_user_pass …
-
I am using the latest version of gnmi_cli against my gNMI server (using spec v0.3.1). When trying to set the display type to `single` or `group`, I am getting a displaying error:
```
# gnmi_cli -a p…
-
Hi,
I am having trouble running the GNMI client/sever example. I tried to trace the issue: The details are below. It seems I am missing something.
I am looking for sample commands for client and…