exam questions

Exam 350-501 All Questions

View all questions & answers for the 350-501 exam

Exam 350-501 topic 1 question 186 discussion

Actual exam question from Cisco's 350-501
Question #: 186
Topic #: 1
[All 350-501 Questions]


Refer to the exhibit. A Cisco engineer is implementing gRPC dial-out on an ASR. Receiver 192.168.1.1 will be assigned one of the subscriptions, and it will manage the ASR. Which command is needed to complete the router configuration?

  • A. protocol tcp
  • B. protocol any
  • C. protocol grpc
  • D. protocol all
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
thejag
2 days, 19 hours ago
Selected Answer: C
The gRPC dial-out configuration examples configuration used gRPC as the protocol as mentioned already. https://xrdocs.io/telemetry/tutorials/2016-07-21-configuring-model-driven-telemetry-mdt/
upvoted 1 times
...
ariasse
2 weeks, 3 days ago
I think it is s tricky question, both protocols are supported: Configure Dial-out Mode In a dial-out mode, the router initiates a session to the destinations based on the subscription. All 64-bit IOS XR platforms (except for NCS 6000 series routers) support gRPC and TCP protocols. All 32-bit IOS XR platforms support only TCP. https://www.cisco.com/c/en/us/td/docs/iosxr/asr9000/telemetry/b-telemetry-cg-asr9000-61x/b-telemetry-cg-asr9000-61x_chapter_010.html. If we supposed this is a 32bit device, tcp is the answer.
upvoted 1 times
...
xChdjdufurpew
2 weeks, 6 days ago
This is for TCP Dial-Out Router Config (but the question is talking about gRPC Dial-Out): RP/0/RP0/CPU0:SunC(config)# telemetry model-driven RP/0/RP0/CPU0:SunC(config-model-driven)# destination-group DGroup1 RP/0/RP0/CPU0:SunC(config-model-driven-dest)# address family ipv4 172.30.8.4 port 5432 RP/0/RP0/CPU0:SunC(config-model-driven-dest-addr)# encoding self-describing-gpb RP/0/RP0/CPU0:SunC(config-model-driven-dest-addr)# protocol tcp RP/0/RP0/CPU0:SunC(config-model-driven-dest-addr)# commit https://xrdocs.io/telemetry/tutorials/2016-07-21-configuring-model-driven-telemetry-mdt/
upvoted 1 times
...
DUsoo
3 months, 1 week ago
Selected Answer: C
gRPC Dial-Out Router Config: RP/0/RP0/CPU0:SunC(config)#telemetry model-driven RP/0/RP0/CPU0:SunC(config-model-driven)# destination-group DGroup2 RP/0/RP0/CPU0:SunC(config-model-driven-dest)# address family ipv4 172.30.8.4 port 57500 RP/0/RP0/CPU0:SunC(config-model-driven-dest-addr)# encoding self-describing-gpb RP/0/RP0/CPU0:SunC(config-model-driven-dest-addr)# protocol grpc RP/0/RP0/CPU0:SunC(config-model-driven-dest-addr)# commit https://xrdocs.io/telemetry/tutorials/2016-07-21-configuring-model-driven-telemetry-mdt/
upvoted 2 times
...
thejag
3 months, 3 weeks ago
C - protocol grpc In the ASR config guide below, the configuration given for "Example: Destination Group for gRPC Dial-out" is using grpc. It also says "If only the protocol grpc is configured without tls option, tls is enabled by default and tls-hostname defaults to the IP address of the destination." https://www.cisco.com/c/en/us/td/docs/iosxr/asr9000/telemetry/b-telemetry-cg-asr9000-61x/b-telemetry-cg-asr9000-61x_chapter_010.html
upvoted 1 times
...
cipikacipiki
7 months, 4 weeks ago
for this question, my anwser is C, question is clearly tell implementation of gRPC Dial out. if question is using other keyword such as implementation "telemetry or MDT" dial out, option "A. protocol TCP" could be the answer and Protocol gRCP also could be the answer. Both support Dial Out but only protocol gRCP support Dial In and Dial Out.
upvoted 2 times
...
ccie_race
8 months ago
A is correct since its only dial-out so it could be TCP or UDP. If it were both dial-in and dial-out then gRPC. Model-driven telemetry (MDT) data is streamed through these supported transport mechanisms: gRPC: used for both dial-in and dial-out modes. TCP: used for only dial-out mode. UDP: used for only dial-out mode.
upvoted 1 times
ccie_race
8 months ago
Dial-in mode: The receiver dials in to the router and dynamically subscribes to one or more sensor paths or subscriptions. The router acts as the server and the receiver is the client. The router streams telemetry data through the same session. The dial-in mode of subscriptions is dynamic. This dynamic subscription terminates when the receiver cancels the subscription or when the session terminates. Dial-out mode: The router dials out to the receiver. This mode of operation is the default one. The router acts as a client and receiver acts as a server. In this mode, sensor paths and destinations are configured and bound together into one or more subscriptions. The router continually attempts to establish a session with each destination in the subscription and streams data to the receiver. The dial-out mode of subscriptions is persistent. When a session terminates, the router continually attempts to re-establish a new session with the receiver every 30 seconds.
upvoted 1 times
...
...
weinanide
1 year, 5 months ago
Answer is C - https://community.cisco.com/t5/service-providers-documents/implementing-grpc-telemetry-on-xr-devices/ta-p/3393966
upvoted 3 times
chst
6 months, 2 weeks ago
it's C telemetry model-driven destination-group 1 address family ipv4 1.1.1.1 port 1111 protocol grpc ! https://www.cisco.com/c/en/us/td/docs/iosxr/ncs5500/telemetry/65x/b-telemetry-cg-ncs5500-65x/b-telemetry-cg-ncs5500-65x_chapter_010.html#id_36126
upvoted 1 times
...
...
ubuntu1234
1 year, 5 months ago
"If only the protocol grpc is configured without tls option, tls is enabled by default and tls-hostname defaults to the IP address of the destination" , grpc can be configured without any options as well.
upvoted 3 times
...
elroy909
1 year, 6 months ago
If the engineer is implementing gRPC dial-out, then surely the protocol used would be gRPC? I think answer should be C
upvoted 4 times
...
jefranca
1 year, 7 months ago
https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r6-6/telemetry/configuration/guide/b-telemetry-cg-asr9000-66x/b-telemetry-cg-asr9000-66x_chapter_010.html
upvoted 1 times
jefranca
1 year, 7 months ago
It's A supported transport mechanisms: 1. gRPC: used for both dial-in and dial-out modes. 2. TCP: used for only dial-out mode. 3. UDP: used for only dial-out mode But to gRPC command: "protocol grpc tls-hostname <>" or "protocol grpc no-tls". Missing after grpc https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r6-6/telemetry/configuration/guide/b-telemetry-cg-asr9000-66x/b-telemetry-cg-asr9000-66x_chapter_010.html
upvoted 2 times
penguin02007
1 year, 2 months ago
Agree A fits more. Lab'ed that A(tcp) is for dial-out; C(grpc) without any option would implies tls is enabled and tls-hostname defaults to the IP address of the destination.
upvoted 1 times
...
chst
1 year ago
I think it's C telemetry model-driven destination-group 1 address family ipv4 1.1.1.1 port 1111 protocol grpc ! https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r6-5/telemetry/configuration/guide/b-telemetry-cg-asr9000-65x/b-telemetry-cg-asr9000-65x_chapter_010.html
upvoted 1 times
...
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago