nerdexam
Cisco

200-901 · Question #453

Refer to the exhibit. A developer has created an XML-based configuration model for a Cisco switch that is going to configure the device using NETCONF. From which configuration is the Interface…

The correct answer is C. current. In NETCONF, the 'running' datastore holds the device's active (current) configuration - the one actually in use. When a NETCONF <edit-config> operation targets the running datastore with a delete operation, it removes the element from the live, active configuration. 'Current'…

Infrastructure and Automation

Question

Refer to the exhibit. A developer has created an XML-based configuration model for a Cisco switch that is going to configure the device using NETCONF. From which configuration is the Interface Ethernet 0/0 deleted when this script is executed?

Exhibit

200-901 question #453 exhibit

Options

  • Acandidate
  • Bstartup
  • Ccurrent
  • Dbase

How the community answered

(53 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    92% (49)
  • D
    2% (1)

Explanation

In NETCONF, the 'running' datastore holds the device's active (current) configuration - the one actually in use. When a NETCONF <edit-config> operation targets the running datastore with a delete operation, it removes the element from the live, active configuration. 'Current' in this context refers to the running datastore. The 'candidate' datastore (A) is a staging area not yet applied. 'Startup' (B) is the configuration loaded on boot. 'Base' (D) is not a standard NETCONF datastore name.

Topics

#NETCONF#Configuration Management#Network Automation#XML

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice