exam questions

Exam 300-910 All Questions

View all questions & answers for the 300-910 exam

Exam 300-910 topic 1 question 38 discussion

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

When static routes are added to a router in a network using a CI/CD pipeline, an Ansible playbook is used to make these changes. Which steps must be added to the pipeline to validate that the changes have the intended effect on the traffic flow?

  • A. Add a step to run the debug ip routing command before the change, and add a step after the change to issue the no debug ip routing command.
  • B. Add a step to capture the routing table before the change, and add a step after the change to capture it again. Calculate the difference between the two for review.
  • C. Add a step to ping a host on each of the static routes before the change, and a step after to repeat the same check. Calculate the difference between the two checks for review.
  • D. Add a step to run the same playbook again with the debug option enabled and use grep on the log output to ensure that the commands are not applied again.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
razvan999
7 months, 1 week ago
B - you have control on the source (router) and the RT is the place to validate new routes. pinging you have to hypothesise the destinations are up and reachable, which can conduct to false negatives
upvoted 2 times
...
BlackTH
10 months, 1 week ago
Selected Answer: B
I think B, because pinging hosts on each static route (option C) could help verify connectivity, but it doesn't give a comprehensive view of the routing table and doesn't confirm that the routes are correctly configured.
upvoted 3 times
...
medoukou
1 year, 3 months ago
I thank C. The routing table cannot show changes on traffic flow
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 ...