-
Hi Folks,
On a subscribe_stream call, we may receive the grpc._channel._MultiThreadedRendezvous exception.
It seems that for some reason, this is not caught by the script using pygnmi, but can be …
-
#### Description
#### Steps to reproduce the issue:
1.download sonic-vs.img
2.start kvm
3.start telemetry docker
```
admin@sonic:~$ telemetry.sh start
Starting existing telemetry cont…
-
Hello,
I am setting up a subscription poller using pygnmi in the following setup:
```
def subscribe(hostname: str, paths: List[str]):
subscription_def = {
"subscription": [
…
-
When using the gnmi-server I'm attempting to create a rudimentary rest endpoint to retrieve interface information from the network through the gnmi-server. The FastAPI endpoint makes use of a `pyGNMi`…
-
venv) client7:/flask_app# HTTPS_PROXY= HTTP_PROXY= http_proxy= https_proxy= flask run --host=0.0.0.0 &
sleep 3
[2] 167
(venv) client7:/flask_app# Exception in thread Thread-2 (sub_telemetry):…
-
The generated protobuf files are getting old, which may lead to issues: https://github.com/napalm-automation-community/napalm-srlinux/pull/17
It would be better to rewrite the plugin to use pyGnmi …
-
Since i was looking into https://grpc.github.io/grpc/cpp/group__grpc__arg__keys.html#ga218fd6d2995e1c13213ed6be653cd500
About a way to uses socks or https stuff.
There is a possibility in near fu…
-
Hello,
The following error is seen and need some help.
$ pygnmicli -t 10.48.49.231:32767 --insecure -e json -o subscribe-stream -x /interfaces/interface[name=et-0/1/11]
Collecting Capabilitie…
-
Hi team,
Please find the gnmic capabilities of my NVDIA switch and the script . When I execute i got the below failure but gnmic manual execution is working.
Can you please help?
* gNMI enab…
-
Hi all,
When iam try to run the SET & SUBSCRIBE script getting an error. But for the CAPABILITIES & GET operation i didn't seeing any issue. "For this iam using the latest communtiy (Master branch …