nerdexam
Cisco

200-901 · Question #540

An engineer is responsible for several thousand network devices across many campus environments that are all connected to a common controller. Which action updates all devices with new security settin

The correct answer is C. Get a list of all devices from the controller and use RESTCONF to set a YANG model on the. When managing thousands of network devices, RESTCONF with YANG models enables programmatic bulk configuration updates through the controller rather than manual per-device CLI access.

Understanding and Using APIs

Question

An engineer is responsible for several thousand network devices across many campus environments that are all connected to a common controller. Which action updates all devices with new security settings in this network?

Options

  • AGet a list of all devices from the controller and use a CLI to change the settings on individual
  • BTrack a list of all devices on a spreadsheet and use a CLI to change the settings on individual
  • CGet a list of all devices from the controller and use RESTCONF to set a YANG model on the
  • DTrack a list of all devices on a spreadsheet and use RESTCONF to set a YANG model on the

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    83% (24)
  • D
    10% (3)

Why each option

When managing thousands of network devices, RESTCONF with YANG models enables programmatic bulk configuration updates through the controller rather than manual per-device CLI access.

AGet a list of all devices from the controller and use a CLI to change the settings on individual

Using CLI to change settings on individual devices does not scale to thousands of devices and requires manual intervention for each one.

BTrack a list of all devices on a spreadsheet and use a CLI to change the settings on individual

Tracking devices on a spreadsheet is a manual and error-prone method that can be incomplete or outdated, and individual CLI-based configuration cannot scale across thousands of devices.

CGet a list of all devices from the controller and use RESTCONF to set a YANG model on theCorrect

Getting the device list from the controller ensures the inventory is accurate and authoritative, unlike a manually maintained spreadsheet. RESTCONF is a REST-based protocol that leverages YANG data models to configure network devices programmatically over HTTP. Together, they allow a single automated operation to push updated security settings to all devices managed by the controller simultaneously.

DTrack a list of all devices on a spreadsheet and use RESTCONF to set a YANG model on the

Tracking devices on a spreadsheet bypasses the controller's authoritative inventory and introduces manual maintenance overhead that defeats the purpose of centralized management.

Concept tested: RESTCONF and YANG model-based bulk device configuration

Source: https://developer.cisco.com/docs/ios-xe/restconf/

Topics

#Network Automation#RESTCONF#YANG#API Configuration

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice