CiscoCisco
350-401 · Question #943
350-401 Question #943: Real Exam Question with Answer & Explanation
Sign in or unlock 350-401 to reveal the answer and full explanation for question #943. The question stem and answer options stay visible for context.
Submitted by parkjh· Mar 6, 2026Automation and Programmability - Understand and use NETCONF/YANG for device configuration management (CCNP Enterprise / DevNet Associate)
Question
Refer to the exhibit. An engineer must save the configuration of router R2 using the NETCONF protocol. Which script must be used? A. B. C. D.
Options
- A<xml version="1.0" encoding="utf-8"?> <rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id=""> <cisco-ia:save-config xmlns:cisco-ia="http://cisco.com/yang/cisco-ia/"> </rpc>
- B<xml version="1.0" encoding="utf-8"?> <rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id=""> <get> <filter type="subtree"> <ncm:netconf-state xmlns:ncm="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring"> <capabilities/> </ncm:netconf-state> </filter> </get> </rpc>
- C<xml version="1.0" encoding="utf-8"?> <rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id=""> <cisco-ia:sync-from xmlns:cisco-ia="http://cisco.com/yang/cisco-ia/"> </cisco-ia:sync-from> </rpc>
- D<xml version="1.0" encoding="utf="8"?> <rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id=""> <cisco-ia:reinitialize xmlns:cisco-ia="http://cisco.com/yang/cisco-ia/"> <cisco-ia:reinitialize>true</cisco-ia:reinitialize> </cisco-ia:reinitialize> </rpc>
Unlock 350-401 to see the answer
You've previewed enough free 350-401 questions. Unlock 350-401 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#NETCONF#YANG Models#Cisco IOS-XE Programmability#Network Automation