-
Originally shared via email by JC Rode:
Fresh 3.9 or 3.11 conda environment with a “pip install cisco_gnmi” and then trying to import cisco_gnmi:
(gnmi) ubuntu:/home/cisco/LAB> pip install cisc…
-
Hi,
Objective :- try to see working of grpctunnel using gnmi_collector with tunnel_request option and example client code.
gnmi_collector (running on host machine ) grpctunnel client on NE -----…
-
cisco-gnmi set 10.30.115.66:50051 -os NX-OS -root_certificates gnmi.pem -ssl_target_override ems.cisco.com -delete_xpath "/interfaces/interface[name='eth1/7']/subinterfaces/subinterface[index=0]/ipv4/…
-
Following documentation at https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1610/b_1610_programmability_cg/gnmi_protocol.html#id_67108
Using the generated certificates yields:
…
-
When a client makes a POLL subscription to the target, what is the expected behavior from the target as a result of that? From reading the gNMI specification, there is some ambiguity in what happens: …
-
I am running simulator and gnmi_cli on WSl2. I get a cert issue. Do I need to install any cert manually? Pls help me with steps. Thanks in advance.
gnxi-simulators$ gnmi_cli -address localhost:1016…
-
I am running a gnmi client and subscribed to stream mode of subscription. After some time I close my client but I still see that server is running the collector function and sending response, though …
-
I did follow the deployment tutorials to deploy micro-ONOS on Kind [from this site](https://docs.onosproject.org/developers/deploy_with_helm/), then [deployed the gnxi simulator using Helm](https://gi…
-
As explained at https://github.com/cisco-ie/cisco-gnmi-python/blob/master/src/cisco_gnmi/client.py#L235 the 'subscribe' request is a streaming request - multiple subscribe requests from the client can…
-
Hi all,
I write gnmi server follow [SONiC/TELEMETRY](https://github.com/Azure/sonic-telemetry/tree/master/telemetry). The server side start command use '--insecure', which is:
```
/usr/sbin/telem…