These scripts allow you to create different objects in ACI to bootstrap the fabric. It is a great example of how
to create:
Configure APIC credentials in the envFile. Then execute the script run.py
When you have several ACI deployments, it is important to use automation to create all necessary configuration from Day 0. This script is a great example of how you can create all the needed initial objects once you have your ACI fabric up and running.
ACI Setup
These scripts allow you to create different objects in ACI to bootstrap the fabric. It is a great example of how
to create:
- Tenants
- VRFs
- Bridge Domains
- VLAN Pools
- Policies and policy groups
- Profiles
Install requirements
pip install -r requirements.txt
Configure APIC credentials in the envFile. Then execute the script run.py