NETCONF provides a set of mechanisms for managing network devices. NETCONF operations take place on a configuration datastore of network devices. Which of the following statements is incorrect about the configuration datastore?
A.
The configuration datastore of network devices can be classified into the candidate, running, and startup configuration datastores.
B.
The < delete-config > operation is oriented at the startup configuration datastore.
C.
The < validate > operation is oriented at the candidate configuration datastore.
D.
The < commit > operation submits the configuration in a startup configuration datastore to a running configuration datastore.
< validate > : Validates syntax/logic in the candidate datastore → ✅
Statement D is incorrect: < commit > never submits config from startup to running — that’s handled automatically at boot time, not through NETCONF commands.
Correct answer: D
[Reference:Huawei HCIE-Datacom V1.0 Study Guide —Chapter: Network Automation and NETCONFSection: NETCONF Datastores and Operations, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit