ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 34 - 300-910 discussion

Report
Export

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.

Answers
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.

Answers
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.

Answers
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.

Answers
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.

Suggested answer: B
asked 10/10/2024
Tyler Andringa
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first