LIFがデフォルト ゲートウェイ外に到達できない
環境
- ONTAP 9
- CIFS / SMB
- NFS
- ネットワーク
問題
- LIFをノード1からノード2に移動すると、ゲートウェイまたはその先には到達できません
- LIFは同じVLAN内の同じクライアントに到達できます
::*> network ping -lif lif_name -vserver vserver_name -destination client_IP_in_same_vlan -verbose true -show-detail true
PING 10.1.1.5 (10.1.1.5) from 10.1.1.40: 56 data bytes
to 10.1.1.40 64 bytes from 10.1.1.5: icmp_seq=0 ttl=64 time=0.190 ms
- LIFは、別のサブネットにある別のネットワーク/ゲートウェイに到達できず、ネットワークに到達できません。
::*> network ping -lif lif_name -vserver vserver_name -destination gateway_IP -verbose true -show-detail true (ctrl + c to stop the command)
ping: sendto: Network is unreachable
- LIFはゲートウェイを越えて外部クライアントに到達できません:
::*> network ping -lif lif_name -vserver vserver_name -destination client_IP -verbose true -show-detail true
ping: sendto: Network is unreachable