-
This is working
- pygnmi 0.7.1
- token based auth
- no `username` and no `password`
- `skip_verify` instead of `override`
```
arista@devbox:~$ pip freeze | grep gnm
pygnmi==0.7.1
```
```
…
-
Hello
I would like to use pygnmi with these 2 diff use cases
https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-history.md
- retrieve data at a specific time in the past
- request a…
-
I am working with IOS-XR 7.2.2. It doesn't accept the "json" encoding, it requires "json_ietf". This is clear from the capabilities response:
```
>>> gc.capabilities()["supported_encodings"]
['…
-
Use case: A setup with a Salt Master/Proxy container and 2 SRL nodes. The proxy needs access to the certificates generated for the SRL containers (gNMI)
It works when doing 'destroy' followed by 'd…
-
Hello
would like to use pygnmi with token authentication but I dont see this option?
token based auth https://grpc.io/docs/guides/auth/
here's the implementations of 2 gnmi clients https://github.…
-
https://grpc.io/docs/guides/auth/
issue #63
I did not find this option in pygnmicli
same thing for issue #67
```
arista@devbox:~$ pygnmicli
usage: pygnmicli [-h] -t TARGET -u USERNAME [-p …
-
When trying UPDATE cmds with path CLI on Arista using ASCII failures occur because the jsdon.dumps() is leaving the "" wrapped around the cmds:
```
Error: failed to apply: Invalid input (at token …
-
Hi,
I just started working with gNMI and TLS using a SR-OS platform. The basic setup seems to be working, as gnmic returns the correct output when reaching the test device. This is also working wit…
-
Hi
looking at [this line](https://github.com/akarneliuk/pygnmi/blob/33c6fc04b7743b787f2d016e3cb9f9eed9a933fb/pygnmi/path_generator.py#L51) it seems impossible to specify the path element to contain a…
hellt updated
2 years ago
-
Hi,
As stated in subject, failing to install pygnmi on Centos with Python 3.6.8 with this error:
```
[root@host /]# python3 -m pip install pygnmi --upgrade
Requirement already satisfied: pygnm…