CiscoCisco
200-901 · Question #580
200-901 Question #580: Real Exam Question with Answer & Explanation
Sign in or unlock 200-901 to reveal the answer and full explanation for question #580. The question stem and answer options stay visible for context.
Understanding and Using APIs
Question
Refer to the exhibit. A network engineer wants to change the name of a device. The engineer submits a NETCONF request and receives a response. Which NETCONF request did the engineer submit? A. B. C. D.
Options
- A<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id=""> <new-config> <target> <running/> </target> <config> <native xmlns="urn:ios"> <hostname>CSSTORM-TESTDEVICE</hostname> </native> </config> </new-config> </rpc>
- B<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id=""> <edit-config> <target> <running/> </target> <config> <native xmlns="urn:ios"> <hostname>CSSTORM-TESTDEVICE</hostname> </native> </config> </edit-config> </rpc>
- C<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id=""> <copy-config> <target> <running/> </target> <config> <native xmlns="urn:ios"> <hostname>CSSTORM-TESTDEVICE</hostname> </native> </config> </copy-config> </rpc>
- D<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id=""> <edit-config> <target> <running/> </target> <config> <native xmlns="urn:ios"> <hostname>CSSTORM-TESTDEVICE</hostname> </native> </config> </edit-config> </rpc>
Unlock 200-901 to see the answer
You've previewed enough free 200-901 questions. Unlock 200-901 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#Network Automation#Device Configuration#API Interaction