300-435 · Question #101
What is a benefit of using Ansible and Terraform for Cisco IOS XE configuration automation?
The correct answer is D. They enable the use of a standard configuration on all devices. Using Ansible and Terraform for Cisco IOS XE configuration automation enables the application of standard configurations across all devices, ensuring consistency and reducing configuration drift.
Question
Options
- AThey use an agent that provides more reliability.
- BThey allow for snowflake configuration.
- CThey support automatic configuration triggering.
- DThey enable the use of a standard configuration on all devices.
How the community answered
(63 responses)- A3% (2)
- B5% (3)
- C2% (1)
- D90% (57)
Why each option
Using Ansible and Terraform for Cisco IOS XE configuration automation enables the application of standard configurations across all devices, ensuring consistency and reducing configuration drift.
Ansible is agentless, relying on SSH for communication, which is a key characteristic and benefit, not a drawback.
Snowflake configurations refer to unique, inconsistent device configurations that diverge from a standard, which is precisely what automation tools like Ansible and Terraform aim to prevent.
While automation tools can be part of CI/CD pipelines that trigger configurations, "automatic configuration triggering" is not an inherent or primary benefit describing the core function of Ansible/Terraform for configuration management itself.
Ansible and Terraform are powerful automation tools that promote configuration standardization and idempotency, meaning they can ensure devices are configured consistently according to a desired state. This capability allows for the application of a uniform, standard configuration across all relevant devices, significantly reducing manual errors and configuration drift.
Concept tested: Network automation benefits (Ansible/Terraform)
Source: https://www.cisco.com/c/en/us/td/docs/solutions/Enterprise/Network_Automation/Automation_Deployment_Guide.html
Topics
Community Discussion
No community discussion yet for this question.