Unable to ping ARS430 Ethernet Radar IP

I have connected an ARS430 radar to my Nvidia Drive AGX and am seeing the the IP of the radar (IP of Radar: 192.168.1.34, Port: 31122) on wireshark application.

But I am unable to ping to this IP. It shows the “Destination Host Unreachable” error.

I tried following the commands mentioned in “dwx_radar_replay_sample.html”

$ sudo ifconfig eth0:900 10.1.0.81 || true
$ sudo route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0:900 || true
$ sudo route add -net 192.168.0.0 netmask 255.255.0.0 dev eth0:900 || true

But I get the same “Destination Host Unreachable” error when I ping the radar IP.
Please let me know how I can configure the Radar IP to the default eth0:900 interface.

Thanks,

Hardware Platform: DRIVE AGX Xavier™ Developer Kit
Software Version: DRIVE Software 10
Host Machine Version: native Ubuntu 18.04
SDK Manager Version: 1.0.1.5538

Hi @ars4922,

Is this topic duplicate to below one?