300-420 · Question #249
How does a model-driven telemetry dial-out approach function?
The correct answer is A. The device initiates a session to the collector based on the subscription. In dial-out model-driven telemetry, the network device reads a locally configured subscription and proactively initiates the transport session to the collector, then continuously pushes streamed data.
Question
How does a model-driven telemetry dial-out approach function?
Options
- AThe device initiates a session to the collector based on the subscription.
- BThe collector initiates a session to the device and subscribes to data to be streamed.
- CThe collector initiates a session to the device and gets the data of a previously defined
- DThe device initiates a session to the collector and negotiates a subscription.
How the community answered
(22 responses)- A86% (19)
- C5% (1)
- D9% (2)
Why each option
In dial-out model-driven telemetry, the network device reads a locally configured subscription and proactively initiates the transport session to the collector, then continuously pushes streamed data.
With dial-out telemetry, the subscription is configured directly on the network device, specifying the collector address, port, encoding, and data paths. The device establishes an outbound connection (typically gRPC) to the collector and streams data at the configured interval, so the collector only needs to listen passively for incoming connections.
This describes the dial-in (on-change or periodic pull) model, where the collector initiates the session to the device and subscribes to the data it wants streamed.
This also describes a dial-in approach where the collector initiates the connection to retrieve previously defined data, the opposite of dial-out behavior.
In dial-out mode the device initiates the session, but the subscription is pre-configured statically on the device - it is not negotiated dynamically with the collector after connection establishment.
Concept tested: Model-driven telemetry dial-out session initiation
Source: https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5500/telemetry/66x/b-telemetry-cg-ncs5500-66x/b-telemetry-cg-ncs5500-66x_chapter_010.html
Topics
Community Discussion
No community discussion yet for this question.