reference
reference copied to clipboard
This repository contains reference implementations, specifications and tooling related to OpenConfig-based network management.
There is a discrepancy in the GNMI documentation regarding the error handling of SetRequest messages as described in Section 3.4.3. The documentation states that in the case of any operation...
Addition of subsection to `3.5.2.1 Bundling of Telemetry Updates` that covers atomic datasets and when there is a relationship to YANG modeled data. Reference: https://github.com/openconfig/gnmi/issues/180
How the response for a gNMI `Get` or `Subscribe` request with `prefix` set to a valid path in the YANG tree should be formed? 1. Should the response be always...
Add clarity on using sample-interval in target defined mode.
related issue: https://github.com/openconfig/reference/issues/233
Hi all According to [gnmi-specification](https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md) a target should "sync all data to client" firstly no matter what current subscription mode(`ONCE` `POLL` `STREAM/SAMPLE` `STREAM/ON_CHANGE`) is. However the [netconf event](https://datatracker.ietf.org/doc/html/rfc5277)/yang `notification` may...
target is to fix: https://github.com/openconfig/gnmi/issues/227
Reference: https://github.com/openconfig/gnmi/issues/217 Follow-on from the OC Community Meeting 2025-10-02, clarify that delete messages are disallowed in Notifications for `SAMPLE` mode subscriptions.
Update gNMI specification and increment version to account for deprecation of `suppress_redundant` field. Reference: https://github.com/openconfig/gnmi/pull/224
It is not clear how "union-replace" handles the OC/CLI dependency per the current writing. Take bgp as the example, some vendor may include bgp as its built-in functionality, while others...