How i test the UDP port is working?

Hi

anybody know how to test out the UDP port working?
cos UDP cannot use telnet to test...

Sumemr

Try :
# snoop -v -i /tmp/dhcp-snoop.snp | grep UDP:

Try netcat.

I think you can do:

nc -zu <ip> <udpport>