reference
reference copied to clipboard
This repository contains reference implementations, specifications and tooling related to OpenConfig-based network management.
Hi guys, What should a GetResponse look like if there is no data to return ? I've seen some discussion of a similar scenario for Subscriptions in other git issues...
1. Add example JSON_IETF format for updating an individual list element. 1. Clarify that an empty subset of attributes for a keyed-list is unacceptable as a path for gNMI Set....
I have a question about using SetRequest for multiple targets. Here https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#343-transactions a transaction is defined for a target but in a Set request we can have multiple paths for...
gNMI currently only supports dial-in (i.e. a client coming from the outside and connecting to the network element where the gRPC server implementing the gNMI spec listens), but we see...
``` enum SubscriptionMode { TARGET_DEFINED = 0; // The target selects the relevant mode for each element. ON_CHANGE = 1; // The target sends an update on element value change....
Section 3.1 (Session Security, Authentication and RPC Authorization) of the gnmi specification indicates that the username and password for user Authentication should be transported in the metadata of the RPC...
Based on latest path spec, following search options are possible: `/interfaces/interface/state/counters` `/interfaces/interface[name=*]/state/counters` To select only specific interfaces, one could provide a specific key value: `/interfaces/interface[name=Ethernet1/2/3]/state/counters` However, there are use-cases for...
A port can be set to 40G or 100G. If I set the port speed by gnmi_cli, how do I know the speed the port supported? I see the 3.2...
The gNMI Specification section 3.3 (Retrieving Snapshots of State Information) specifies that the client MAY use wildcards in the Path. Section 3.4 (Modifying State) does not mention wildcards in the...
Hi. From what I read in RFC 6020 (YANG), RFC 8040 (RESTCONF), and Andy Bierman's comment on https://mailarchive.ietf.org/arch/msg/netconf/QXJ-ind78nB3Qu2DIwngC_B7ZNM/, path to leaf-list can represent a single instance of leaf-list and deleting...