-
@karimra we have a regression in 0.5.0 it seems:
### 0.4.3
```
❯ gnmic prompt --log --debug --config /dev/null
2020/11/25 21:51:59 version=0.4.3, commit=6d3605c, date=2020-11-10T09:47:23Z, gitUR…
hellt updated
3 years ago
-
Hello @jhump
Thank you for the `protoreflect` package and the information you shared with the community on proto reflection in general.
We are working on the the a CLI client that needs to talk …
hellt updated
4 years ago
-
### What version of gRPC and what language are you using?
v1.24, go
### What operating system (Linux, Windows,...) and version?
yocto
### What runtime / compiler are you using (e.g. python v…
-
**Describe the bug**
When gNMI Sets are made in rapid succession, the corresponding `NetworkChange` objects are created, properly, but no corresponding `DeviceChange` objects are created.
One time…
-
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…
-
openssl client keeps retrying(resending client hello) when it receives ciphers dont match error from ssl server.
-
### 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…
-
- 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
…