VMware ESXi 7
Sponsored Link

ポートグループを追加する2023/03/16

 
ポートグループを追加する場合は、以下のように設定します。
[1] シェルアクセスして追加する場合は、以下のように実行します。
# 仮想スイッチ表示

[root@ctrl:~]
esxcli network vswitch standard list

vSwitch0
   Name: vSwitch0
   Class: cswitch
   Num Ports: 2990
   Used Ports: 4
   Configured Ports: 128
   MTU: 1500
   CDP Status: listen
   Beacon Enabled: false
   Beacon Interval: 1
   Beacon Threshold: 3
   Beacon Required By:
   Uplinks: vmnic0
   Portgroups: VM Network, Management Network

vSwitch1
   Name: vSwitch1
   Class: cswitch
   Num Ports: 2990
   Used Ports: 3
   Configured Ports: 128
   MTU: 1500
   CDP Status: listen
   Beacon Enabled: false
   Beacon Interval: 1
   Beacon Threshold: 3
   Beacon Required By:
   Uplinks: vmnic1
   Portgroups:

# [vSwitch1] にポートグループ [Management Network Internal] を追加

[root@ctrl:~]
esxcli network vswitch standard portgroup add --portgroup-name="Management Network Internal" --vswitch-name=vSwitch1
[root@ctrl:~]
esxcli network vswitch standard portgroup list

Name                         Virtual Switch  Active Clients  VLAN ID
---------------------------  --------------  --------------  -------
Management Network           vSwitch0                     1        0
Management Network Internal  vSwitch1                     0        0
VM Network                   vSwitch0                     0        0

[root@ctrl:~]
esxcli network vswitch standard list --vswitch-name=vSwitch1

vSwitch1
   Name: vSwitch1
   Class: cswitch
   Num Ports: 2990
   Used Ports: 3
   Configured Ports: 128
   MTU: 1500
   CDP Status: listen
   Beacon Enabled: false
   Beacon Interval: 1
   Beacon Threshold: 3
   Beacon Required By:
   Uplinks: vmnic1
   Portgroups: Management Network Internal
 
VMware Host Client で設定する場合は以下のように実行します。
[2] [管理] - [ネットワーク] - [ポートグループ] の画面で、[ポートグループの追加] ボタンをクリックして、以下のように、追加するポートグループの名称と、関連付ける仮想スイッチを選択します。その他の項目は、特別な要件がなければ、デフォルトのままで OK です。
[3] ポートグループが追加されました。
関連コンテンツ