reference
reference copied to clipboard
This repository contains reference implementations, specifications and tooling related to OpenConfig-based network management.
Can you add some clarification how `suppress_redundant` shall work in conjunction with aggregation (e.g. `allow_aggregation`)? Section 3.5.1.5.2 describes the principles of the suppression, but is this valid only when updates...
The YANG types `identityref` and `instance-identifier` are represented differently in the IETF JSON (RFC7951) and XML (RFC6020) encodings. Values of these types can also be the value in a constraint,...
Hi all- Could someone please confirm if my understanding is right? ex: Let's say I want to get all the BGP neighbors CONFIG from the target. GET REQUEST: path <...
Looking at the latest gnmi.proto, I see that Error has been deprecated, as has all its uses, including within SetResponse and UpdateResult. However Section 3.4 still says that "In the...
Let's say target uses data defined by yang files. These yang files contains augmentations between them. How should gNMI Path look in case of multiple augmentations in one path? Or...
The current way of doing gNMI is that there is a gNMI server with the Openflow switch. Can it be a gNMI client instead of a server? The reason is...
IMHO, it isn't clear what would be the expected target behavior when heartbeat_interval is less than sample_interval. According to "3.5.1.5.2 STREAM Subscriptions" there are no restrictions for heartbeat_interval value. So...
IMHO, it isn't clear if for STREAM SAMPLE subscription the target system should send an initial update set followed by sync_response. I am referring to chapter "3.5.1.5.2 STREAM Subscriptions" of...
Would be great to get clarification regarding update.delete field in SubscribeResponse. The 3.5.2.3 chapter says just: "Where a node within the subscribed paths has been removed, the delete field of...
From reading issues #66 and #76, I understand that leaf list and unkeyed list elements are unaddressable in gNMI. In particular, the response from issue #66 states that > ......