DX Unified Infrastructure Management

  • 1.  UDP Port Monitoring

    Posted May 12, 2017 08:59 AM

    Hi All,

     

    Is there a way to monitor UDP ports from UIM. Whether something is listening on the ports.

    I tried through net_connect, but I dont see the UDP port getting listed there.



  • 2.  Re: UDP Port Monitoring

    Posted May 12, 2017 09:14 AM

    Hello, you can use the net_connect probe for that, you will only have to configure the service definitions on the IM configuration interface take a look on that documentation on the session "Create Service Definitions":

    net_connect IM Configuration - CA Unified Infrastructure Management Probes - CA Technologies Documentation 



  • 3.  Re: UDP Port Monitoring

    Posted May 15, 2017 06:44 AM

    Hi,

     

    Thanks for the reply. I need to monitor UDP based services. The net_connect probe helps only for TCP based services.



  • 4.  Re: UDP Port Monitoring

    Posted May 15, 2017 08:36 AM

    Hi, 

       But what service you whant to monitor? the net_connect probe will show to you if the port respondig. maybe some kind of end to end test might solve your problem



  • 5.  Re: UDP Port Monitoring

    Broadcom Employee
    Posted May 15, 2017 08:04 AM

    Due to the nature of UDP, you can't get a reply back since it never sends a syn-ack.  You can though use logmon probe and run a command like netstat to see if the UDP port is listening.