An organization transitions its enterprise infrastructure to an automated network management framework utilizing programmatic RESTful APIs and declarative configuration templates. During a routine security audit, network engineers observe that out-of-band configuration changes manually made directly on individual switch command-line interfaces are automatically reverted to the intended state within minutes. Additionally, real-time interface statistics are continuously transmitted to a central analytics engine without requiring polling requests. Which statement accurately describes the core operational impact of this automation model on enterprise network management?
- It enforces a single source of truth to eliminate configuration drift across managed nodes while providing continuous, low-overhead operational visibility through push-based telemetry.Answer
- BIt relies on periodic HTTP GET requests issued by the central controller to mutate local device state and enforce running configuration updates.
- CIt requires installing proprietary local software agents on all switch hardware to allow centralized agentless SSH orchestration platforms to execute change windows.
- DIt forces managed network devices to parse incoming JSON configuration payloads by interpreting square bracket arrays as root key-value dictionary objects.
Answer
It enforces a single source of truth to eliminate configuration drift across managed nodes while providing continuous, low-overhead operational visibility through push-based telemetry.
Automated network management shifts operational workflows from per-device manual CLI administration to centralized, code-driven orchestration. Storing device configurations in declarative code repositories establishes a single source of truth, enabling automated controllers to detect and override out-of-band configuration drift. Furthermore, replacing pull-based SNMP requests with push-based streaming telemetry provides granular, real-time operational metrics with lower CPU overhead.
Step-by-Step Solution
Key Concept
Impact of Automation on Network Management (Single Source of Truth, Drift Mitigation, and Streaming Telemetry)