200-901 Question 153
Single answerA Python script is using the Cisco Meraki API to retrieve a list of all devices in a specific network and then automatically disable any devices that have been inactive for more than 30 days. What workflow is being automated by this script?
- A
Network device monitoring and automated remediation
- B
User authentication and access control
- C
Configuration backup and restoration
- D
Network topology visualization
Show answer and explanation
Correct answer: A
Explanation
The script demonstrates a workflow focused on monitoring the status of devices in a network and taking action based on specific conditions (e.g., inactivity). This aligns with the 'Network device monitoring and automated remediation' workflow, as it ensures proactive management of the network environment.
- A. Correct.
Correct. The script is monitoring the status of devices (retrieving device information) and performing automated remediation (disabling inactive devices). This matches the 'Network device monitoring and automated remediation' workflow.
- B. Incorrect.
Incorrect. The script does not involve user authentication or access control mechanisms. It focuses on device management.
- C. Incorrect.
Incorrect. The script does not deal with backing up or restoring configurations. It deals with device activity monitoring and status updates.
- D. Incorrect.
Incorrect. The script does not generate or visualize network topology. Its purpose is to monitor and manage device activity.