-
When querying a whole subtree, the telemetryParser fails to parse the response from our gNMI server. The update_msg contains a leaflist_val whose elements are TypedValues instead of the expected strin…
-
Use cases:
1. Based on the interface type create and delete requests need to be controlled.
2. IP address overlap or duplicate check needs to be done across all interface IP tables while configuring…
-
I've noticed when devices become unavailable, or an unexpected RPC error occurs, there is no attempt to continually re-attempt the subscriptions. This becomes particularly concerning that gnmic can't …
-
Hi,
I'm trying to find a way to use delete operation for CLI origin, but couldn't find.
Would you advise how gnmic can do delete operation for CLI origin?
Thanks in advance,
Phil
-
VLAN [trunk-vlans](https://github.com/openconfig/public/blob/b3e96c91a86fc26af12b79bb7fa9b7b646a4a4c4/release/models/vlan/openconfig-vlan.yang#L202) are defined as a union of integer (vlan-id) and str…
-
Hello,
I'm encountering an issue where '/junos/events' sensor path does not work with the `subscribe2()` function, even though it does with `subscribe()`. This is a Juniper specific sensor path on …
-
### Version
```
tonic v0.9.2
tonic v0.9.2 (*)
tonic-build v0.9.2
tonic v0.9.2 (*)
tonic-web v0.9.2
tonic v0.9.2 (*)
```
### Platform
Win 10 64
### Description
Hi people! …
-
### Relevant telegraf.conf
```toml
[[inputs.gnmi]]
alias = "my_hostname"
## Address and port of the gNMI GRPC server
addresses = ["hostname:57400"]
username = "telegraf"
password = "${…
-
Hi,
I am using loader type consul to load the targets. I am not sure what format I have to use.
Here is my gnmic config file
```
username: user
password: passowrd
port: 50051
timeout: 35s
i…
-
### Description
This issue starts a discussion about enabling:
- linter: [revive](https://revive.run/) - Fast, configurable, extensible, flexible, and beautiful linter for Go. Drop-in replacement …