This is a discussion on Re: snmptrap on Win32 platform within the SNMP Users forums, part of the Networking and Network Related category; On 18/03/2008, JDVail@comerica.com <JDVail@comerica.com> wrote: > I'm having problems running snmptrap ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 18/03/2008, JDVail@comerica.com <JDVail@comerica.com> wrote:
> I'm having problems running snmptrap on the Win32 platform. > snmptrap -v 2c -c comunity_removed dest_ip_removed > 0 .1.3.6.1.4.1.3224.0.100.19 > > produces no output on the screen, and my sniff shows no packets on port 162. That should have worked. What version of snmptrap are you using? It might be worth specifying the destination port explicitly: > snmptrap -v 2c -c comunity_removed dest_ip_removed:162 > 0 .1.3.6.1.4.1.3224.0.100.19 Otherwise, try running the command with the '-d' flag. That will show whether the trap is being sent or not. (And hence whether the problem lies with generating the trap, or receiving it!) Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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 |