Creating the VRF
We will only be using one VRF in this recipe.
How to do it...
We create the VRF using the command vrf context
, followed by the name of the VRF:
apic1(config-tenant)# vrf context ACME-VRF apic1(config-tenant-vrf)# exit apic1(config-tenant)#
How it works...
The VRF has been created (Tenants
| ACMECorp
| Networking
| VRFs
):

We can move on to creating the bridge domains.