TRACERT command + Arduino MKR 1010 WIFI

Hi
I need to do a TRACERT command to check right network configuration.
How i can do? This is not a funtion available on WifiNina library ( only ping )

Thank you

On serious systems the command is named "traceroute". If you would know what it does you knew that it actually is a ping with increasing TTL value. As the ping method in the WiFiNINA library allows you set the the TTL you actually have that command available.

I need to check the path to reach the destination
You can do it with ping/ttl combination?
Have you please an example?

You need the IP addresses? The WiFiNINA doesn't provide that information.
May I ask why you think you need that information? What are you trying to achieve? Maybe we have solution to your problem that doesn't involve the host IPs on the route.