Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
Refer to the exhibit. A network engineer must change the configuration on devices daily. The Python script must collect CLI arguments from the user, organize data according to the Cisco-IOS-XE-native YANG model, and utilize Cisco REST APIs to make the configuration. Which workflow is being automated by the Python script?
Correct Answer: B
The Python script shown in the exhibit collects CLI arguments, organizes data according to the Cisco-IOS-XE-native YANG model, and utilizes Cisco REST APIs to make configuration changes. The workflow being automated by the script is adding a new route to a device. A: updating an existing route on the device - Incorrect. The script is adding a new route, not updating an existing one. B. adding a new route to a device - Correct. The script adds a new route using the provided prefix, mask, and IP address. C. including a route on the device and overwriting the current routes - Incorrect. The script does not indicate it overwrites existing routes. D. deleting the route that is passed through the command-line variables - Incorrect. The script is adding a route, not deleting one. References: * Cisco IOS XE YANG Data Models * Cisco REST API Documentation