Anton Karneliuk

Results 66 comments of Anton Karneliuk

Hello @svautour , sorry for the delay, I somehow overlooked your request. I'm afraid you don't provide any details of your setup. Please, provide the configuration of your network device...

Hey @svautour , Please, re-open if needed. Best, Anton

Hey @svautour , if pygnmi doesn't send anything to a wire, it may be something with your environment. Could you please suggest what is: - Your OS and its version...

Hey @svautour , Try to build a new VM and see how it would work. I've just tested this: ``` if __name__ == "__main__": with gNMIclient(target=(ENV_HOSTNAME, ENV_PORT), username=ENV_USERNAME, password=ENV_PASSWORD, insecure=True)...

Hello @ksator , Thanks, I already picked that up in that thread, but it is good to track that separately, so thanks for creating a new issue. The fix is...

Hello @ksator , it shall be fixed in #90 and release `pygnmi==0.8.5`. You still will be getting exception when you close stream subscription, cause that is related to the underlying...

Hey @ksator , That is correct, you don't need `subsribe2`, so just use `subsribe-once` and `subsrcibe-stream`. We will work out how to remove the tracebacks, but for the time being,...

Hello @rkasinath , gRPC timeout failure means that `pygnmi` is not able to connect to the host. Here are a few consideration: - `insecure=True` means that that gNMI is configured...

Hello @rkasinath , Thanks for sharing. can you please post here the certificate details? Best, Anton

Hey @rkasinath , As thought as you have configured gNMI on Cumulus, you should know that. [Is that how you have enabled that](https://docs.nvidia.com/networking-ethernet-software/cumulus-netq-43/Manage-Configuration/Manage-Events-and-Notifications/gNMI-Streaming/)? Best, Anton