reference
reference copied to clipboard
This repository contains reference implementations, specifications and tooling related to OpenConfig-based network management.
Hi, I want to generate proto inputs in this format from a json equivalent. Is there a way to do so? path: < elem: < name: "a" > elem: <...
Hi. What should be the gNMI Get behavior when there’s no data to be returned from a query on a valid path? The spec. seems to be unclear about this....
Hi, This is w.r.t to vlan-id under oc-network-instance. In the below scenario, data type for vlan-id is uint16 as per the Model. When we perform a gnmi get query ,...
Hi all, when we perform a gnmi get query (encoding json) with no data existing, should the reponse contain a "" or a {}. I would believe the response should...
I am giving the following request to gnmi client to stream data from Cisco XR router using POLL mode. I get initial data streamed once, then I get the initial...
There is a point mentioned like Subscriptions are created for a set of paths - which cannot be modified throughout the lifetime of the subscription. **In order to cancel a...
Hi, This is not a issue with the code. I am referring https://github.com/openconfig/gnmi for gnmi code example. I am very new to this and it is very difficult to get...
Hi. In section 3.3.1 (Get), looking at the following particular portion: > path - a set of paths (expressed as per Section 2.2.2) for which the client is requesting a...
With the current set of tools/support (YGOT & GoYang), there are 3 different ways to generate the Go Structs for a given YANG schema. ## 1 YGOT-Generator This generates the...
There seems to be a discrepancy between the specification text in "2.2.3 Node Values" and the examples in "2.3.1" of the [gNMI specification](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#223-node-values): In the example tree, we have: **/a/b[name=1]/c/e...