exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 734 discussion

Actual exam question from Cisco's 350-401
Question #: 734
Topic #: 1
[All 350-401 Questions]

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.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
snarkymark
Highly Voted 2 years, 5 months ago
Selected Answer: A
https://www.cisco.com/c/en/us/support/docs/storage-networking/management/200933-YANG-NETCONF-Configuration-Validation.html
upvoted 7 times
...
Badger_27
Highly Voted 2 years, 5 months ago
Think its A is its the only command that's specifying the config.
upvoted 6 times
...
forpa
Most Recent 3 weeks, 2 days ago
Selected Answer: A
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.
upvoted 1 times
...
ebulating
1 year ago
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.
upvoted 1 times
...
slacker_at_work
1 year, 5 months ago
Selected Answer: A
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"/>
upvoted 1 times
...
due
1 year, 11 months ago
Selected Answer: A
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.
upvoted 6 times
...
HarwinderSekhon
2 years, 1 month ago
GPT - <rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101"> <cisco-ia:save-config xmlns:cisco-ia="http://cisco.com/yang/cisco-ia"/> </rpc>
upvoted 1 times
...
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.

SaveCancel
Loading ...