Cisco (300-435-ENAUTO) Exam Questions And Answers page 7
Which two statements are benefits of YANG-push telemetry data over traditional data collection methods? (Choose two.)
It uses UDP rather than TCP.
You can precisely define data subscriptions.
It scales better than SNMP.
It is supported on more devices than SNMP.
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. A template is provided to a junior developer to automate the creation of a network on the Meraki dashboard. The new network needs to have the id 123456789 and support only wired network connections. What type needs to be added to the API?
switch
wireless
appliance
systemsManager
Automate APIs and Protocols
Cisco Meraki Programmability
Which two API calls must be issued to attach a device template in Cisco SD-WAN? (Choose two.)
monitor device action status GET API request with the device ID to display the status of the attach action
monitor device action status GET API request with the process ID to display the status of the attach action
PUT call to initiate the attach action
POST call to initiate the attach action
GET call to initiate the attach action
Automate APIs and Protocols
Cisco SD-WAN Programmability
Refer to the exhibit. A RESTCONF GET request is sent to a Cisco IOS XE device. The base URL of the request and the response in XML format are shown in the exhibit. What are the two YANG data nodes and modules referenced in the response? (Choose two.)
description is a key field defined in the interface list
The ethernetCsmacd type is imported from the iana-if-type module
address is a container defined in the ietf-interfaces module
ipv4 is a container defined in the ietf-ip module
interface has the YANG data node type of container
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. Which device type is functioning in a degraded state?
access point
distribution switch
access switch
wireless LAN controller
Network Programmability Foundation
Network Device Programmability
Refer to the exhibit. A Python script must be created to deactivate vSmart Policy Cisco SD-WAN vManage Configuration APIs. The documentation states the URL is as shown in the exhibit for this REST call using POST, and that policyId is a required request parameter. Which line of Python code makes this call, assuming the variable s is a valid Requests session object and the variable policy-id is the policyId?
s.port( https://vmanage:8443/dataservice/template/policy/vsmart/activate?policyId=%s % policy_id)
s.port( https://vmanage:8443/dataservice/template/policy/vsmart/activate/%s % policy_id)
s.port( https://vmanage:8443/dataservice/template/policy/vsmart/activate&policyId=%s % policy_id)
s.port( https://vmanage:8443/dataservice/template/policy/vsmart/activate/ , data = { policyId : policy_id})
Automate APIs and Protocols
Cisco SD-WAN Programmability
Refer to the exhibit. Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device?
crontab
cadence
frequency
period
Automate APIs and Protocols
Network Device Programmability
Which device type is in a degraded state in the exhibit?
Single Choice
Refer to the exhibit. Which device type is functioning in a degraded state?
access point
distribution switch
access switch
wireless LAN controller
Network Programmability Foundation
Network Device Programmability
Refer to the exhibit. A GET request is issued to the Cisco DNA Center REST API. Drag and drop the GET request URL subpaths from the left onto the objectives on the right. Not all options are used.
Automate APIs and Protocols
Network Device Programmability
What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?
to securely deploy vManage
to report an issue to Cisco TAC
to install signed certificates
to contact Enterprise Certificate Authority
Automate APIs and Protocols
Cisco SD-WAN Programmability
Comments