A network architect is designing a model-driven telemetry solution for a large SP network. Which three factors are critical to consider when configuring telemetry subscriptions? (Choose three.)
The protocol determines capabilities like on-change reporting, encoding, and transport efficiency.
Why this answer
The collection protocol (gRPC, gNMI, or native TCP) is critical because it determines the transport mechanism, security model, and compatibility with the telemetry collector. gRPC offers high-performance streaming with TLS, gNMI provides a standardized interface for both telemetry and configuration, and native TCP is simpler but less flexible. Choosing the wrong protocol can lead to interoperability issues or performance bottlenecks in a large SP network.
Exam trap
Cisco often tests the distinction between factors that are critical for subscription configuration versus those that are important for overall telemetry deployment but not directly part of the subscription setup, leading candidates to mistakenly select encoding format or YANG model size.