ポートのIPスペースまたはブロードキャストドメインを変更する方法
のとう
のとう
環境
- ONTAP 9
- ブロードキャスト ドメイン
- IP スペース
概要
- ノードのネットワークポートには、デフォルトで次のロールが割り当てられています。
cluster1::> network port show
Auto-Negot Duplex Speed (Mbps)
Node Port Role Link MTU Admin/Oper Admin/Oper Admin/Oper
----------- ------ -------- ----- ------- ----------- ----------- ------------
cluster1-01
e0a cluster up 9000 true/true full/full 1000/1000
e0b cluster up 9000 true/true full/full 1000/1000
e0c data up 1500 true/true full/full 1000/1000
e0d data up 1500 true/true full/full 1000/1000
- ただし、いずれかのノードにロールが正しく表示されません。
cluster1::> network port show -node cluster1-03
Speed (Mbps)
Node Port IPspace Broadcast Domain Link MTU Admin/Oper
------------ ------ -------- ---------------- ----- ------ ------------
cluster1-03
e0a Cluster Cluster up 9000 auto/10000
e0b Default Default up 1500 auto/10000
e0c Cluster Cluster up 9000 auto/10000
e0d Default Default up 1500 auto/10000
- ポートe0bのIPspaceとブロードキャストドメインを変更しようとすると、次のエラーが表示されます。
cluster1::> network port modify -node cluster1-03 -port e0b -ipspace Cluster
Error: command failed: Cannot directly modify the IPspace on this port; instead add it to the appropriate broadcast domain in the desired IPspace.