350-501 · Question #163
Which module refers to the network automation using Ansible?
The correct answer is D. the iosxr_command module to issue run commands on remote devices. The 'iosxr_command' Ansible module is designed to send arbitrary operational (exec-mode) commands to IOS XR devices and return the output - which accurately matches 'issue run commands on remote devices.' Option A is incorrect because 'iosxr_system' manages system-level…
Question
Which module refers to the network automation using Ansible?
Options
- Athe iosxr_system module to collect facts from remote devices
- Bthe iosxr_user module to manage banners for users in the local database
- Cthe losxr_logging module to run debugging for seventy levels 2 to 5
- Dthe iosxr_command module to issue run commands on remote devices
How the community answered
(48 responses)- A8% (4)
- B2% (1)
- C2% (1)
- D88% (42)
Explanation
The 'iosxr_command' Ansible module is designed to send arbitrary operational (exec-mode) commands to IOS XR devices and return the output - which accurately matches 'issue run commands on remote devices.' Option A is incorrect because 'iosxr_system' manages system-level settings (hostname, DNS, NTP), not fact collection (that is done by 'iosxr_facts'). Option B is incorrect because 'iosxr_user' manages local user accounts, while banners are handled by 'iosxr_banner.' Option C is incorrect because 'iosxr_logging' configures logging destinations and levels, and the description of 'debugging for severity levels 2–5' is inaccurate and misleading.
Topics
Community Discussion
No community discussion yet for this question.