Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR) — Question 88
Which module refers to the network automation using Ansible?
Answer options
- A. the iosxr_system module to collect facts from remote devices
- B. the iosxr_command module to issue run commands on remote devices
- C. the iosxr_user module to manage banners for users in the local database
- D. the iosxr_logging module to run debugging for severity levels 2 to 5
Correct answer: B
Explanation
The iosxr_command module is specifically designed for executing commands on remote devices, making it the appropriate choice for network automation using Ansible. The iosxr_system module is focused on gathering information, the iosxr_user module manages user banners, and the iosxr_logging module is for debugging purposes, none of which pertain to running commands.