Refer to the exhibit.
Which NETCONF protocol operation is used to interact with the YANG model?
B
Explanation:
Reference:
https://www.cisco.com/c/en/us/td/docs/routers/crs/software/crs-r6-
4/programmability/configuration/
guide/b-programmability-cg-crs-64x.pdf
Refer to the exhibit.
How many YANG models does the NETCONF <get> operation interact with?
B
Explanation:
:
The get operation tag is at the beginning of the document. It interacted only with NTP and its related
services. There get operation interacted only with one model.
Which statement describe the difference between OpenConfig and native YANG data models?
D
Explanation:
Reference:
https://www.cisco.com/c/en/us/products/collateral/switches/nexus-9000-series-switches/white-paper-c11-741518.html
Refer to the exhibit.
An engineer creates a Python script using RESTCONF to display hostname information. The code
must be completed so that it can be tested. Which string completes the highlighted areas in the
exhibit?
A
Explanation:
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html
Which statement is true for Cisco IOS XE Software?
A
Explanation:
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/169/b_169_programmability_cg/restconf_programmable_interface.html
Which curl command is used to update the SNMP community of network ID “1234567” to read-only?
B
Explanation:
:
PUT is used to update the snmp network ID. The access has to be community and not users.
Therefore, option B is correct.
Refer to the exhibit.
Which NETCONF statement type is represented by +--rw address* [ip]?
A
Explanation:
:
Symbols after data node names: "?" means an optional node, "!" means a presence container, and
"*" denotes a list and leaf-list.
The automation engineer must replace device configuration using RESTCONF. How is this configured
using
the Python library Requests?
C
Explanation:
Reference:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html
Which two Netmiko methods are used to configure a device? (Choose two.)
CE
Explanation:
Reference:
https://pynet.twb-tech.com/blog/automation/netmiko.html
Refer to the exhibit.
An engineer creates an Ansible playbook to configure VRF information using a local_vrfs variable.
The code must be completed so that it can be tested. Which string completes the code?
A
Explanation:
Reference:
https://docs.ansible.com/ansible/latest/modules/ios_vrf_module.html