Anton Karneliuk

Results 66 comments of Anton Karneliuk

Hey @bpchoi , Flag `no_qos_marking` was developed specifically for this purpose. Try to amend the XPath `/interfaces/interface[name=et-0/1/11]` to be `/interfaces/interface[name=et-0/1/11]/state` and give it a go (`--no_qos_marking` shall be maintained) Best,...

Add `/counters`. here is the working code for Juniper: ``` import os import sys from pygnmi.client import gNMIclient # Statics DEVICES = { "juniper": { "host": "hostname-juniper-router", "port": "32767", "message":...

Hey @bpchoi, Check out our documentation: https://github.com/akarneliuk/nornir_pygnmi/blob/main/examples/04_example_gnmi_subscribe.md You can pass extra variables, (e.g., `no_qos_verify`) in nornir `connection_options`: https://github.com/akarneliuk/nornir_pygnmi/blob/main/examples/inventory/hosts.yaml#L9

Hey @phani423 , Could you please elaborate on "over gRPC Tunnel"? Did you check [our examples](https://github.com/akarneliuk/pygnmi/tree/master/examples/pure_python) ? Best, Anton

Hey @sai1274 , What would be the expectation here? just trying to understand the workflow. is the problem that thread stays open within your Linux threads once the app is...

Hey @vinodkumar-singh , Is there any help needed?

Hey @XioNoX , I wonder how you generates Certificate for juniper, because there is a bunch of people who used pygnmi with Juniper already, and are doing so for more...

Hey @XioNoX , @KasinathAviz , First of all, happy new year. I've been able to get that working for SONiC (OCP version, but I believe it shall be working for...

Hello folks, are there any traction? @snajpa taking a risk of being cap obvious, there is no limitation for [contributing to SONiC](https://github.com/sonic-net/SONiC/blob/master/CONTRIBUTING.md)