On Apr 27, 2008, at 4:17 PM, David T. Perkins wrote: > HI, > > In the same situation, I'd have the program (or script) that starts > the agent specify the UDP port that the agent should use.
It can't. It has no way of knowing what ports will be free. Only the kernel knows that. If you're running a single instance of a server, you can manually allocate a port and start up your server there at boot time. In an environment where servers are constantly being started up and shut down, asynchronously, with many servers running at a time, you need to have the kernel do it for you. ------------------- Roy Smith <[EMAIL PROTECTED]> Software Guy, EMC Common Management Group 44 South Broadway, 7th floor White Plains, NY 10601 +1 914 580 3427 AIM: roysmith649 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
