<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Found a simple SNMP trap receiver for windows that writes traps to a file for Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Found-a-simple-SNMP-trap-receiver-for-windows-that-writes-traps/m-p/332405#M61513</link>
    <description>&lt;P&gt;&lt;A href="http://www.bttsoftware.co.uk/snmptrap.html"&gt;http://www.bttsoftware.co.uk/snmptrap.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2017 18:56:10 GMT</pubDate>
    <dc:creator>cpt12tech</dc:creator>
    <dc:date>2017-04-18T18:56:10Z</dc:date>
    <item>
      <title>Found a simple SNMP trap receiver for windows that writes traps to a file for Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Found-a-simple-SNMP-trap-receiver-for-windows-that-writes-traps/m-p/332404#M61512</link>
      <description>&lt;P&gt;&lt;A href="http://www.bttsoftware.co.uk/snmptrap.html"&gt;http://www.bttsoftware.co.uk/snmptrap.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Found a simple SNMP trap receiver for windows that writes traps to a file for Splunk.&lt;/P&gt;

&lt;P&gt;After many hours spent with SNMP modular input and Net-SNMP with little to no success, found this app.  Simple.  Elegant.  And so far haven't had to install any custom MIBs, which were giving me lots of trouble trying to implement in the other options.&lt;BR /&gt;
It's free, and considering how long I spent troubleshooting totally worth sending a donation to the developer.  Wish I had known about this months ago.  Haven't worked with the data in Splunk yet.  Time will tell if this is an effective solution.  Even if the app isn't used for ingesting into Splunk, it's a great way to see OIDs.&lt;/P&gt;

&lt;P&gt;Hope this helps someone else.&lt;/P&gt;

&lt;P&gt;The output log file includes the description in a pipe | delimited file, so very easy to parse with splunk. &lt;BR /&gt;
4/17/2017 | 16:56:39 |   192.168.1.220 | (v2)INPUT A - Video  12 - embedded audio 1 Silence Left &lt;BR /&gt;
4/17/2017 | 16:56:40 |    192.168.1.91 | (G) Cold Start &lt;BR /&gt;
4/17/2017 | 16:56:45 |   192.168.1.220 | (v2)INPUT A - Video  12 - embedded audio 1 Silence Left &lt;BR /&gt;
4/17/2017 | 16:56:52 |   192.168.1.220 | (v2)INPUT A - Video  12 - embedded audio 1 Silence Right &lt;BR /&gt;
4/17/2017 | 16:56:55 |    192.168.1.91 | (G) Link Up &lt;BR /&gt;
4/17/2017 | 16:56:55 |   192.168.1.220 | (v2)INPUT A - Video  14 - embedded audio 1 Silence Left &lt;BR /&gt;
4/17/2017 | 16:56:59 |   192.168.1.220 | (v2)INPUT A - Video  14 - embedded audio 1 Silence Right &lt;BR /&gt;
4/17/2017 | 16:56:59 |   192.168.1.220 | (v2)INPUT A - Video  12 - embedded audio 1 Silence Left &lt;/P&gt;

&lt;P&gt;You can see the associated OIDs and even raw data.  Not in the log file but in the window of the app.&lt;/P&gt;

