-
I am trying to subscribe to a sensor on a network device with the following command (and responses):
gnmic> --address 10.111.22.7:6702 --tls-cert client_https_rsa40965.cert.pem --tls-key client_htt…
-
### Relevant telegraf.conf:
```
# # Configuration for the Kafka server to send metrics to
[[inputs.cisco_telemetry_gnmi]]
addresses = ["10.20.30.24:6030","10.20.30.21:6030"]
username = "a…
-
openssl client keeps retrying(resending client hello) when it receives ciphers dont match error from ssl server.
-
- CA.crt -> Certificate Authority certificate (usually a self-signed certificate that signs all the others).
- CA.key -> CA Private key (usually should be kept very secret).
- client.crt/target.crt …
-
I used this lib to access a device via gNMI. Unfortunately, all error messages from the devices are ignored and cannot be accessed, since only an assertion is raised:
https://github.com/danielgtaylor…
-
This works:
gnmic -a 172.16.18.4:57400 -u svautour -p xxxxx --skip-verify --mode STREAM --stream-mode ON_CHANGE sub --path /state/router[router-name=Base]/interface[interface-name=*]/if-oper-status
…
-
protoc -I . --jsonschema_out=. -I/root/dev_ubuntu/go/src/github.com/google/protobuf/src -I/root/dev_ubuntu/go/src gnmi.proto
WARN[0000] protoc-gen-jsonschema will create multiple MESSAGE schemas …
-
Determine how to cleanly express the origin and "smart" determination of what the origin should be per XPath.
-
I could use an example of how to formulate a Subscription.
Suggestion for documentation:
For the README or WiKi, I'd suggest something like the following:
# Working example of OpenConfig Streamin…
-
We should accept any Iterable ([or iterator?](https://docs.python.org/2.7/glossary.html#term-iterator)).
e.g.
https://github.com/cisco-ie/cisco-gnmi-python/blob/0262b78a3098ab8c2794b5bb68dad3dde6…