nerdexam
Cisco

200-901 · Question #594

Refer to the exhibit. A developer needs to write a Python script to automate a task using a NETCONF query. What does the query do?

The correct answer is A. It deletes some device configurations. The exhibit shows an XML configuration using NETCONF (Network Configuration Protocol) to edit the configuration of a network device. Specifically, the <edit-config> operation is being used with the nc:operation="delete" attribute within the <interface> element. This means that…

Understanding and Using APIs

Question

Refer to the exhibit. A developer needs to write a Python script to automate a task using a NETCONF query. What does the query do?

Exhibit

200-901 question #594 exhibit

Options

  • AIt deletes some device configurations.
  • BIt deletes all the device configurations.
  • CIt shuts off the device.
  • DIt adds a new device configuration.

How the community answered

(25 responses)
  • A
    88% (22)
  • B
    8% (2)
  • D
    4% (1)

Explanation

The exhibit shows an XML configuration using NETCONF (Network Configuration Protocol) to edit the configuration of a network device. Specifically, the <edit-config> operation is being used with the nc:operation="delete" attribute within the <interface> element. This means that the configuration is intended to delete specific configurations related to the interface named FastEthernet0/0/3.9.

Topics

#NETCONF#Configuration Management#Network Automation#edit-config

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice