ESXCLI command to create a standard vSwitch named vSwitch3 that has 128 accessible ports. esxcli network vswitch standard add -v vSwitch3 -P 128 ESXCLI command to attach vmnic3 as an uplink to vSwitch3. esxcli network vswitch standard uplink add -v vSwitch3 -u vmnic2 ESXCLI commands to create two port groups named Prod-201 and Prod-202 on vSwitch3. esxcli […]

Read More