Implementing and Operating Cisco Data Center Core Technologies (DCCOR) — Question 433
Due to a newly announced security advisory, a company has been informed that they must update the configuration of 500 network devices that are deployed in their network. The engineering team must assist the operations team to prepare for this update. The operations team does not have direct access to the network devices and must login via a Linux server. This is the first time that the team is making a network-wide configuration and must change all devices without first installing additional software on the network devices. The operations team is unfamiliar with automation and scripting technologies. Which automation tool must be used to accomplish this goal?
Answer options
- A. Chef
- B. SaltStack
- C. Ansible
- D. Puppet
Correct answer: C
Explanation
Ansible is the correct choice because it allows for agentless configuration management, meaning it can manage devices without needing additional software installed on them. Chef, SaltStack, and Puppet typically require agents to be installed on the target devices, which is not possible in this scenario since the operations team cannot install extra software.