====== vSwitches mit der CLI ====== ===== Global Infos über vSwitches ===== esxcfg-vswitch -l esxcli network vswitch standard list \\ ===== Anzeigen Portgroups ===== esxcli network vswitch standard portgroup list \\ ===== Hinzufügen Portgroup ===== esxcli network vswitch standard portgroup add --portgroup-name= --vswitch-name= esxcli network vswitch standard portgroup set --portgroup-name= --vlan-id= Beispiel: esxcli network vswitch standard portgroup add --portgroup-name=mgt.company.loc_3 --vswitch-name=vSwitch0 esxcli network vswitch standard portgroup set --portgroup-name=mgt.company.loc_3 --vlan-id=3 \\