200-901 Question 156
Single answerYou are tasked with automating the deployment of a specific network management package to multiple network devices using an Ansible playbook. Which workflow does the playbook most likely automate?
- A
Installing SNMP monitoring agents on network devices
- B
Configuring VLANs across switches
- C
Backing up device configurations to a remote server
- D
Updating the firmware of all network devices
Show answer and explanation
Correct answer: A
Explanation
The task described in the question involves automating the deployment of a network management package, which is most closely associated with installing SNMP monitoring agents. Other options describe different types of automation tasks unrelated to managing network management packages.
- A. Correct.
This is correct because deploying SNMP monitoring agents is related to managing and automating the installation of network management packages, which aligns with the scenario described.
- B. Incorrect.
This is incorrect because configuring VLANs is a network configuration task and not specifically related to deploying management packages.
- C. Incorrect.
This is incorrect because backing up configurations is a data management task, not related to the installation of management packages.
- D. Incorrect.
This is incorrect because updating firmware refers to upgrading device software, not deploying management packages.