-
```
arista@devbox:~$ pip freeze | grep pygnmi
pygnmi==0.7.1
```
```
arista@devbox:~$ pip show pygnmi
Name: pygnmi
Version: 0.7.1
Summary: Pure Python gNMI client to manage network functions an…
-
The link to "[openconfig/gnoi](https://github.com/openconfig/gnoi/blob/master/factory_reset/%E2%80%8B)" in the sentence "The factory reset API as described at [openconfig/gnoi](https://github.com/open…
-
Hello,
I connected the ONOS controller using fabric-tna pipeconf to a Tofino switch and it seems to be well connected, as I get a green check in the ONOS GUI. Now that I have ONOS and the switch conn…
-
Hello
Few issues in [add packet_link_qualification] (https://github.com/openconfig/gnoi/commit/28e696d767f5ca950b6afd8f4bbd40263b3d0b76)
`uint16 packet_size = 1500;`
"uint16" is not a valid…
-
In order to export core files or large outputs like "show tech-support" as part of the RPC response, shouldn't the rpc be server streaming type?
https://github.com/openconfig/gnoi/blob/7dd3a95a4f1ee5…
-
The gnmi-collector churns when there exist multiple tunnel targets.
It keeps flapping the tunnel targets (clients).
Scenario:
1 tunnel server : using https://github.com/openconfig/gnmi/tree/maste…
-
Hi,
Need help in understanding why the script is reporting FAIL - there are no error messages and the test steps looks like went through just fine. Logs below.
--- FAIL: TestChassisReboot (614.76…
-
ClearBGPNeighbor does both soft and hard clears that have different security implications. Consider making two different APIs.
-
```
~/openmgmt/src/ygot$ go run $GOPATH/src/github.com/openconfig/ygot/generator/generator.go -path=yang -output_file=pkg/oc.go -package_name=oc -generate_fakeroot -fakeroot_name=device -compress_pat…
-
In the doc of the Ping RPC is says "If a packet count is not explicitly provided, 5 is used":
https://github.com/openconfig/gnoi/blob/master/system/system.proto#L39
In the doc of PingRequest it sa…