350-501 · Question #598
Refer to the exhibit. The network administrator is configuring memory telemetry on router R1. Only kvGPB encoding and gRPC protocol based on RFC 7540 should be used. Updates should be sent every two…
The correct answer is A. stream native D. update-policy periodic 2. To configure memory telemetry using kvGPB encoding and gRPC protocol (RFC 7540), the administrator must enable the native stream and set the update policy to send data periodically every two seconds.
Question
Refer to the exhibit. The network administrator is configuring memory telemetry on router R1. Only kvGPB encoding and gRPC protocol based on RFC 7540 should be used. Updates should be sent every two seconds. Which two commands must the administrator apply to complete the task? (Choose two.)
Exhibit
Options
- Astream native
- Bstream yang-notif-native
- Cupdate-policy periodic 200
- Dupdate-policy periodic 2
- Estream yang-push
How the community answered
(25 responses)- A76% (19)
- B8% (2)
- C12% (3)
- E4% (1)
Why each option
To configure memory telemetry using kvGPB encoding and gRPC protocol (RFC 7540), the administrator must enable the native stream and set the update policy to send data periodically every two seconds.
The 'stream native' command configures the telemetry stream to use native data models, which, when combined with gRPC, implies kvGPB (key-value Google Protocol Buffers) encoding for the transmitted data, fulfilling the encoding and protocol requirements.
The 'stream yang-notif-native' command relates to native YANG notifications, which is distinct from model-driven telemetry using kvGPB encoding.
While 'update-policy periodic 200' would set the interval to 200 centiseconds (2 seconds) on many Cisco platforms, the provided correct answer D implies that 'periodic 2' is the intended command for a 2-second interval in this specific exam context, meaning the unit for this option is seconds directly.
The 'update-policy periodic 2' command sets the telemetry data export interval to 2 seconds, ensuring that updates are sent to the collector at the required frequency.
The 'stream yang-push' command uses YANG data models for push telemetry, but it doesn't specifically enforce kvGPB encoding as required.
Concept tested: Model-Driven Telemetry Configuration (kvGPB, gRPC, Periodic Update)
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/1711/b_1711_programmability_cg/mdt_config_data_model.html
Topics
Community Discussion
No community discussion yet for this question.
