exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 602 discussion

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

An administrator is configuring NETCONF using the following XML string. What must the administrator end the request with?

<?xml version="1.0" encoding="UTF-8" ?>
<rpc message-id="9.0">

  • A. </rpc>]]>]]>
  • B. <rpc message-id="9.0"><notification-off/>
  • C. </rpc-reply>
  • D. </rpc>
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
mgiuseppe86
Highly Voted 1 year, 9 months ago
This question will make me a better Network Administrator when architecting and building routers and switches F off Cisco
upvoted 34 times
hodi
9 months, 3 weeks ago
totally agree
upvoted 2 times
...
...
Darude
Highly Voted 2 years, 7 months ago
Selected Answer: A
Provided answer is correct: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/cns/configuration/xe-16/cns-xe-16-book/cns-netconf.html
upvoted 15 times
...
NetworkJanitor
Most Recent 7 months, 2 weeks ago
Selected Answer: A
This specific sequence of characters (]]>]]>) denotes the end of a NETCONF request1. Until this sequence is sent, the device will not process the request. It's important to include this delimiter exactly as shown, without any additional spaces or characters, immediately after the closing </rpc> tag. The complete XML string with the proper ending would look like this: xml <?xml version="1.0" encoding="UTF-8" ?> <rpc message-id="9.0"> <!-- NETCONF request content goes here --> </rpc>]]>]]> This delimiter is crucial for the NETCONF server to recognize the end of the request and begin processing it. It's a standard part of the NETCONF protocol and ensures proper communication between the client and the server.
upvoted 5 times
...
ebulating
10 months, 3 weeks ago
Correctly formatting XML is such a critical skill for network engineers.
upvoted 3 times
...
[Removed]
1 year ago
Selected Answer: A
A is correct NETCONF RPC request should include both the closing </rpc> tag and ends with ]]>]]>
upvoted 2 times
...
HarwinderSekhon
2 years ago
Thanks @Darude for the link. "All NETCONF requests must end with ]]>]]> which denotes an end to the request. Until the ]]>]]> sequence is sent, the device will not process the request."
upvoted 10 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 ...