In FAS2552 ONTAP 9.8, I created an SVM for NFS and created a LIF, but there is a problem that PING does not pass.
PING is returned from lif1 to lif1, but PING is not returned from lif2.
In this network, I can ping other segments, so I suspect a misconfiguration on the FAS side.
Please help me...
==========================
■■Constitution
FAS2552 Cisco Cisco
node1 e0c ⇔ SW01 eth2/7 ⇔ SW11
node1 e0d ⇔ SW02 eth2/7 ⇔ SW12
node2 a0c ⇔ SW01 eth2/8 ⇔ SW11
node2 a0d ⇔ SW02 eth2/8 ⇔ SW12
※link aggregation(e0c+e0d⇒a0a)
■■Setting
■FAS2552
FAS2552::> network interface show
~~~
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
test
test_nfs_lif1
up/up 10.10.10.9/24 FAS2552-01
a0a true
test_nfs_lif2
up/up 10.10.10.10/24 FAS2552-02
a0a true
FAS2552::> network interface show -vserver test -lif test_nfs_lif1
Vserver Name: test
Logical Interface Name: test_nfs_lif1
Service Policy: default-data-files
Service List: data-core, data-nfs, data-fpolicy-client
(DEPRECATED)-Role: data
Data Protocol: nfs
Network Address: 10.10.10.9
Netmask: 255.255.255.0
Bits in the Netmask: 24
Is VIP LIF: false
Subnet Name: -
Home Node: FAS2552-01
Home Port: a0a
Current Node: FAS2552-01
Current Port: a0a
Operational Status: up
Extended Status: -
Is Home: true
Administrative Status: up
Failover Policy: system-defined
Firewall Policy: data
Auto Revert: true
Fully Qualified DNS Zone Name: none
DNS Query Listen Enable: false
Failover Group Name: Default
FCP WWPN: -
Address family: ipv4
Comment: -
IPspace of LIF: Default
Is Dynamic DNS Update Enabled?: true
Probe-port for Cloud Load Balancer: -
Broadcast Domain: Default
Vserver Type: data
FAS2552::> network port show -node FAS2552-01
Node: FAS2552-01
Speed(Mbps) Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status
--------- ------------ ---------------- ---- ---- ----------- --------
a0a Default Default up 1500 -/- healthy
a0a-10 Default Default up 1500 -/- healthy
e0M Default Default up 1500 auto/1000 healthy
e0a Default Default down 1500 auto/- -
e0b Default Default down 1500 auto/- -
e0c Default - up 1500 auto/10000 healthy
e0d Default - up 1500 auto/10000 healthy
e0e Cluster Cluster up 9000 auto/10000 healthy
e0f Cluster Cluster up 9000 auto/10000 healthy
FAS2552::> network route show
Vserver Destination Gateway Metric
------------------- --------------- --------------- ------
~~~
test
0.0.0.0/0 10.10.10.254 20
■SW
・SW1,SW2
interface Ethernet2/7
lacp rate fast
switchport mode trunk
switchport trunk allowed vlan 10
interface Ethernet2/8
lacp rate fast
switchport mode trunk
switchport trunk allowed vlan 10
interface Vlan10
no shutdown
mtu 9216
・SW11
interface Vlan10
no shutdown
no ip redirects
ip address 10.10.253/24
hsrp 10
preempt
priority 90
ip 10.10.10.254
・SW12
interface Vlan10
no shutdown
no ip redirects
ip address 10.10.252/24
hsrp 10
preempt
priority 90
ip 10.10.10.254
■PING result
FAS2552::> network ping -vserver test -node FAS2552-01 -destination 10.10.10.9
10.10.10.9 is alive
FAS2552::> network ping -vserver test -node FAS2552-01 -destination 10.10.10.10
no answer from 10.10.10.10
※Ping from SW01, SW02, SW11, SW12 to FAS2552 also fails
==========
Thank you in advance.