Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR) — Question 239
A service provider requires continuous real-time network monitoring to provide reliable SLAs to its customers. To satisfy this requirement, a network administrator is implementing gRPC dial out on an ASR with TLS. Receiver 192.168.10.2 will be assigned one of the subscriptions, and it will manage the ASR. Which configuration must the engineer apply to the router as part of the configuration process?
Answer options
- A. snmp-server community public snmp-server enable traps snmp-server host 192.168.10.2 version 2c public.
- B. telemetry model-driven destination-group DGroup1 address family ipv4 192.168.10.2 1 port 10 encoding self-describing-gpb
- C. snmp-server community public snmp-server enable traps snmp-server enable traps snmp authentication snmp-server manager snmp-server manager session-timeout 1000
- D. telemetry model-driven destination-group ciscotest address family ipv4 192.168.10.2 port 10 encoding self-describing-gpb protocol grpc tis-hostname ciscotest.com
Correct answer: D
Explanation
The correct answer is D, as it properly configures gRPC for telemetry with the specified destination group and ensures the use of TLS. Options A and C relate to SNMP configurations and do not address the gRPC requirement, while option B is similar but does not specify the correct destination group or protocol needed for the setup.