An engineer needs to automate the deployment of a new VLAN across multiple switches. Which tool is best suited for this task?
Trap 1: NetFlow
NetFlow is for traffic analysis, not automation.
Trap 2: Syslog
Syslog is for logging, not automation.
Trap 3: SNMP
SNMP is for monitoring, not configuration automation.
- A
NetFlow
Why wrong: NetFlow is for traffic analysis, not automation.
- B
Syslog
Why wrong: Syslog is for logging, not automation.
- C
Ansible
Ansible is designed for configuration management and automation.
- D
SNMP
Why wrong: SNMP is for monitoring, not configuration automation.