nerdexam
Cisco

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.

Automation and Assurance

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

350-501 question #598 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)
  • A
    76% (19)
  • B
    8% (2)
  • C
    12% (3)
  • E
    4% (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.

Astream nativeCorrect

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.

Bstream yang-notif-native

The 'stream yang-notif-native' command relates to native YANG notifications, which is distinct from model-driven telemetry using kvGPB encoding.

Cupdate-policy periodic 200

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.

Dupdate-policy periodic 2Correct

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.

Estream yang-push

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

#Network Telemetry#Cisco IOS XR#gRPC#kvGPB

Community Discussion

No community discussion yet for this question.

Full 350-501 Practice