Creating private VLANs
In this section, we will discuss how to create a private VLAN in a distributed switch. We will first use the Get-VDSwitchPrivateVlan
cmdlet to check whether there are any private VLANs configured or not. As can be seen, there is no PVLAN. Next, we created three different types of PVLAN and again checked the status.
We can remove a private VLAN using the Remove-VDSwitchPrivateVlan
cmdlet.