An enterprise network team is transitioning from traditional per-device CLI configuration management to a centralized, API-driven network automation framework using controller-based orchestration and configuration management tools. During an operational review, engineers highlight that out-of-band manual CLI edits performed directly on individual switches regularly cause configuration drift and compliance failures across sites. Which operational shift brought by network automation directly mitigates this specific issue?
- Establishing a centralized single source of truth that enables continuous compliance auditing and automated state reconciliation to remediate local configuration drift.Answer
- BMigrating to agentless configuration management tools like Ansible to completely remove the need for underlying physical IP routing and underlay connectivity.
- CExecuting periodic HTTP GET requests to modify network device state and continuously overwrite non-compliant running configurations.
- DConverting control plane routing protocol messages into JSON arrays to prevent local CLI access on network switches.
Answer
Establishing a centralized single source of truth that enables continuous compliance auditing and automated state reconciliation to remediate local configuration drift.
Centralized network automation replaces ad-hoc local CLI changes with a single source of truth (such as version-controlled repositories or controller-based policies). Automated systems continuously monitor device states, detect configuration drift caused by manual intervention, and automatically re-apply standard configurations to restore compliance across the network infrastructure.
Step-by-Step Solution
Key Concept
Impact of Automation on Network Management - Configuration Drift and Centralized Single Source of Truth