Which NETCONF operation loads all or part of a configuration to the specified datastore?
- <copy-config>
- <get-config>
- <get>
- <edit-config>
Explanation: The <edit-config> operation is used to load all or part of a configuration to a specified datastore. This operation allows for granular changes to the configuration, such as creating, deleting, or merging data.
The other options listed serve different purposes:
- <copy-config>: This operation replaces an entire configuration datastore with another, rather than just loading a part of it.
- <get-config>: This is used to retrieve all or part of a configuration datastore, not to load or modify data.
- <get>: This operation retrieves both running configuration data and device state (operational) information.
Related exam: Modules 21 – 22: Checkpoint Exam: Programmability Answers (CCNP ENCOR v9)
