Implementing Automation for Cisco Service Provider Solutions (SPAUTO) — Question 23
Which two operations must be used to allow a network engineer to use NETCONF to configure and manage networking devices? (Choose two.)
Answer options
- A. <get-config>
- B. <open-session>
- C. <close-session>
- D. <remove-config>
- E. <put>
Correct answer: A, C
Explanation
The correct operations for using NETCONF are <get-config> and <close-session>. <get-config> is essential for retrieving the current configuration, while <close-session> is needed to properly terminate the NETCONF session. The other options, such as <open-session> and <put>, are not required for the basic configuration and management tasks described in the question.