Question

Difficulty: MediumImpact of Automation on Network Management

A network engineering team implements an automated, controller-led management model to enforce baseline configurations across 200 edge routers. Instead of manually pushing changes via device-by-device CLI scripts, the team defines target configurations in centralized declarative state files. Which operational benefit is primarily realized by adopting this automated approach?

  1. Device configurations are continuously aligned with a centralized intent model, reducing configuration drift and operational errors.Answer
  2. B
    Every managed router must run a local software agent to translate incoming SSH commands into hardware execution flows.
  3. C
    Configuration updates utilize periodic HTTP GET requests to directly modify and overwrite device startup settings.
  4. D
    Centralized controller management removes the requirement for an underlying IP transport network between managed routers.

Answer

Device configurations are continuously aligned with a centralized intent model, reducing configuration drift and operational errors.
Automated network management leveraging declarative state models ensures that network devices match a predefined single source of truth. The controller or automation engine automatically reconciles discrepancies, which eliminates configuration drift, reduces manual intervention, and lowers the risk of human error during large-scale network changes.

Step-by-Step Solution

1
Analyze the operational shift from manual per-device CLI changes to centralized declarative automation.
Manual CLI changes are prone to syntax mistakes, human error, and subtle variations between devices known as configuration drift.
Declarative state files describe what the final network configuration should be rather than detailing the sequence of steps to execute.
2
Evaluate how controller-based declarative management maintains network integrity.
The central management platform checks current device state against the declared baseline state and automatically applies necessary changes to achieve compliance.
This guarantees consistent state enforcement and drastically minimizes configuration drift across enterprise devices.

Key Concept

Declarative Configuration Management and Drift Reduction
Estimated Time:1m 15s
Rate this question