<?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: SNMP info from device to splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107026#M22495</link>
    <description>&lt;P&gt;For net-snmp support your best shot is to post questions on a net-snmp forum/mailing list or similar.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Feb 2013 23:02:40 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2013-02-07T23:02:40Z</dc:date>
    <item>
      <title>SNMP info from device to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107019#M22488</link>
      <description>&lt;P&gt;We have a device setup to send out SNMP information to splunk, which is a useid from AD and their client IP address. Is possible to use a script within Splunk that can parse our that relevant information and send it to another device?&lt;/P&gt;

&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:27:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107019#M22488</guid>
      <dc:creator>flanny22</dc:creator>
      <dc:date>2013-01-31T19:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP info from device to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107020#M22489</link>
      <description>&lt;P&gt;yes, you can forward a subset of your data to a third-party system. information is here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/Deploy/Forwarddatatothird-partysystemsd"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/Deploy/Forwarddatatothird-partysystemsd&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2013 19:32:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107020#M22489</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2013-01-31T19:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP info from device to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107021#M22490</link>
      <description>&lt;P&gt;OK, so getting our device to send snmp to splunk has been a little challenge.&lt;BR /&gt;
On a windows box with splunk installed, do I setup a receiver on port 162 for SNMP to access the snmp infor from our device?&lt;BR /&gt;
I have net-snmp installed as per another post on here.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 20:37:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107021#M22490</guid>
      <dc:creator>flanny22</dc:creator>
      <dc:date>2013-02-06T20:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP info from device to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107022#M22491</link>
      <description>&lt;P&gt;No, what you should do is setup net-snmp and have it listen to port 162, then have Splunk read the files that net-snmp writes to.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2013 20:43:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107022#M22491</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-02-06T20:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP info from device to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107023#M22492</link>
      <description>&lt;P&gt;thank you. So net-snmp and splunk are on the same box, windows 2003. when I run the command "snmptranslate -IR -Td IF-MIB::linkDown" I get the following&lt;BR /&gt;
C:\usr\perl&amp;gt;snmptranslate -IR -Td IF-MIB::linkDown&lt;BR /&gt;
No log handling enabled - using stderr logging&lt;BR /&gt;
C:/usr/etc/snmp/snmp.conf: line 4: Warning: Unknown token: snmpTrapdAddr.&lt;BR /&gt;
C:/usr/etc/snmp/snmp.conf: line 5: Warning: Unknown token: authCommunity.&lt;BR /&gt;
IF-MIB::linkDown&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 15:18:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107023#M22492</guid>
      <dc:creator>flanny22</dc:creator>
      <dc:date>2013-02-07T15:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP info from device to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107024#M22493</link>
      <description>&lt;P&gt;In my c:\usr\etc\snmp\snmp.conf file i have the following&lt;BR /&gt;
mibdirs C:/usr/share/snmp/mibs&lt;BR /&gt;
persistentDir C:/usr/snmp/persist&lt;BR /&gt;
tempFilePattern C:/usr/temp/snmpdXXXXXX&lt;BR /&gt;
snmpTrapdAddr 10.4.0.7:162&lt;BR /&gt;
authCommunity log public&lt;/P&gt;

&lt;P&gt;thank you for you feedback&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 15:18:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107024#M22493</guid>
      <dc:creator>flanny22</dc:creator>
      <dc:date>2013-02-07T15:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP info from device to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107025#M22494</link>
      <description>&lt;P&gt;one other thing, windows services snmp and snmptrap are installed but disabled.&lt;/P&gt;

&lt;P&gt;tia&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 15:22:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107025#M22494</guid>
      <dc:creator>flanny22</dc:creator>
      <dc:date>2013-02-07T15:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP info from device to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107026#M22495</link>
      <description>&lt;P&gt;For net-snmp support your best shot is to post questions on a net-snmp forum/mailing list or similar.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 23:02:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107026#M22495</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-02-07T23:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP info from device to splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107027#M22496</link>
      <description>&lt;P&gt;yes i did that. I am now setting up Splunk on a Debian box. Windows drives me crazy...&lt;BR /&gt;
thank you for your input.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 16:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SNMP-info-from-device-to-splunk/m-p/107027#M22496</guid>
      <dc:creator>flanny22</dc:creator>
      <dc:date>2013-02-08T16:47:23Z</dc:date>
    </item>
  </channel>
</rss>

