LIF 无法到达默认网关外部
适用于
- ONTAP 9
- CIFS/SMB
- NFS
- 网络连接
问题描述
- 当 LIF 从节点 1 移动到节点 2 时,LIF 无法到达网关或更远位置
- 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