Loading questions...
Updated
Want a break from the ads?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)

Refer to the exhibit. The task is to create a Python script to display an alert message when a Meraki MX Security Appliance goes down. The exhibit shows sample data that is received. Which Python snippet displays the device name and the time at which the switch went down?
A.

B.

C.

D.


Refer to the exhibit. Which NETCONF protocol operation is used to interact with the YANG model?
Which two statements are benefits of YANG-push telemetry data over traditional data collection methods? (Choose two.)
Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?

Refer to the exhibit. How many YANG models does the NETCONF <get> operation interact with?
When a Grafana dashboard is built to receive network events from Cisco DNA Center, which integration bundle is enabled to send notifications?
Webhooks that are generated by Cisco DNA Center are REST calls with which properties?


Refer to the exhibits. An engineer creates a Python scripts using ncclient to display interface information. The code must be completed so that it can be tested.
Which expression completes the highlighted section in the format call?
Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)
A network administrator must troubleshoot a network issue using Cisco DNA Center. Which API request helps to determine issue details, impacted hosts, or suggested actions for the resolution?
Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?
What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?
FILL BLANK -
Fill in the blank to complete the URL for the Cisco SD-WAN API that retrieves a list of users that are logged into a device.

FILL BLANK -
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.


Refer to the exhibit. Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.)
What are two characteristics of RPC API calls? (Choose two.)

Refer to the exhibit. The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected on the network. The message should include the broadcast SSID that is in the alert. A function called send_to_application is created, and this is the declaration: send_to_application(message)
The exhibit also shows the data that is received by the application and stored in the variable return_val. Which Python code completes the task?
A.

B.

C.

D.

Which statement describe the difference between OpenConfig and native YANG data models?
FILL BLANK -
Fill in the blanks to complete this API request against the Cisco SD_WAN vManage Statistics API, which specified a deviceId of 260faff9-2d31-4312-cf96-
143b46db0211, a local-color of biz-internet, and a remote-color of gold.

FILL BLANK -
Information about a rebooted device needs to be displayed with an ID of 260faff9-2d31-4312-cf96-143b46db0211 using the Cisco SD-WAN vManage
Administration APIs. The API documentation states that deviceId is a required request parameter. Fill in the blank to create the REST call.

DRAG DROP -
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.
Select and Place:

Which two API calls must be issued to attach a device template in Cisco SD-WAN? (Choose two.)

Refer to the exhibit. Which type of YANG container is described by the JSON instance provided?

Refer to the exhibit. What is the result when running the Python scripts?