200-901 · Question #100
Which two operations are defined in the NETCONF base protocol? (Choose two.)
The correct answer is B. <get-config> C. <close-session>. The NETCONF base protocol (RFC 6241) defines operations including <get-config>, <edit-config>, <copy-config>, <delete-config>, <get>, <lock>, <unlock>, <close-session>, and <kill-session>. <open-session> does not exist; session establishment is handled at the transport layer…
Question
Which two operations are defined in the NETCONF base protocol? (Choose two.)
Options
- A<open-session>
- B<get-config>
- C<close-session>
- D<put>
- E<remove-config>
How the community answered
(22 responses)- A5% (1)
- B95% (21)
Explanation
The NETCONF base protocol (RFC 6241) defines operations including <get-config>, <edit-config>, <copy-config>, <delete-config>, <get>, <lock>, <unlock>, <close-session>, and <kill-session>. <open-session> does not exist; session establishment is handled at the transport layer (SSH). <put> and <remove-config> are not NETCONF operations. <get-config> retrieves configuration data and <close-session> gracefully terminates a NETCONF session.
Topics
Community Discussion
No community discussion yet for this question.