Cisco 300-435 Practice Test - Questions Answers, Page 3
List of questions
Related questions
Refer to the exhibit.
Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device?
crontab
cadence
frequency
period
Which two statements are benefits of YANG-push telemetry data over traditional data collection methods? (Choose two.)
The subscription requests use less bandwidth than SNMP polls.
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.
Which tag is required when establishing a YANG-push subscription with a Cisco IOS XE device?
<yp:period>
<yp:subscription-result>
<yp:subscription-id>
<yp:xpath-filter>
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?
intf_info
intf_config
intf_get
intf_config[0]
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’)
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.
deviceId= ,
&local-color= ,
&remote-color=
What does the command boot ipxe forever switch 1 perform when executed on a Cisco IOS XE device?
It continuously sends DHCP requests for iPXE until the device boots with an image.
It continuously sends DNS requests for iPXE until the device restarts.
It continuously sends DNS requests for iPXE until the device boots with an image.
It continuously sends DHCP requests for iPXE until the device restarts.
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?
/dna/intent/api/site/siteId
/dna/intent/api/site
/dna/intent/api/v1/site
/dna/intent/api/v1/site/siteName
When a Grafana dashboard is built to receive network events from Cisco DNA Center, which integration bundle is enabled to send notifications?
Basic ITSM CMDB Synchronization
DNA Center Rest API
Network Events for REST API Endpoint
Network Issue Monitor and Enrichment for ITSM
Question