NAME

SNMPTRAPD-SIMPLE - Simple SNMP Trap Server

SYNOPSIS

snmptrapd-simple [options]

DESCRIPTION

Listens for SNMP traps and logs to console and optional file. Can decode SNMP v1 and v2c traps. SNMP Trap columns are:

      Source IP Address
      Source UDP port
      SNMP version
      SNMP community
(Version 1)          (Version 2c)
Enterprise OID       Request ID
Agent IP Address     Error Status
Trap Type            Error Index
Specific Trap
Timeticks
      Varbinds (OID: val; [...])

OPTIONS

-d <dir>         Output file directory.
--directory      DEFAULT:  (or not specified) [Current].

-i #             UDP Port to listen on.
--interface      DEFAULT:  (or not specified) 162.

-w               Log to "snmptrapd.log".

LICENSE

This software is released under the same terms as Perl itself. If you don't know what that means visit http://perl.com/.

AUTHOR

Copyright (C) Michael Vincent 2010

http://www.VinsWorld.com

All rights reserved