Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which two Python libraries are used to write a script to retrieve network device information using RESTCONF? (Choose two.)

A.

PySNMP

B.

requests

C.

ncclient

D.

YANG

E.

json

An automation engineer is trying to configure a destination group to use dial-out telemetry with gRPC on a Cisco IOS XR platform. The template created is failing to apply. Which parameters must be configured?

A.

source IP address, source port, encoding, and sampling interval

B.

source IP address, source port, encoding, and protocol

C.

destination IP address, destination port, encoding, and sensor path

D.

destination IP address, destination port, encoding, and protocol

Drag and drop the steps from the left into the correct order on the right to deploy an already created service into NSO. Not all options are used.

Refer to the exhibit.

An engineer implements an automation with Cisco XTC. Which problem results in the 404 Not Found error code on the REST call?

A.

The resource that you are trying to delete does not exist.

B.

Port 8080 is not enabled on XTC.

C.

XTC does not offer any APIs.

D.

You must change the request method.

Which command configures the remote peer when the Cisco IOS XR Traffic Controller is used?

A.

peer-sync ipv4 192.168.0.3

B.

state ipv4 192.168.0.3

C.

peer ipv4 192.168.0.3

D.

state-sync ipv4 192.168.0.3

The Netmiko BaseConnection class contains a method called “send_config_set()”. Which two actions does this method perform on the device? (Choose two.)

A.

It takes a filename parameter that executes commands contained in that file on the device.

B.

It requires the user to explicitly send configure terminal and exit commands to the device to enter and exit configuration mode.

C.

It automatically enters and exits configuration mode on the device.

D.

It takes a Python iterable, such as a list of commands, and executes them in order on the device.

E.

It saves the running configuration to the startup configuration after executing the configuration commands on the device.

Refer to the exhibit.

An engineer updated the skeleton template. How can a device be entered into the YANG Model?

A.

Modify the device instance of the device by referencing the acl_lab variable from our YANG model.

B.

Deploy a service instance that configures a VLAN of all of the devices present in Cisco NSO.

C.

Deploy a service instance that configures a VLAN of a list of devices referenced to the service YANG model.

D.

Modify the device instance by referencing the device variable from our YANG model.

Refer to the exhibit.

Using the provided XML snippet, which Xpath expression prints “Jane”?

A.

//employee[1]/firstName/value()

B.

//employee[0]/firstName/value()

C.

//employee[1]/firstName/text()

D.

//employee[0]/firstName/text()

Drag and drop the components of Cisco Network Services Orchestrator from the left onto the correct definitions on the right.

Refer to the exhibit.

After this operation, what else is needed to change the hostname of the router to IOS-XR- SJC-19?

A.

B.

C.

D.