-
Continued from last post...
When i used the same gnmi_cli with the different server that is using new proto(0.4.0) i dont receive any reply.
o/p:
./gnmi_cli -a 10.33.81.100:6702 -qt s -dt p -pi 10…
-
How do i disable TLS in gnmi_cli as tls is not implemented on our telemetry server side yet.
I see this error:
### **./gnmi_cli --address=10.33.83.104:6702 --query state/port[port-id=*]/statistics…
-
Example:
```
# go run gnmi_cli.go -a pe1:57400 -with_user_pass -qt s -dt p -insecure -q state/port[port-id=1/1/1]/ethernet/statistics/out-utilization
username: grpc
password: ********
E0913 20:32…
-
# gNMI Proposal: Adopting Structured Paths
**Contributors**: {hines,csl,robjs,aashaikh}@google.com\
**Date**: May 2017
**Status**: New Proposal
## Summary
This contribution proposes to modify…
-
The latest available version of gnmi specification (v0.2.2) is specifying the following:
The root node (/) is indicated by encoding a single path element which is an empty string
While in the gnmi…
-
In the specification the root path is defined to be a path with a single empty element in it, but this is inconsistent with non-root paths, which don't start with an empty element. This makes writing …