the first Step:
1. Launch the vSphere Client, and connect to a vCenter Server instance.
2. On the vSphere Client home screen, select the Networking option under Inventory. Alternately,from the View menu, select Inventory _ Networking, or press the CtrlShiftN hotkey.
3. Select an existing dvSwitch in the Inventory pane on the left, select the Summary tab in the pane on the right, and click the Edit Settings option in the Commands section.
4. Select the Private VLAN tab.
5. Add a primary VLAN ID to the list on the left. 601
6. For each primary VLAN ID in the list on the left, add one or more secondary VLANs to the list on the right. 601 602
the second Step:
After the PVLAN IDs have been entered for a dvSwitch, create a dvPort group that takes advantage of the PVLAN configuration
private vlan
promiscuous(601,601)
the third Step:
Virtual machine NIC port options should be chosen Step 2 have already created the dvPort group .
The fourth step:
vlan 602
name My_Cluster_PVLAN_Community
private-vlan community
end
vlan 601
name My_Cluster_PVLAN_Primary
private-vlan primary
private-vlan association 602
end
interface Vlan601
description My_Cluster_PVLAN_Primary
ip address 172.16.6.254 255.255.255.0
no ip redirects
private-vlan mapping 602
end
interface FastEthernet3/17
description ESX_VM_Trunk
no ip address
duplex full
speed 100
switchport
switchport trunk encapsulation dot1q
switchport trunk native vlan 601
switchport trunk allowed vlan 602
switchport mode trunk
spanning-tree portfast trunk
spanning-tree bpduguard enable
end
Where I made mistakes out?