We start by creating the ACME Corp tenant.
Creating the tenant
How to do it...
- Creating the tenant requires one command, tenant, followed by the name of the tenant. We also make it a member of the same security domain as the VMWare domain.
apic1(config)# tenant ACMECorp
apic1(config-tenant)# security domain ACME-SD
apic1(config-tenant)#
How it works...
The tenant, ACMECorp, is visible in the GUI under the Tenants menu.
Next, we can move on to creating the VRF for the tenant.