-
According to the spec, the sequence-id field is required at least under `acl-entry` as it's the [key](https://github.com/openconfig/public/blob/15ca44425081bbe8e32db61fc320c023a3888c42/release/models/…
-
### Relevant telegraf.conf
```toml
[global_tags]
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_…
-
https://github.com/akarneliuk/pygnmi/blob/3090d23ae32658026a244390a296f6ade01e9fb3/.github/workflows/ci.yaml#L20
-
Trying to use replace method on the set op but getting syntax error:
Device is a Juniper PTX10001 running 22.3R1-S2.2-EVO with the following config:
lab@ptx10001-36mr# show openconfig-interfac…
-
## error ##
```
% python -m nuitka --standalone --follow-imports gnmi_subscribe_xpath_list.py
Nuitka-Options:INFO: Used command line options: --standalone --follow-imports gnmi_subscribe_xpath_l…
-
Hi,
This is purely speculative by looking at the doc and the code (as https://github.com/akarneliuk/pygnmi/issues/94#issuecomment-1351279738 is preventing me from testing pygnmi more extensively).
…
-
The code that loops through update_msg.val in the client.py does not decode messages if they are encoded with `bytes_val` value.
Reference: https://github.com/akarneliuk/pygnmi/blob/master/pygnmi/c…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the FastAPI documentation, with t…
-
I have the same problem as the user had I case #59.
When I look at a wireshark of the data that is send with gnmic that is working it is using tls 1.2, but when I use pygnmi it is using TLS 1.
It …
-
Connecting to a Juniper box running Junos: 21.4R2-S1.12-EVO which doesn't support qos marking in the request
```
# Modules
from pygnmi.client import gNMIclient, telemetryParser
# Variables
ho…