Which option is not a requirement for next generation configuration management?
- Provide easier to use management interfaces
- Support client-side validation and error checking
- Separate configuration and operational data
- Strong reliance on CLI
- Be both human and machine friendly
Explanation: Next-generation configuration management specifically aims to eliminate the industry's reliance on the traditional CLI for configuration tasks because it is considered error-prone, inefficient, and was designed for human-to-machine rather than machine-to-machine communication. According to the sources, the actual requirements for next-generation management include:
- Providing easier-to-use management interfaces through well-defined APIs.
- Supporting client-side validation and error-checking so that management applications can handle errors before they reach the device.
- Separating configuration and operational data to ensure all parameters and statistics are programmatically accessible.
- Being both human- and machine-friendly by utilizing structured, readable data formats like JSON and XML.
Related exam: Modules 21 – 22: Checkpoint Exam: Programmability Answers (CCNP ENCOR v9)
