JNCIA-DevOps: Juniper Networks Certified Associate – Automation and DevOps — Question 4
Which two commands belong to the NETCONF Operation layer? (Choose two.)
Answer options
- A. <commit>
- B. <rpc>
- C. <rpc-reply>
- D. <get>
Correct answer: B, C
Explanation
<rpc> and <rpc-reply> are the commands that fall under the NETCONF Operation layer, as they are involved in the remote procedure call mechanism of NETCONF. In contrast, <commit> is part of the NETCONF datastore manipulation, and <get> is used for retrieving data, making them not part of the operation layer.