200-301 Question 460
Single answerA network administrator wants to automate the configuration of multiple routers in their network using a Python script. Which of the following tools or technologies would be most appropriate for enabling programmatic access to the network devices?
- A
RESTCONF
- B
SNMP
- C
NetFlow
- D
Syslog
Show answer and explanation
Correct answer: A
Explanation
RESTCONF is the most suitable tool for this scenario because it is specifically designed to enable programmatic access to network devices using RESTful APIs. This makes it an ideal choice for automating configuration tasks. Other options like SNMP, NetFlow, and Syslog serve different purposes and are not focused on automation or programmability.
- A. Correct.
RESTCONF is a protocol designed to enable programmatic access and configuration of network devices via RESTful APIs. It is commonly used in network automation and programmability.
- B. Incorrect.
SNMP is primarily used for network monitoring and management purposes, such as gathering data or setting device parameters, but it is not designed specifically for automation and programmability.
- C. Incorrect.
NetFlow is a protocol for collecting IP traffic information and is used for traffic monitoring and analysis rather than automation or configuration of devices.
- D. Incorrect.
Syslog is a logging protocol used to send system log messages, which is useful for monitoring and troubleshooting but not for programmatic configuration.