-
It seems that the heartbeat flag is ignored when using sample mode. Consider this example:
```
gnmic -a localhost:50051 --insecure subscribe --path "minimal:cont/counter0" --mode stream --stream-…
-
When learning about processors in gNMIc, I noticed the event-allow processor for value-names does not work. It simply does not perform the filtering. According to the documentation, the only key-value…
-
I am trying to run a gnmic command with tls-ca option:
`gnmic -u admin -p admin --tls-ca /path/to/root-ca -a : capabilities`
I have configured gNMI on mimic, with TLS certificate and key(corresp…
-
Is it possible to use anything other than a self signed certificate with gNMIclient? I have gotten it to work using a self signed certificate that I generated on my switch (Cisco Nexus 9k), but I cann…
-
I was debugging a issue related to dead-lock in `gNMI-server` `cache` and built gnmic with `-race` flag. As soon as I closed the gnmic that is a client to gnmic-server I could see the following logs:
…
-
Hi,
using standard openconfig yang models for openconfig-interfaces (and all its dependencies of course), trying to following:
**This works fine:**
`gnmic -a 42.0.0.1:9090 -u admin -p admin --i…
-
https://github.com/openconfig/gnmic/blob/d461fa9193271d3b01d38766a7680c63a6e735f5/install.sh#L196
```
$ ls -al /usr/local/bin/
-rwxr-xr-x 1 root root 105652224 Dec 5 19:47 gnmic
```
This res…
-
Eg
1)
```shell
gnmic -a 10.83.13.214:6030 -u cvpadmin -p arista --insecure --gzip set --request-file bgp.yaml
{
"timestamp": 1628091791855672771,
"time": "2021-08-04T16:43:11.855672771+01:…
-
I am trying to reproduce this example in the documentation
https://gnmic.openconfig.net/user_guide/subscriptions/#combining-multiple-stream-subscriptions-in-the-same-grpc-stream
Where it combines mu…
-
Hi!
I'm using gnmic v0.33 and have setup the Consul loader as below with multiple entries using the same name but different tags in order to apply different subscriptions:
```yaml
loader…