exam questions

Exam 300-635 All Questions

View all questions & answers for the 300-635 exam

Exam 300-635 topic 1 question 27 discussion

Actual exam question from Cisco's 300-635
Question #: 27
Topic #: 1
[All 300-635 Questions]

Refer to the exhibit.

How often is the subscription stream for sys/bgp going to be sent?

  • A. 5 sec
  • B. 5 msec
  • C. 5000 sec
  • D. 5 min
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
arx0
Highly Voted 3 years, 4 months ago
"sample-interval 50000" is wrong. It must be"5000".
upvoted 9 times
RFV147
10 months ago
yes, it should be 5000. ref: https://www.cisco.com/c/en/us/td/docs/dcn/nx-os/101x/Programmability/Nexus-3400-s/cisco-nexus-3400-s-series-nx-os-programmability-guide-release-101x/m-n3400-s-model-driven-telemetry-922.pdf This example creates a subscription that streams data for the sys/bgp root MO every 5 seconds to the destination IP 1.2.3.4 port 50003. switch(config)# telemetry switch(config-telemetry)# sensor-group 100 switch(conf-tm-sensor)# path sys/bgp depth 0 switch(conf-tm-sensor)# destination-group 100 switch(conf-tm-dest)# ip address 1.2.3.4 port 50003 switch(conf-tm-dest)# subscription 100 switch(conf-tm-sub)# snsr-grp 100 sample-interval 5000 switch(conf-tm-sub)# dst-grp 100
upvoted 1 times
...
anonymousch
2 years, 10 months ago
Yes, or the answer is 50 seconds with "sample-interval 50000". But it's not a possible answer.
upvoted 3 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 ...