-
### Relevant telegraf.conf
```toml
[[inputs.gnmi.subscription]]
name = "cisco_gnmi_client"
origin = "rfc7951"
path = "/Cisco-IOS-XE-wireless-client-oper:client-oper-data/common-oper-data"
subs…
-
#### Description
We are using multi-asic chassis (Nokia-7250) to test telemetry. It is found if I provide the following CLI from ptf server without providing namespace information, GNMI container cra…
-
SONiC's gNMI telemetry treats numerical data in COUNTERS_DB as `string_val`, but shouldn't it be treated as `int_val`?
SONiC's Redis may treat the number as a String type, but shouldn't the gNMI targ…
-
The current way of doing gNMI is that there is a gNMI server with the Openflow switch. Can it be a gNMI client instead of a server? The reason is that for remotely managing the switch, running a cli…
-
While running AFT sensors with logging enabled using the specified configuration, I encountered a runtime error: "invalid memory address or nil pointer dereference." The error message is as follows:
…
-
If a bytes_val is received, TelemetryParser is not displaying/parsing it.
I've added the following code and it works fine. Is it ok to integrate?
```
diff --git a/pygnmi/client.py b/pygnmi/client…
-
https://netdevops.me/2020/gnmic-gnmi-cli-client-and-collector/
Despite the fact that gNMI is defacto the go-to interface for a model-driven telemetry collection, we, as a community, had no gNMI too…
hellt updated
4 years ago
-
In "https://github.com/sonic-net/sonic-buildimage/tree/master/src/sonic-yang-models/yang-models/sonic-telemetry_client.yang" prefix expect as "Subscription|DestinationGroup"
leaf pr…
-
Hi,
If I take any of the recent builds of SONiC, run them in GNS3, get a bash shell inside the 'docker-sonic-gnmi' container, and run the example gNMI 'get' command, I get the following:
```
ro…
-
I created a subscription and when i do .close() on the PollSubscriber object it's not terminating the thread which it created initially.
It's just going here waiting for one sec and returning https:/…