Hi,
beside a ping from console you can use the SocketTest program to echo the board at a TCP level. Open the SocketTest (or the TCP client program you are using) and fill the options with the following information:
- IP Address: 192.168.0.200
- Port: 7
Then click on connect and connection should be established without any issue. Once the computer is connected with the MPC5748G, you can send any message and the MPC5748G will make an echo of anything you send. Just as shown in the following image:

Maybe you can refer to https://community.nxp.com/t5/S32K/LWIP-TCP-IP-Server-Client-Hands-On/m-p/1342762 and use mentioned client/server codes.
BR, Petr