QuestionQ497

Infrastructure and Automation

Question Image

Refer to the exhibit. A network engineer needs to change a device name. The engineer sends a NETCONF request and receives a response. Which NETCONF request did the engineer send?

  • A
  • B
  • C
  • D
Explanation

The <edit-config> operation modifies part of a target configuration datastore without replacing it, which is exactly what changing a device hostname requires. The request targets the <running/> datastore and supplies the new name inside the IOS native model's <hostname> element, and the device confirms the merge with an <ok/> in its <rpc-reply>. <copy-config> replaces an entire datastore rather than merging a single change, and operations named new-config or edits-config do not exist in the NETCONF protocol.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!