Automation

Cisco ASA API Setup

ASA Management Configuration I have created a lab for an ASA using a single ASA to begin with. It’s a basic walkthrough to setup the ASA and the API. Download and Transfer API Installer to ASA The ASA API can be found here. I am running ASA 9.9, and I have used the file asa-restapi-7161-lfbff-k8.SPA.

Cisco ASA API Setup Read More »

Complete Example of Ansible Deployment for NetBox

Example In my previous posts in this project, I have explained how to setup NetBox and a couple of the Ansible collection features. In this post, I want to demonstrate what is possible using this approach. I have created multiple Ansible roles with different vars files containing a lot of configuration parameters.The repo for this

Complete Example of Ansible Deployment for NetBox Read More »

Cisco Nexus EVPN VXLAN Fabric Ansible Automation GitLab

This is a post that takes the previous Nexus EVPN VXLAN Fabric and the Nexus EVPN VXLAN Fabric using Ansible posts, and uses the GitLab pipeline to perform the automation. In a previous post, I have walked through the setting up GitLab for CI/CD pipelines with external runners. For this GitLab project, I am using

Cisco Nexus EVPN VXLAN Fabric Ansible Automation GitLab Read More »

Cisco Nexus EVPN VXLAN Fabric Ansible Automation

This is a post that takes the previous Nexus EVPN VXLAN Fabric post, and uses Ansible to build the topology. This is based off this Cisco developer document. General Info This project is located in my GitLab. In order to run the Ansible playbook navigate to the nexus_evpn, and run ansible-playbook -i inventory/DC_inv.ini site.yml Setup

Cisco Nexus EVPN VXLAN Fabric Ansible Automation Read More »