This is a discussion on Re: trap forwarding pb within the SNMP Users forums, part of the Networking and Network Related category; MAUGER Fabien ext ROSI/DPS wrote: > Hi, > > I'd like to forward trap received by my snmptrapd ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
MAUGER Fabien ext ROSI/DPS wrote:
> Hi, > > I'd like to forward trap received by my snmptrapd to a remote host. > so I wanted to use the "forward" directive in the snmptrapd.conf file, but the it seams that the snmptrapd daemon doesn't know this directive and i don't know why??? > moreover "forward" is not present in the snmptrapd.conf man page. > for information I'm using the 5.0.9 version. I am not sure about 5.0.9 but "forward" is in the man page for the current version. The syntax is: forward OID-TO-FORWARD destination This would look something like: forward .1.3.6.1.4.1.9.2.2.1.1.28.40 192.168.1.3 or if you want to forward all traps try: forward default 192.168.1.3 Regards, Andy > thanks, > > Fabien MAUGER > > > ------------------------------------------------------- > 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_ide95&alloc_id396&op=click > _______________________________________________ > Net-snmp-users mailing list > Net-snmp-users@lists.sourceforge.net > Please see the following page to unsubscribe or change other options: > https://lists.sourceforge.net/lists/...net-snmp-users > ------------------------------------------------------- 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-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |