A primary PVLAN is created on a vDSwitch, and secondary PVLANs are associated with the primary PVLAN. There are three types of secondary PVLANs: Promiscuous, Community, and Isolated:
- The virtual machine connections in a Promiscuous PVLAN can communicate with all of the virtual machine connections in the same primary PVLAN. When a primary PVLAN is created, a Promiscuous PVLAN is created with the same PVLAN ID as the primary PVLAN.
- Virtual machine connections in a Community PVLAN can communicate with other virtual machine connections in the same Community PVLAN and virtual machine connections in the Promiscuous PVLAN. Multiple Community PVLANs can be associated with a single primary PVLAN.
- The virtual machine connections in ...