From 0e3ec272fad84c920617c70d4eb65b8889612ade Mon Sep 17 00:00:00 2001 From: nmortari <60630328+nmortari@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:58:38 -0700 Subject: [PATCH] Added overview to dial-in page --- docs/Telemetry/Dial-In/1-index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/Telemetry/Dial-In/1-index.md b/docs/Telemetry/Dial-In/1-index.md index 9a4a78f..a73fa07 100644 --- a/docs/Telemetry/Dial-In/1-index.md +++ b/docs/Telemetry/Dial-In/1-index.md @@ -1,5 +1,10 @@ # Dial-In gNMI Overview +## Dial-In Overview +Dial-in telemetry uses model-driven methods to collect telemetry from a Cisco Nexus device. The term "dial-in" means the external collector is "dialing-in" to the Nexus device and telling the switch what to do. This process happens in two steps. The first step is for the external collector to connect to the Nexus device and tell the switch which telemetry data to collect. The second step is for the Nexus device to collect this data and send it to the external collector. + +Dial-in telemetry has multiple methods available for the data structure, encoding, and transport. + ## About gRPC Google Remote Procedure Call (gRPC) is an open source high performance RPC framework released in 2016. gRPC has many RPCs available to control systems. It uses HTTP/2 for transport, protocol buffers for the interface description language, and includes the following features: