Something here could help.
https://learn-powershell.net/2011/02/21/querying-udp-ports-with-powershell/
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying traceroute command from the remote device to the windows server.
I could see the traceroute with ICMP is working fine without any issues. And also I am seeing that traceroute with UDP also goes fine after the device reboot.
If I send the ICMP frame followed by the UDP request I am not seeing the response for the UDP request. I could see that device send the 3 UDP requests but windows respond to only one. Is there any behavior from the server protecting it?
If I send ICMP traceroute and wait for 5 mins and initiate the UDP traceroute this works. If I send the ICMP traceroute and immediately try the UDP traceroute it's not working. Please let me know if anyone facing a similar issue.
Something here could help.
https://learn-powershell.net/2011/02/21/querying-udp-ports-with-powershell/