B: This script retrieves the NETCONF server's capabilities using a <get> operation — it does not save the config.
C: <sync-from> is used to synchronize data from a source datastore — again, it doesn’t save the configuration.
D: <reset> and <reinitialize> are for resetting or reinitializing the NETCONF agent — not saving configuration.
You would NEVER directly use XML data for this. You would use tools that generate the XML. This is like having assembly language questions on a Java test.
A is the only true answer by the Cisco Gods
<?xml version="1.0" encoding="utf-8"?>
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="""">
<cisco-ia:save-config
</rpc>
xmlns:cisco-ia="http://cisco.com/yang/cisco-ia"/>
cisco-ia:save-config: Saves the current device configuration.
cisco-ia:reset: Reverts the configuration to a baseline or initial state.
cisco-ia:sync-from: Synchronizes the device configuration with a reference source.
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
snarkymark
Highly Voted 2Â years, 5Â months agoBadger_27
Highly Voted 2Â years, 5Â months agoforpa
Most Recent 3Â weeks, 2Â days agoebulating
1Â year agoslacker_at_work
1Â year, 5Â months agodue
1Â year, 11Â months agoHarwinderSekhon
2Â years, 1Â month ago