The VMWare domain will allow our tenant to use the virtual machines hosted within vCenter.
Creating the VMWare domain
How to do it...
- We start by creating the VMWare domain, adding it to the VLAN domain created previously as well as the security domain.
- We then specify the credentials needed to connect to it and then create the distributed virtual switch:
apic1(config)# vmware-domain ACI-vSwitch
apic1(config-vmware)# vlan-domain member ACI-vSwitch type vmware
apic1(config-vmware)# security-domain ACME-SD
apic1(config-vmware)# vcenter
192.168.1.18 datacenter 802101.local dvs-version 6.0
apic1(config-vmware-vc)# username administrator@802101.local
Password: Password123
Retype password: Password123
apic1(config-vmware...