Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 86

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?

Answer options

Correct answer: B

Explanation

The correct answer is B, as capturing the routing table before and after the changes effectively shows the modifications made by the static routes. This allows for a clear comparison and validation of the intended effects. The other options, while useful, do not provide a direct method to assess the overall impact on the routing table itself.