Huawei Certified ICT Expert – Routing and Switching (HCIE-RS) — Question 40
Telemetry static subscription has been configured on a device, and the telemetry sampling path is huawei-devm:devm/cpuInfos/cpuInfo. To write the script that implements telemetry static subscription and configures gRPC-based data push, which of the following .proto files are mandatory?
Answer options
- A. huawei-grpc-dialin.proto
- B. huawei-telemetry.proto
- C. huawei-grpc-dialout.proto
- D. huawei-devm.proto
Correct answer: B, D
Explanation
The correct options B and D are essential because huawei-telemetry.proto defines the telemetry data structure and gRPC methods, while huawei-devm.proto provides the necessary device management definitions. Options A and C are not directly related to telemetry static subscriptions and therefore are not required for this specific implementation.