ポートグループを追加する2024/01/16 |
ポートグループを追加する場合は、以下のように設定します。
|
|
[1] | シェルアクセスして追加する場合は、以下のように実行します。 |
# 仮想スイッチ表示 [root@ctrl:~] esxcli network vswitch standard list vSwitch0 Name: vSwitch0 Class: cswitch Num Ports: 2970 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: 2970 Used Ports: 3 Configured Ports: 1024 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
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: 2970 Used Ports: 3 Configured Ports: 1024 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] | ポートグループが追加されました。 |
Sponsored Link |