Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

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?

A.

interfaces = response.json()[“ietf-interfaces:interfaces”]

B.

interface = response.json()[“ietf-interfaces:interfaces”]

C.

interface = response.json()[“ietf-interfaces:interfaces”][“interface”]

D.

interfaces = response.json()[“ietf-interfaces:interfaces”][“interface”]

Full Access
Question # 5

Which two features are characteristics of software-defined networks when compared to traditional infrastructure? (Choose two.)

A.

configured box-by-box

B.

changed manually

C.

use overlay networks

D.

designed to change

E.

require software development experience to manage

Full Access
Question # 6

Which curl command is used to update the SNMP community of network ID “1234567” to read-only?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 7

Which action allows for creating a Python script to pull inventory for Cisco SD-WAN Viptela devices using the Viptela library in the code?

A.

from urllib.request import Viptela

B.

from viptela.devices import Viptela

C.

from viptela.viptela import Viptela

D.

from viptela.library import Viptela

Full Access
Question # 8

Which two API calls are used to trigger a device configuration sync in Cisco DNA Center? (Choose two.)

A.

PUT /dna/intent/api/v1/network-device

B.

PUT /dna/intent/api/v1/network-device/sync-all

C.

PUT /dna/intent/api/v1/network-device/{networkDeviceId}/sync

D.

PUT /dna/intent/api/v1/network-device/sync

E.

POST /dna/intent/api/v1/network-device/{networkDeviceId}/sync

Full Access
Question # 9

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

C.

PUT call to initiate the attach action

D.

POST call to initiate the attach action

E.

GET call to initiate the attach action

Full Access
Question # 10

Drag and drop the characteristic from the left onto the monitoring type described on the right

Full Access
Question # 11

What is a capability of MV Sense MQTT API?

A.

request and subscribe to historical, current, or real-time data

B.

automate the configuration of networking devices

C.

monitor the network and auto adjust for optimal performance

D.

create email alerts for user that violate the security configuration

Full Access
Question # 12

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?

A.

/dna/intent/api/site/siteId

B.

/dna/intent/api/site

C.

/dna/intent/api/v1/site

D.

/dna/intent/api/v1/site/siteName

Full Access
Question # 13

Refer to the exhibit.

Which type of YANG container is described by the JSON instance provided?

A.

interface-configurations

B.

active

C.

interface-name

D.

description

Full Access
Question # 14

What is a benefit software-defined networks when compared to traditional network?

A.

They improve information capture from the network by enabling model-driven telemetry, whereas traditional networks use SNMP for capturing logs from devices.

B.

They facilitate network management by replacing network services that run on dedicated hardware, whereas traditional networks use networking platforms to run and enforce policies.

C.

They simplify operations by providing policy enforcement across physical and virtual environments, whereas traditional network configuration occurs on the physical infrastructure.

D.

They reduce costs by enabling network functions to run on commodity servers, whereas traditional network functions run on physical servers.

Full Access
Question # 15

What is a benefit of developing an application in a Python virtual environment?

A.

The application operates in multiple target systems simultaneously.

B.

The application supports concurrency or multithreading.

C.

The application operates across systems that have different operating systems.

D.

The development environment is isolated from Python projects that already exist.

Full Access
Question # 16

Refer to the exhibit.

Which XML tag completes this NETCONF telemetry subscription with a Cisco IOS XE device?

A.

crontab

B.

cadence

C.

frequency

D.

period

Full Access
Question # 17

When a Grafana dashboard is built to receive network events from Cisco DNA Center, which integration bundle is enabled to send notifications?

A.

Basic ITSM CMDB Synchronization

B.

DNA Center Rest API

C.

Network Events for REST API Endpoint

D.

Network Issue Monitor and Enrichment for ITSM

Full Access
Question # 18

Refer to the exhibit. What is a valid XML instances of this YANG module?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access