A network architect must design an automation solution to initially support networking and also support the server infrastructure in the future. To keep configuration consistency, the network team requires a solution that enforces the desired state of the network and reverts any manual configuration. Which solution meets these goals?
Correct Answer: C
Terraform is an infrastructure as code (IaC) tool that allows users to define both cloud and on-premises resources in human-readable configuration files that can be versioned, reused, and shared. In the context of Cisco Data Center Core Technologies, Terraform can be used to enforce the desired state of the network by automatically managing, updating, and reverting configurations as needed to maintain consistency. It supports a wide range of Cisco products and can be extended to manage server infrastructure in the future.
References: The Implementing and Operating Cisco Data Center Core Technologies (DCCOR) course provides insights into the essentials of automation and security in data centers, including the use of IaC tools like Terraform for enforcing desired state configuration1. Additionally, the Implementing Automation for Cisco Data Center Solutions (DCAUI) course further explores the implementation of automation solutions, including Terraform, in Cisco data centers2