A network administrator needs to select a configuration management tool to automate Cisco router configurations. The organization mandates an agentless architecture that executes playbooks over standard SSH or NETCONF connections without installing software on target devices. Which tool satisfies this requirement?
- AnsibleAnswer
- BPuppet
- CChef
- DSaltStack in standard Minion mode
Answer
Ansible meets the requirement because it operates using an agentless architecture and executes playbooks over SSH or NETCONF.
Ansible uses an agentless architecture that does not require host agent software. It pushes configurations to network devices over standard management protocols such as SSH or NETCONF using structured YAML playbooks.
Step-by-Step Solution
Key Concept
Agentless vs Agent-Based Configuration Management Architecture
Estimated Time:45s