Your client IP is 10.150.54.84 with a subnet mask of 255.255.252.0, or /22 - this means that according to your client, every IP within 10.150.52.1 to 10.150.55.254 is "local" - it can talk to it directly, no router needed.
Your NetApp system's cluster management LIF is 10.150.52.13, with a subnet mask of 255.255.255.0 or /24, which means according to the NetApp system, only IPs in 10.150.52.1-10.150.52.254 are local, everything else needs to go through a router.
So in this configuration, your client is attempting to talk directly to the NetApp, but your NetApp will only talk to your client through a router. Only one of these systems can be correct.
If you really have a /22 subnet, then the NetApp's configuration needs to be changed. If you only have a /24, then the client's configuration needs to be changed. For the NetApp, you would likely run the "network interface modify" command (manual page here) to change the subnet mask - either via command line or GUI. For the client, you would change your DHCP server or local interface config.
Hope this helped!