-
- Can we support different encodings for get? I think we just need a new argument (already made local change and it works).
- On top of that, when json_ietf_val is a bytes string, we hit json.decoder…
-
Hello,
After upgrading PyATS/Genie form version 22.1 to version 22.5 started getting this error while running "ping" api for Cisco IOS XE device:
```
Traceback (most recent call last)…
-
### Relevant telegraf.conf
```toml
[[inputs.gnmi]]
addresses = ["host:57400"]
username = "user"
password = "pass"
encoding = "json"
redial = "10s"
…
-
The new requirements of 0.8.0 seem to break pip. `'protobuf --no-binary=protobuf'` does not seem to be a valid dependency in `setup.py`.
```
quoth:/tmp$ python3 -m venv pygnmi-venv
quoth:/tmp$ . …
-
If the common name is empty for the certificate, pygnmi fails due to [this line](https://github.com/akarneliuk/pygnmi/blob/e6b21f8278faaa4bbdb8bbea6c620330a4a093e0/pygnmi/client.py#L146).
```
>>> …
-
Hello @akarneliuk
```
arista@devbox:~$ cat t3.py
"""
pygnmi script
"""
from pygnmi.client import gNMIclient
TELEMETRY_REQUEST = {
'subscription': [
…
-
CVP is the Arista management tool. CVP has a database with the data streamed from the EOS devices.
CVP supports gNMI so we can sub on CVP to OC paths streamed by the device.
Here's the [doc](htt…
-
Hello,
After upgrading PyATS/Genie form version 22.1 to version 22.5 started getting this error while running "ping" api for Cisco IOS XE device:
```
Traceback (most recent call las…
-
```
arista@devbox:~$ pip freeze | grep pygnmi
pygnmi==0.7.1
```
```
arista@devbox:~$ pip show pygnmi
Name: pygnmi
Version: 0.7.1
Summary: Pure Python gNMI client to manage network functions an…
-
Hello
```
arista@devbox:~$ pip freeze | grep pyg
pygnmi==0.7.4
arista@devbox:~$
```
would like to use pygnmi with the `sub` rpc with `once`.
```
arista@devbox:~$ cat test7.py
"""
pygn…