A university healthcare network is replacing manual per-device CLI management across its regional campuses with an API-driven, controller-based automation framework. Which two statements describe the operational impacts of this automation framework on network management? (Select two.)
- Using centralized declarative configuration templates reduces configuration drift across network devices caused by ad-hoc CLI changes.Answer
- BAdopting an Ansible-based automation tool requires installing a software agent on every Cisco router to execute configuration changes over SSH.
- Transitioning from periodic SNMP polling to streaming telemetry provides real-time data push mechanisms for faster network operational insight.Answer
- DAutomated network management increases monitoring precision by reversing Syslog severity levels so that higher numbers represent emergency state conditions.
Answer
The correct statements are that using centralized declarative configuration templates reduces configuration drift across network devices, and transitioning from periodic SNMP polling to streaming telemetry provides real-time data push mechanisms for faster operational insight.
Centralized declarative configuration management replaces prone-to-error manual CLI editing with unified template deployment, directly eliminating configuration drift. Additionally, moving to streaming telemetry enables push-based, near real-time telemetry streaming, which improves operational visibility over traditional pull-based SNMP polling.
Step-by-Step Solution
Key Concept
Impact of Automation on Network Management (Centralized Configuration & Streaming Telemetry)