200-901 · Question #49
Refer to the exhibit. What is the effect of this Ansible playbook on an IOS router?
The correct answer is B. The current running configuration of the IOS router is backed up. The Ansible playbook uses a module (such as ios_command or similar) to issue 'show running-config' on the IOS router and then saves the output to a local file or folder on the Ansible control node. This is a backup operation - it reads the current running configuration and…
Question
Refer to the exhibit. What is the effect of this Ansible playbook on an IOS router?
Exhibit
Options
- AA new running configuration is pushed to the IOS router.
- BThe current running configuration of the IOS router is backed up.
- CThe start-up configuration of the IOS router is copied to a local folder.
- DA new start-up configuration is copied to the IOS router.
How the community answered
(31 responses)- B90% (28)
- C6% (2)
- D3% (1)
Explanation
The Ansible playbook uses a module (such as ios_command or similar) to issue 'show running-config' on the IOS router and then saves the output to a local file or folder on the Ansible control node. This is a backup operation - it reads the current running configuration and stores a copy locally. It does not push a new configuration (A) or copy a new startup config to the router (D). The startup configuration is not the source (C); the running configuration is what is captured and backed up.
Topics
Community Discussion
No community discussion yet for this question.
