Cisco (300-435-ENAUTO) Exam Questions And Answers page 9
Which two Cisco DNA Center features are needed to add legacy devices on the platform? (Choose two.)
trusted device profile update
device package creation
device package download
device profile replication
Network Device Programmability
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
Drag and drop the code from the bottom onto the box where the code is missing to perform the login operation and security check on the vManage web server at the specified IP address. Not all code options are used.
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. The configuration commands are entered in CLI config mode to configure a static telemetry subscription on a Cisco IOS XE device. The commands are accepted by the device, but the consumer receives no telemetry data. Which change must be made to ensure that the consumer receives the telemetry data?
The IP address of the receiver must be set.
The stream type must be set to YANG.
The update policy period must be shortened.
The sender IP address must be set.
Automate APIs and Protocols
Network Device Programmability
Which two types of solution are built with the Meraki Location Scanning API? (Choose two.)
networking automation
mapping
guest Wi-Fi
Sense
wayfinder
Automate APIs and Protocols
Cisco Meraki Programmability
A new project called device_status must be stored in a central Git repository called device_status with the first file named device_status.py . The Git repository is created using the account python_programmer. Which set of commands inserts the project into Git?
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. What is the correct ncclient method to use to collect the running configuration of a Cisco IOS XE device that uses NETCONF?
config=m.copy_config(source= running )
config=m.get(source= running )
config=m.collect_config(source= running )
config=m.get_config(source= running )
Automate APIs and Protocols
Network Device Programmability
Refer to the exhibit. After executing the call, an engineer obtains the result of the Command Runner execution. The three commands show as blocklisted in the downloaded file. What is the cause of the error?
The API user in Cisco DNA does not have write privileges on the devices.
The engineer attempting to access the devices in Cisco DNA Center does not have privilege 15.
The format of the JSON body must follow the CLI format.
Command Runner supports only the show command and the read-only command.
Automate APIs and Protocols
Network Device Programmability
When accessing the /device-detail endpoint in Cisco DNA Center, what is an acceptable SearchBy parameter value?
platform type
IP address
software version
MAC address
Network Device Programmability
Cisco SD-WAN Programmability
Which path do calls begin with to implement Cisco DNA Center Intent APIs?
/intent
/dna/v1
/dna/api/intent/v1/
/dna/system/api/v1/
Automate APIs and Protocols
Cisco SD-WAN Programmability
Comments