Exam 350-601 All QuestionsBrowse all questions from this exam
Question 239

An engineer must design an automation solution for the Cisco ACI Fabric to speed up the deployment of logical network elements for tenant provisioning. When creating a solution, the engineer must keep in mind that the tool must support these requirements:

* Allow the rapid creation and removal of logical containers.

* Support the creation of custom modules and data structures.

* Be extensible with external libraries and modules.

* Allow rapid testing of code using an on-demand execution environment.

Which automation tool meets these requirements?

    Correct Answer: D

    Python meets all the requirements for the automation tool specified in the question. It allows the rapid creation and removal of logical containers, supports the creation of custom modules and data structures, is extensible with external libraries and modules, and enables rapid testing of code using an on-demand execution environment. Python is widely used for automation tasks and has a rich ecosystem of libraries and frameworks that enhance its capabilities.

Discussion
benguelaOption: D

Answer is D https://developer.cisco.com/codeexchange/github/repo/CiscoSE/aci-setup

JCGO

Agreed, will also go with D. There are no Salt/Chef in Cisco ACi presentations and materials. Just Ansible, Python(Arya, Cobra), Rest-API stuff, PowerShell tools.

mendietaOption: A

Chef and Salt could do the job, but i would vote for Salt since it uses Python, more power full and with more libraries (requested for the new mgmt tool in the question) than Ruby.

ScheldonOption: C

Chef is the only thing which I found to be mentioned for N9K hence I will go with Chef (answer C) https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/92x/programmability/guide/b-cisco-nexus-9000-series-nx-os-programmability-guide-92x/b-cisco-nexus-9000-series-nx-os-programmability-guide-92x_chapter_010.html#:~:text=and%20configuration%20file.-,Chef%20and%20Puppet%20Integration,both%20integrated%20into%20the%20enhanced%20Cisco%20NX%2DOS%20on%20the%20switch.,-OpenDayLight%20Integration%20and

crooks_1988

THe question asks about ACI, whereas this doc is only about Nexus 9000, not nexus and aci. Agree with Python

vladdarOption: D

I don't know guys why are you going with tools that are not mentioned in official cert guide. There are 3 automation tools mentioned: ansible, puppet and python. For this question it's definitely python. Howgh.

vladdar

Hmm there are containers mentioned on the other hand...Well Cisco, Cisco...you are killing me

GuyThatTakesDumpsOption: A

lets go with salt then... idk

MustafaOption: C

Answer is C. Chef Question is asking for automation solution which is either Chef or Ansible. Python is just programming language. That is my thought on this.

elperOption: D

Agreeing with several comments... Python is the one.