<?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: Sending SNMP to Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50711#M9713</link>
    <description>&lt;P&gt;If you're having problems with snmp modular input, may want to give this a try.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/521362/found-a-simple-snmp-trap-receiver-for-windows-that.html#answer-522171"&gt;https://answers.splunk.com/answers/521362/found-a-simple-snmp-trap-receiver-for-windows-that.html#answer-522171&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2017 01:28:37 GMT</pubDate>
    <dc:creator>cpt12tech</dc:creator>
    <dc:date>2017-04-20T01:28:37Z</dc:date>
    <item>
      <title>Sending SNMP to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50707#M9709</link>
      <description>&lt;P&gt;Still have some doubts about sending SNMP to Splunk&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/SendSNMPeventstoSplunk" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/SendSNMPeventstoSplunk&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;About this step:&lt;BR /&gt;
 Edit &lt;CODE&gt;C:\usr\etc\snmp\snmptrapd.conf:&lt;/CODE&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;snmpTrapdAddr [System IP]:162

authCommunity log [community string]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is the system IP the one which Splunk is installed on?&lt;BR /&gt;
I am able to create the log file on the local machine, but it always states:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;couldn't open udp:162 -- errno 2 ("No such file or directory")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Are there any other configuration do I need? &lt;BR /&gt;
Thanks very much.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2012 18:10:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50707#M9709</guid>
      <dc:creator>cqian02</dc:creator>
      <dc:date>2012-09-04T18:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sending SNMP to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50708#M9710</link>
      <description>&lt;P&gt;you can put something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;snmpTrapdAddr udp:0.0.0.0:162

authCommunity log,execute,net public
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Sep 2012 08:15:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50708#M9710</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-09-05T08:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sending SNMP to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50709#M9711</link>
      <description>&lt;P&gt;Check out this new add-on : &lt;A href="http://splunk-base.splunk.com/apps/88686/snmp-modular-input"&gt;http://splunk-base.splunk.com/apps/88686/snmp-modular-input&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2013 21:19:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50709#M9711</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-05-28T21:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sending SNMP to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50710#M9712</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;So I have SNMPD running, however no SNMP traps are being written tp snmptrapd.log. I have installed wireshark and can see that the traps have arrived on the correct interface with the correct community.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;

&lt;P&gt;Thankyou&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50710#M9712</guid>
      <dc:creator>itnetworkteam</dc:creator>
      <dc:date>2017-01-30T17:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sending SNMP to Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50711#M9713</link>
      <description>&lt;P&gt;If you're having problems with snmp modular input, may want to give this a try.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/521362/found-a-simple-snmp-trap-receiver-for-windows-that.html#answer-522171"&gt;https://answers.splunk.com/answers/521362/found-a-simple-snmp-trap-receiver-for-windows-that.html#answer-522171&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 01:28:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Sending-SNMP-to-Splunk/m-p/50711#M9713</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2017-04-20T01:28:37Z</dc:date>
    </item>
  </channel>
</rss>

