如何更改端口上的 IP 空间或广播域
执行
执行
适用于
ONTAP 9
说明
默认情况下,节点上的网络端口具有以下角色:
::> 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
但是,其中一个节点未正确显示角色:
::> net port show -node cluster1-03
(network port show)
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 的 IP 空间和广播域时会出现以下错误:
::> net port modify -node cluster1-03 -port e0b -ipspace Cluster
(network port modify)
Error: command failed: Cannot directly modify the IPspace on this port; instead add it to the appropriate broadcast domain in the desired IPspace.