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?
A <edit-config>
B <get>
C <get-config>
D <copy-config>
Which two statements are benefits of YANG-push telemetry data over traditional data collection methods? (Choose two.)
AThe subscription requests use less bandwidth than SNMP polls.
BIt uses UDP rather than TCP.
CYou can precisely define data subscriptions.
DIt scales better than SNMP.
EIt is supported on more devices than SNMP.
Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?
Become a Supporter and enjoy a completely ad-free experience, plus unlock Learn Mode, Exam Mode, AstroTutor AI, and more.
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Ask AstroTutor
0
Refer to the exhibit. How many YANG models does the NETCONF <get> operation interact with?
Aone
Btwo
Cthree
Dfour
When a Grafana dashboard is built to receive network events from Cisco DNA Center, which integration bundle is enabled to send notifications?
ABasic ITSM CMDB Synchronization
BDNA Center Rest API
CNetwork Events for REST API Endpoint
DNetwork Issue Monitor and Enrichment for ITSM
Webhooks that are generated by Cisco DNA Center are REST calls with which properties?
AJSON payload delivered via PUT
BXML payload delivered via POST
CJSON payload delivered via POST
DXML payload delivered via PUT
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?
Aintf_info
Bintf_config
Cintf_get
Dintf_config[0]
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?
A/dna/intent/v1/issues
B/dna/intent/api/v1/issues
C/dna/intent/v1/issue-enrichment-details
D/dna/api/v1/client-health/issues
Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?
Afrom urllib.request import Viptela
Bfrom viptela.devices import Viptela
Cfrom viptela.viptela import Viptela
Dfrom viptela.library import Viptela
What is primary purpose of using the Cisco SD-WAN vManage Certificate Management API?
Ato securely deploy vManage
Bto report an issue to Cisco TAC
Cto install signed certificates
Dto contact Enterprise Certificate Authority
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.)
Atimezone
BdisableMyMerakiCom
Ctype
Dtags
EorganizationId
What are two characteristics of RPC API calls? (Choose two.)
AThey can be used only on network devices.
BThey use only UDP for communications.
CParameters can be passed to the calls.
DThey must use SSL/TLS.
EThey call a single function or service.
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?
ANative models are designed to be independent of the underlying platform and are developed by vendors and standards bodies, such as the IETF.
BNative models are developed by individual developers and designed to apply configurations on platforms.
COpenConfig models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.
DNative models are developed by vendors and designed to integrate to features or configurations that are relevant only to that platform.
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.)
Aג€monitor device action statusג€ GET API request with the device ID to display the status of the attach action
Bג€monitor device action statusג€ GET API request with the process ID to display the status of the attach action
CPUT call to initiate the attach action
DPOST call to initiate the attach action
EGET call to initiate the attach action
Refer to the exhibit. Which type of YANG container is described by the JSON instance provided?
Ainterface-configurations
Bactive
Cinterface-name
Ddescription
Refer to the exhibit. What is the result when running the Python scripts?