Juniper / open-nti

Open Network Telemetry Collector build with open source tools
Apache License 2.0
231 stars 93 forks source link

Enabling “ON CHANGE” Sensor Support Through Network Management Interface (gNMI) #248

Open littlespace opened 5 years ago

littlespace commented 5 years ago

Hi,

I just wanted to see if the ON CHANGE” option is supported yet witht he gRPC sensor.

I have found this on Junipe.net :

"To support ON_CHANGE streaming, a new specification called gRPC Network Management Interface (gNMI) is implemented for the modification and retrieval of configurations from a network element. Additionally, the gNMI specification can be used to generate and control telemetry streams from a network element to a data collection system. Using the new gNMI specification, one gRPC service definition can provide a single implementation on a network element for both configuration and telemetry as well as a single NMS element to interact with a device by means of telemetry and configuration RPCs.

The Junos file package (junos-telemetry-interface) includes the gnmi.proto file and GnmiJuniperTelemetryHeader.proto Juniper extension for gNMI support."

Thanks