This is a discussion on RE: trap pdu forwarding [was Re: File Descriptor Event Management] within the SNMP Coders forums, part of the Networking and Network Related category; On Fri, 2005-02-25 at 15:56, Olsson, Sten wrote: > I assume you can specify the protocol to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Fri, 2005-02-25 at 15:56, Olsson, Sten wrote:
> I assume you can specify the protocol to use too? TCP/UDP? Yes. The destination is specified using the usual protocol:host:port syntax, so has the same range of valid destination addresses. > I think what it was is the forward function was not available back > when I was writing this code (couple years back). Probably depends exactly when you looked at this (and which version of the code). Checking the logs, it seems that I added this feature in June 2003, so it was probably first included in v5.1. > How does one receive the PDU on the other side? The usual "snmp_read" approach - e.g. by running another snmptrapd (or similar standard trap receiver). The whole idea was that this should be as standard as possible. > I may just be able to put this PDU reception code into my management app > in place of what I currently have (pack/unpack). This would be good. > Can you point me to the code that does this? Have a look at apps/snmptrapd.c:main() In particular, the "while (running) { ... }" loop. Dave ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |