Hi all,
I believe there is a bug in the last CVS version when
one would start the agent with a non-standard port.
shell$ agent -Dall -L -r -f 1610
gives on FreeBSD that 3 sockets/fds are opened.
1) socket/fd for port 161 (weird, since I don't have this configured)
2) callback socket/fd
3) trap originating socket/fd
4) socket/fd for the port 1610 is opened.
The problems is that the last socket/fd is not added to the
snmp_select_info list.
It only looks for the first 3 sockets/fds.
When the option of the port number is not given
shell$ agent -Dall -L -r -f
All four sockets/fds are opened and added to the select list.
I am not sure what really happens yet, but I also think it is weird
that item 1 exists in both cases.
Harrie
Internet Management Consulting
mailto: harrie@... http://www.lisanza.net/
|