Refer to the exhibit.
What is the result of the Ansible task?
An engineer must change from using NETCONF for streaming telemetry to telemetry data using gRPC framework because NETCONF uses XML for message and payload encoding. Which two messages and payload encodings does gNMI use? (Choose two.)
Which two commands generate a template using Cisco NSO to build a service package? (Choose two.)
An engineer is deploying a Python script to manage network devices through SSH. Which library based on Paramiko is used?
When using Cisco YDK, which syntax configures the BGP ASN using OpenConfig BGP?
Which two data formats are human readable? (Choose two.)
Refer to the exhibit.
Using the provided XML snippet, which Xpath expression prints “Jane”?
After a configuration request is sent using NETCONF, which call releases any locks and resources associated with the session?
Refer to the exhibit.
Which XML output is a valid instantiation of the YANG model?
A)
B)
C)
D)
Refer to the exhibit.
A Python script is created to add a new device on Cisco NSO using RESTCONF API. The device is added successfully, but a 405 Method Not Allowed RESTCONF error code has received as the line to fetch SSH keys runs. Which code is missing to complete the script?