QuestionQ272

Automation

An engineer needs to design an automation solution for the Cisco ACI Fabric to accelerate deployment of logical network elements for tenant provisioning. When developing the solution, the engineer must ensure that the tool can:

  • Enable rapid creation and removal of logical containers.
  • Support creating custom modules and data structures.
  • Be extensible through external libraries and modules.
  • Enable rapid code testing through an on-demand execution environment.

Which automation tool fulfills these requirements?

  • A SaltStack
  • B YAML
  • C Chef
  • D Python
Explanation

Python supports user-defined classes and data structures, reusable and importable modules, and third-party packages. Its interactive interpreter enables immediate, on-demand execution for rapid testing, while Python libraries and API clients can automate creation and deletion of Cisco ACI logical objects.

Learn more

Community Discussion

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