QuestionQ246

Automation

A network architect must create an automation solution that initially supports networking and can also support server infrastructure in the future. To maintain configuration consistency, the network team needs a solution that enforces the network’s desired state and reverses any manual configuration changes. Which solution fulfills these goals?

  • A NX-API
  • B Ansible
  • C Puppet
  • D Terraform
Explanation

Puppet uses declarative desired-state configuration management. Its agents compare actual resources with the catalog’s declared state and make corrective changes when they differ, thereby remediating configuration drift caused by manual changes across infrastructure such as network devices and servers.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!