Which Ansible module can a network administrator use to monitor Cisco IOS devices?
- ios_facts
- ios_config
- ios_logging
- iso_command
Explanation: Some common Ansible modules for Cisco IOS include:
- ios_command - used to execute arbitrary commands on Cisco IOS devices and return their output. For example, using the show command such as show ip interface brief.
- ios_config - used to send or push configuration commands to Cisco IOS devices. For example, configuring device settings such as interfaces, routing protocols, and access lists.
- ios_facts - used to gather facts about Cisco IOS devices such as the device’s current state and configuration.
- ios_logging - used to manage logging on network devices
Related exam: 15.8.2 Module Quiz Answers – CCNA 200-301 Exam v1.1 Supplemental Module
