Bulk Create Access Policies > Leaf Interfaces Profiles by csv file templates using Cisco APIC Python API
## Using Source Code
1. write a leaf_interface_porofile.csv file.
2. run leaf_interface_porofile.py file
3. input apic login information (host, user, password)
4. finished
## CSV Templates
Leaf Interface Name,
Leaf Interface Description,
Access Port Selector Name,
Access Port Selector Description,
Interface Policy Group,
From Module,
From Port,
To Module,
To Port,
PortBlock Description,
PortBlock Name,
type (leaf or fex)
## Development Environment
- python interpreter => python 3.7
- Cisco APIC Python API (acicobra==4.2-6h, acimodel=4.2-6h)
## Install Cisco APIC Python API