Automating Cisco Enterprise Solutions (ENAUTO) Questions and Answers
Drag and drop the code from the bottom onto the box where the code is missing in the Ansible playbook to apply the configuration to an interface on a Cisco IOS XE device. Not all options are used.
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?
Which field must be completed in Cisco DNA Center when a network discovery is initiated?
What is a capability of MV Sense MQTT API?
The automation engineer must replace device configuration using RESTCONF. How is this configured using
the Python library Requests?
Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)
In the Cisco DNA Center Operational Tool API, which section of the intent API allows the retrieval of keywords that are accepted by the CLI and enables the execution of read-only commands on network devices to retrieve their real-configuration?
What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?
Refer to the exhibit.
NTP server 10.1.1.20 must be configured on the target Cisco IOS XE device without using
authentication and logging. Which state should be added on a new line at the end of the Ansible task?
Which setting is used for the dampening period when configuring an on-change publication for YANG-push versus Openconfig?
Refer to the exhibit. The lab group consists of four Cisco IOS XE routers named pod-11,pod-12, and pod-22. What is the result of running the Ansible playbook to reset the lab?
Refer to the Exhibit.
Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two)
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.
What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?
What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)
Fill in the blank to complete the URL for an API call to Cisco SD-WAN to display the history of the Bidirectional Forwarding Detection sessions that run on a vEdge router.
Which URI with the request body of Request body:
{“name”:”Test”,”organizationId”:
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?
What is an advantage of software-defined networks as compared to traditional networks?
Refer to the exhibit.
A Python script has been created that calls the Cisco SD-WAN vManage Device Inventory API to get the list of vEdges. The JSON data that returns to a Python dictionary has been converted and assigned to a variable named “d”. A portion of the JSON is shown in the exhibit. Which code will complete the expression hostname= to access the hostname?
Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?
Drag and drop the code snippets from the bottom onto the blanks in the code to create a network for a new Cisco Meraki organization. Not all option are used?
Which HTTP request is valid to create a new wireless network called “Demo Wireless Network” in the organization “QASD-EROA-MKAW”?
Refer to the exhibit.
What is the result when running the Python scripts?
What is a capability of Cisco SD-WAN vManage Certificate Management API?
Which Python snippet receives a Meraki webhook request?
When accessing the /device-detail endpoint in cisco DNA Center, what is an acceptable searchBy parameter value?
A programmer is creating a Meraki webhook python script to send a message to webex teams. Which two elements should be configured to create this script? (Choose two.)
Which two Cisco DNA center features are needs to add legancy on the platform? (Choose two.)
The Cisco DNA Center Sites API must be used to add a device to a site, but only the site name is available. Which API call must be used to retrieve the site identifier so that the device can be properly added to the network?
Refer to the exhibit.
An engineer creates a Python script using RESTCONF to display hostname information. The code must be completed so that it can be tested. Which string completes the highlighted areas in the exhibit?
Which two types of solution are built with the Meraki Location Scanning API? (Choose two.)
During a network outage, a network administrator used the Cisco SD-WAN vManage Troubleshooting Dashboard APIs to troubleshoot the cause of the issue. Which detail is captured during troubleshooting with these APIs?
Refer to the exhibit.
A Python script is used to configure a Cisco IOS XE device. The script must be updated to
print the IP addresses of all the loopback interfaces. Which statement should be added before the loop?
Refer to the exhibit. End users cannot connect to the circular network, and the signal strength is poor. A missing or unknown APN status message is present and the modern status remains in low-power mode. Which addresses the issue?
A Cisco DNA Center script must be written to retrieve a list of interfaces on a switch. Drag and drop the API calls that are needed to return the list of interfaces using the Command Running APIs from the left into the correct sequence on the right.
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?