&lt;P&gt;0010  D1 02 03 24 F7 86 02 01 00 02 01 00 30 81 C3 30  ...$........0..0&lt;BR /&gt;
0020  10 06 08 2B 06 01 02 01 01 03 00 43 04 3E CE 19  ...+.......C.&amp;gt;..&lt;BR /&gt;
0030  3E 30 1A 06 0A 2B 06 01 06 03 01 01 04 01 00 06  &amp;gt;0...+..........&lt;BR /&gt;
0040  0C 2B 06 01 04 01 9E 20 15 03 02 03 01 30 38 06  .+..... .....08.&lt;BR /&gt;
0050  0E 2B 06 01 04 01 9E 20 15 03 02 02 01 04 69 04  .+..... ......i.&lt;BR /&gt;
0060  26 49 4E 50 55 54 20 41 20 2D 20 56 69 64 65 6F  &amp;amp;INPUT A - Video&lt;BR /&gt;
0070  20 20 31 34 20 2D 20 65 6D 62 65 64 64 65 64 20    14 - embedded &lt;BR /&gt;
0080  61 75 64 69 6F 20 31 30 13 06 0E 2B 06 01 04 01  audio 10...+....&lt;BR /&gt;
0090  9E 20 15 03 02 02 01 03 69 02 01 01 30 14 06 0E  . ......i...0...&lt;BR /&gt;
00A0  2B 06 01 04 01 9E 20 15 03 02 02 01 05 69 02 02  +..... ......i..&lt;BR /&gt;
00B0  75 30 30 1B 06 0B 2B 06 01 04 01 9E 20 15 08 01  u00...+..... ...&lt;BR /&gt;
00C0  00 04 0C 53 69 6C 65 6E 63 65 20 4C 65 66 74 30  ...Silence Left0&lt;BR /&gt;
00D0  11 06 0B 2B 06 01 04 01 9E 20 15 08 02 00 02 02  ...+..... ......&lt;BR /&gt;
00E0  75 30                                            u0&lt;/P&gt;

&lt;P&gt;Frame Length: 226 bytes&lt;BR /&gt;
Version: SNMPv2&lt;BR /&gt;
Community: public&lt;BR /&gt;
PDU Type: Trap v2&lt;BR /&gt;
Request ID: 24F786&lt;BR /&gt;
Error Status: 0&lt;BR /&gt;
Error Index: 0&lt;BR /&gt;
OID: .1.3.6.1.2.1.1.3.0&lt;BR /&gt;
ASN.1 Type: Time Ticks 0x43 (67)&lt;BR /&gt;
Value: 121 days, 22:55:42&lt;BR /&gt;
OID: .1.3.6.1.6.3.1.1.4.1.0&lt;BR /&gt;
ASN.1 Type: Object ID 0x06 (6)&lt;BR /&gt;
Value: .1.3.6.1.4.1.3872.21.3.2.3.1&lt;BR /&gt;
OID: .1.3.6.1.4.1.3872.21.3.2.2.1.4.105&lt;BR /&gt;
ASN.1 Type: Octet String 0x04 (4)&lt;BR /&gt;
Value: INPUT A - Video  14 - embedded audio 1&lt;BR /&gt;
OID: .1.3.6.1.4.1.3872.21.3.2.2.1.3.105&lt;BR /&gt;
ASN.1 Type: Integer32 0x02 (2)&lt;BR /&gt;
Value: 1&lt;BR /&gt;
OID: .1.3.6.1.4.1.3872.21.3.2.2.1.5.105&lt;BR /&gt;
ASN.1 Type: Integer32 0x02 (2)&lt;BR /&gt;
Value: 30000&lt;BR /&gt;
OID: .1.3.6.1.4.1.3872.21.8.1.0&lt;BR /&gt;
ASN.1 Type: Octet String 0x04 (4)&lt;BR /&gt;
Value: Silence Left&lt;BR /&gt;
OID: .1.3.6.1.4.1.3872.21.8.2.0&lt;BR /&gt;
ASN.1 Type: Integer32 0x02 (2)&lt;BR /&gt;
Value: 30000&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 23:06:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Found-a-simple-SNMP-trap-receiver-for-windows-that-writes-traps/m-p/332404#M61512</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2017-04-17T23:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Found a simple SNMP trap receiver for windows that writes traps to a file for Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Found-a-simple-SNMP-trap-receiver-for-windows-that-writes-traps/m-p/332405#M61513</link>
      <description>&lt;P&gt;&lt;A href="http://www.bttsoftware.co.uk/snmptrap.html"&gt;http://www.bttsoftware.co.uk/snmptrap.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 18:56:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Found-a-simple-SNMP-trap-receiver-for-windows-that-writes-traps/m-p/332405#M61513</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2017-04-18T18:56:10Z</dc:date>
    </item>
  </channel>
</rss>

