Category: Networks
Prepare the EnvironmentIn this demonstration I am using Cygwin to run the python/ansible scripts in a Windows environment. All my attempts to install ansible via ‘pip install’ in a Windows …
Getting the python and virtual environment set upThese instructions are for a Windows set up.Use these instructions for setting up your Python virtual environment and for obtaining and installing the …
Cisco Nexus devices, the most popular configuration method uses command-line interfaces (CLI) that run only on the device. This method has limitations and does not scale well. To improve the …
Some instructions on how to get started with using the ansible to automate Cisco ACI specifically by using ansible playbooks to accomplish basic tasks.Using the Cisco ACI GUI can be …
Some instructions on how to get started with interfacing Python with Cisco APIC REST API.I found this blog post by Wim Wauters particularly useful, and I have used much of …
Some instructions on getting started with using Postman with Cisco APIC REST API.Click on any of the images / screenshots shown to enlarge.Some of this material was lifted from Du’An …