nerdexam
Cisco

300-435 · Question #72

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 defines core operations such as <get-config> for retrieving configuration data and <close-session> for terminating a management session.

Network Automation Foundation

Question

Which two operations are defined in the NETCONF base protocol? (Choose two.)

Options

  • A<open-session>
  • B<get-config>
  • C<close-session>
  • D<pull>
  • E<remove-config>

How the community answered

(43 responses)
  • A
    5% (2)
  • B
    93% (40)
  • D
    2% (1)

Why each option

The NETCONF base protocol defines core operations such as `<get-config>` for retrieving configuration data and `<close-session>` for terminating a management session.

A<open-session>

`<open-session>` is not a defined NETCONF base protocol operation; session establishment is handled by the underlying transport protocol, typically SSH.

B<get-config>Correct

The `<get-config>` operation is a fundamental part of the NETCONF base protocol, allowing a client to retrieve a copy of the target configuration datastore.

C<close-session>Correct

The `<close-session>` operation is defined in the NETCONF base protocol to gracefully terminate an active NETCONF session between the client and the network device.

D<pull>

`<pull>` is not a standard operation defined in the NETCONF base protocol.

E<remove-config>

`<remove-config>` is not a standard operation in the NETCONF base protocol; configuration modifications or deletions are typically handled via the `<edit-config>` operation.

Concept tested: NETCONF base protocol operations

Source: https://datatracker.ietf.org/doc/html/rfc6241#section-7

Topics

#NETCONF operations#Base protocol#Network APIs

Community Discussion

No community discussion yet for this question.

Full 300-435 Practice