Category Archives: 300-535 Automating Cisco Service Provider Solutions (SPAUTO)

300-535 Automating Cisco Service Provider Solutions (SPAUTO) Question and Answers

Drag and drop the components of Cisco Network Services Orchestrator from the left onto the correct definitions on the right.

Drag and drop the components of Cisco Network Services Orchestrator from the left onto the correct definitions on the right. Select and Place: Answer: Explanation:  No answer description available for this question Show AnswerDiscussion The post Drag and drop the components of Cisco Network Services Orchestrator from the left onto the correct definitions on the right. appeared first… Read More »

Which two URI entries are optional and functional in this RESTCONF URI structure? (Choose two.)

Refer to the exhibit. Which two URI entries are optional and functional in this RESTCONF URI structure? (Choose two.) A. fragment B. query C. operation D. api-entry E. path Answer: Option B, E. Explanation:  Reference: https://www.ciscolive.com/c/dam/r/ciscolive/apjc/docs/2016/pdf/DEVNET-1081.pdf page 25 Show AnswerDiscussion The post Which two URI entries are optional and functional in this RESTCONF URI structure? (Choose two.) appeared… Read More »

A Python script is created to add a new device on Cisco NSO using RESTCONF API. The device is added successfully, but a 405 Method Not Allowed RESTCONF error code has received as the line to fetch SSH keys runs. Which code is missing to complete the script?

Refer to the exhibit. A Python script is created to add a new device on Cisco NSO using RESTCONF API. The device is added successfully, but a 405 Method Not Allowed RESTCONF error code has received as the line to fetch SSH keys runs. Which code is missing to complete the script? A. response = requests.put(baseUriOperation + “/devices/device=ios-device/ssh/fetch-host-keys”,… Read More »

A user is debugging a problem with model-driven dial-in/out streams with gRPC for a Cisco IOS XR implementation. There is no streaming data and the path is not resolved when the show telemetry model-driven subscription command is issued on the router. What is the cause of the problem?

A. The emsd process is not running. B. There are polling interval problems. C. SNMP is not enabled. D. There is no support for IOS XR 64-bit. Answer: Option A. Explanation:  Reference: https://community.cisco.com/t5/service-providers-documents/implementing-grpc-telemetry-on-xr-devices/ta-p/3393966 Show AnswerDiscussion The post A user is debugging a problem with model-driven dial-in/out streams with gRPC for a Cisco IOS XR implementation. There is no… Read More »

Refer to the exhibit. When YDK is used to interact with Cisco routers, what is the purpose of passing intf_f into the crud_service.read() method?

A. The Interfaces() class acts as a NETCONF filter, which limits the data returned to that of the openconfig:interfaces YANG model. B. It provides the data types of the openconfig:interfaces model to the router for dynamic configuration of the interfaces. C. It locks the interfaces from modification by other active NETCONF sessions. D. It passes default values into… Read More »