This is very rare scenario, you need to verify the status of udp service running on the port. I found this tricks will helpful if you are trying to verify NTP server availability or VPN server presence.
Eg: nmap -p [port] -sU -P0 [host name | ip address]
a. For verify the NTP server is [...]
