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 wants to automate the port enable/disable process on specific Cisco switches. The engineer creates a script to send a request through RESTCONF and uses ietf as the YANG model and JSON as payload. Which command enables an interface named Loopback1?
Correct Answer: A
In the provided Python function enable_function, the parameters are if_name, if_status, and if_type, which correspond to the interface name, status (enabled/disabled), and interface type respectively. * Function Parameters: The function enable_function is designed to take three parameters: the interface name (if_name), the status (if_status), and the type (if_type). * Correct Order and Values: To enable the interface named "Loopback1", you need to pass the correct values in the order they are defined in the function. Option A correctly calls the function with the interface name "Loopback1", the status true (enabled), and the interface type 'iana-if-type:softwareLoopback'. Reference: Cisco DevNet Documentation: RESTCONF and YANG Models