<?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: Trying to get SNMP data into Splunk... in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251357#M28811</link>
    <description>&lt;P&gt;Any firewalls between the two on the network?&lt;/P&gt;

&lt;P&gt;Use the following command to test:&lt;/P&gt;

&lt;P&gt;start -&amp;gt; run -&amp;gt; cmd [enter/click ok]&lt;BR /&gt;
&lt;CODE&gt;telnet [ipaddress] [portnumber]&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If you get a blinking cursor on a blank page, the port is open to the ipaddress you provided.  Else you'll get a timeout error.  If you do get the blinking cursor press ctrl + ] to escape out of the telnet session.  Try from both servers to the other using the correct ports and ips.&lt;/P&gt;

&lt;P&gt;Telnet might not be installed on the server, if not run this at command prompt&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;pkgmgr /iu:"TelnetClient"&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2016 00:01:53 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2016-03-17T00:01:53Z</dc:date>
    <item>
      <title>Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251354#M28808</link>
      <description>&lt;P&gt;I'm having problems getting any SNMP data into Splunk using the SNMP Modular Input.  I've set up a Polling Input that is polling a Windows 2008 Server.  So far no data has shown up in Splunk.  &lt;/P&gt;

&lt;P&gt;I've checked for errors using:&lt;BR /&gt;
index=_internal ExecProcessor error snmp.py&lt;BR /&gt;
and don't see any results.&lt;/P&gt;

&lt;P&gt;[snmp://Archive]&lt;BR /&gt;
communitystring = public&lt;BR /&gt;
destination = 192.168.1.101&lt;BR /&gt;
do_bulk_get = 1&lt;BR /&gt;
do_get_subtree = 1&lt;BR /&gt;
host = Archive&lt;BR /&gt;
ipv6 = 0&lt;BR /&gt;
snmp_mode = attributes&lt;BR /&gt;
snmp_version = 2C&lt;BR /&gt;
sourcetype = snmp_ta&lt;BR /&gt;
split_bulk_output = 0&lt;BR /&gt;
trap_rdns = 0&lt;BR /&gt;
v3_authProtocol = usmHMACMD5AuthProtocol&lt;BR /&gt;
v3_privProtocol = usmDESPrivProtocol&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:07:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251354#M28808</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2020-09-29T09:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251355#M28809</link>
      <description>&lt;P&gt;Are your snmp ports open?  Defaults to 161 on the source (called destination in the a snmp app) and 162 on the Splunk server.&lt;/P&gt;

&lt;P&gt;If your splunk server is linux and you're following best practices, you will not be able to open port 162 because only root can open ports below 1025.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 23:29:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251355#M28809</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-03-16T23:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251356#M28810</link>
      <description>&lt;P&gt;Thanks for the reply.  I'm running Splunk on a Windows server.  I'm monitoring the same source with another SNMP management app on a different server and am able to connect and poll the data.  The firewall is turned off on the Windows server running Splunk and the Windows server I'm attempting to poll.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 23:40:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251356#M28810</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2016-03-16T23:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251357#M28811</link>
      <description>&lt;P&gt;Any firewalls between the two on the network?&lt;/P&gt;

&lt;P&gt;Use the following command to test:&lt;/P&gt;

&lt;P&gt;start -&amp;gt; run -&amp;gt; cmd [enter/click ok]&lt;BR /&gt;
&lt;CODE&gt;telnet [ipaddress] [portnumber]&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If you get a blinking cursor on a blank page, the port is open to the ipaddress you provided.  Else you'll get a timeout error.  If you do get the blinking cursor press ctrl + ] to escape out of the telnet session.  Try from both servers to the other using the correct ports and ips.&lt;/P&gt;

&lt;P&gt;Telnet might not be installed on the server, if not run this at command prompt&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;pkgmgr /iu:"TelnetClient"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 00:01:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251357#M28811</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-03-17T00:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251358#M28812</link>
      <description>&lt;P&gt;I can give a couple of things that helped me with the issues I had with SNMP Modular Input.  I've found the process pretty cumbersome and required a lot of troubleshooting, at least from Windows.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;check the splunkd log, errors will be reported there: \var\log\splunk\splunkd.log&lt;/LI&gt;
&lt;LI&gt;if possible, you can install wireshark on the splunk server, and filter for UDP, this will allow you to see the SNMP packets leaving the splunk server and reply, if any, being received.&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;I was using Symantec Endpoint Protection 12.1.2100.2093.  Even with the "Proactive Threat Protection" and "Network Threat Protection" disabled via the Symantec GUI, I found that outbound UDP was being denied.  I installed on a testbed system without Symantec and the generic network error message in the Splunk log was fixed.&lt;/LI&gt;
&lt;LI&gt;I also found that troubleshooting was a lot easier when going for a standard OID, like sysContact.  This ruled out issues with getting the oid number to poll correct.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;As an aside, if anyone has issues compiling their MIB files into python, you can actually drop an empty .py file into the custom mib directory, specify that filename in the SNMP Modular Input data input setup, and you will be able to poll.  You just don't see the translation of oid values to key name.  If the MIB file is specified in your input setup but not present polling will abort for that input.&lt;/P&gt;

&lt;P&gt;Does your remote device report any errors like bad community name received or login failure, etc?  It seems odd that you are specifying snmp_version = 2C but also including v3 auth settings?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 14:52:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251358#M28812</guid>
      <dc:creator>pmeyerson</dc:creator>
      <dc:date>2016-03-17T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251359#M28813</link>
      <description>&lt;P&gt;Tried the telnet, but there was no response.  I searched around the internet and it seems that Telnet doesn't support UDP.  I downloaded nmap, and scanned port 161 and it reports as open.  &lt;/P&gt;

&lt;P&gt;Really great tool.&lt;BR /&gt;
&lt;A href="https://nmap.org"&gt;https://nmap.org&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 21:15:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251359#M28813</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2016-03-17T21:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251360#M28814</link>
      <description>&lt;P&gt;Installed Wireshark, another great tool, and I do see SNMP data coming into the Splunk server, but don't see any SNMP messages leaving the server.  I've set up trap notifications on the server's I'm monitoring and assuming those are the SNMP messages being received.  Polling should be sending out messages?  Searched in the Splunkd log (index=_internal sourcetype=splunkd snmp) and did find some messages.  &lt;/P&gt;

&lt;P&gt;I set up two trap receivers in Splunk as well.  One with localhost as the trap destination, and the other with the IP I'm using to send the SNMP messages to.&lt;/P&gt;

&lt;P&gt;03-17-2016 15:44:53.661 -0600 ERROR ExecProcessor - message from "python "C:\Program Files\Splunk\etc\apps\snmp_ta\bin\snmp.py"" Failed to register transport and run dispatcher: bind() for ('localhost', 162) failed: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions snmp_stanza:snmp://Kaleido-Trap&lt;/P&gt;

&lt;P&gt;03-17-2016 15:24:32.816 -0600 ERROR ExecProcessor - message from "python "C:\Program Files\Splunk\etc\apps\snmp_ta\bin\snmp.py"" Failed to register transport and run dispatcher: bind() for (u'192.168.1.102', 162) failed: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions snmp_stanza:snmp://Archive-Trap&lt;/P&gt;

&lt;P&gt;I've noticed all the trap messages are coming in on port 161.  For windows servers I'm using the Microsoft SNMP service.  For other devices I have I use whatever they provide.  Will the SNMP Modular Input receive from port 161?&lt;/P&gt;

&lt;P&gt;I didn't specify an MIB, just wanted to see if I could get any data into the Splunk database.  I haven't been able to compile custom MIB's using python and get command not found when trying to make the egg.&lt;/P&gt;

&lt;P&gt;How did you find out that the Symantec Endpoint Protection was blocking the UDP port?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:07:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251360#M28814</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2020-09-29T09:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251361#M28815</link>
      <description>&lt;P&gt;Hi cpt12tech.  &lt;/P&gt;

&lt;P&gt;When you poll SNMP from splunk, you should see SNMP packets leaving your server get-request and snmp packets returning get-response I believe they show as.  I can find a packet capture when I am at office tomorrow.  Of particular note, drill into those SNMP packets and verify the UDP port number, etc is as expected.&lt;/P&gt;

&lt;P&gt;You are running splunk as a service? Are you running it as LocalSystem or some other user account?&lt;BR /&gt;
Does your organization push any Microsoft Group Policy, or other firewall/antivirus policy that would block outgoing UDP connections from the machine?  Another thing to check would be to try disabling any SNMP service running directly on the server you have splunk installed on, it almost sounds like they may be conflicting?&lt;/P&gt;

&lt;P&gt;SNMP Modular Input can listen on any UDP port - specify the port number when you are in the settings page for the Data Input.&lt;/P&gt;

&lt;P&gt;This: &lt;A href="http://www.alvestrand.no/objectid/1.3.6.1.2.1.1.html"&gt;http://www.alvestrand.no/objectid/1.3.6.1.2.1.1.html&lt;/A&gt; is a good set of OIDs to use for test polls.  I don't think you have to specify the MIB file name, just pick one or more of those OIDs.  They are standard MIBS and I believe included with SNMP Modular Input.&lt;/P&gt;

&lt;P&gt;As to SEP - I have an unfortunate long history from previous work with SEP not behaving as it should.  I took a chance and repeated my setup on a windows VM that did not have it installed - I put Microsoft Security Essentials on it instead. (use at your own risk).  I also had problems with SEP client blocking command line API calls needed to setup splunk clustering.&lt;/P&gt;

&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 22:59:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251361#M28815</guid>
      <dc:creator>pmeyerson</dc:creator>
      <dc:date>2016-03-17T22:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251362#M28816</link>
      <description>&lt;P&gt;Oh... Duh!!! Sorry.  Netcat supports udp but it's Linux based...  I'll be in the dunce corner&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 00:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251362#M28816</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-03-18T00:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251363#M28817</link>
      <description>&lt;P&gt;Your error indicates that port 162 can't be bound to on your Splunk server.  &lt;/P&gt;

&lt;P&gt;[Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions &lt;/P&gt;

&lt;P&gt;My best guess is that you have SNMP Agent or other SNMP service running on the Splunk server and it has already bound to the port.  Start -&amp;gt; run -&amp;gt; services.msc [return/click ok]. Look for SNMP services.   You can also netstat -ano at command prompt to see if the port is already in use when splunkd is stopped.  &lt;/P&gt;

&lt;P&gt;To fix, disable whatever is bound to the port.&lt;/P&gt;

&lt;P&gt;Other possibility includes splunkd running as underprivileged user (a best practice), and the user needs a Group Policy setting to allow it to bind to 162.&lt;/P&gt;

&lt;P&gt;Oh and the easiest solution.  Edit the SNMP modular input settings and use TRAP port 1162 or any other port instead of the default 162. or just disable the TRAP by U checking the box &lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1148i3991A483A4F331BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 00:28:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251363#M28817</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-03-18T00:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251364#M28818</link>
      <description>&lt;P&gt;Thank you jkat54!&lt;BR /&gt;
It works!&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2016 13:43:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251364#M28818</guid>
      <dc:creator>monteirolopes</dc:creator>
      <dc:date>2016-05-31T13:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251365#M28819</link>
      <description>&lt;P&gt;Getting back into this to see if I can get it to work.  Thanks for the help jkat.&lt;/P&gt;

&lt;P&gt;Ran the command 'nstat -ano' and there was a service listening on 127.0.0.1.  Stopped Splunkd and the listener went away, also went away when I disabled snmp_ta.  I wanted to try changing the snmp ip that was listening on 161.  Tried going into the app properties to check my settings but I don't see the GUI?  Just a standard app GUI.  Did something change or am I looking in the wrong place.&lt;/P&gt;

&lt;P&gt;Also tried deleting snmp_ta app and reinstalling, but don't see the config gui.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:23:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251365#M28819</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2016-07-13T21:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251366#M28820</link>
      <description>&lt;P&gt;There isn't a seperate GUI component for SNMP Modular Input.  You change the settings by adjusting the data inputs: Settings -&amp;gt; Data Inputs -&amp;gt; SNMP.  The settings are defined per Input you define.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 21:40:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251366#M28820</guid>
      <dc:creator>pmeyerson</dc:creator>
      <dc:date>2016-07-13T21:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251367#M28821</link>
      <description>&lt;P&gt;Ahh.. thank you.  That started me off on a rabbit trail.  I get a 500 internal error when I go to data inputs... while trying to solve that issue, now the Splunk web service is refusing to start and I cannot connect to Splunk via a web browser.  Oui.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 18:32:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251367#M28821</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2016-07-14T18:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251368#M28822</link>
      <description>&lt;P&gt;got the web browser working by typing in &lt;BR /&gt;
splunk enable webserver&lt;BR /&gt;
but haven't figured out why I get an internal server error when I go to the data inputs link...&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2016 23:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251368#M28822</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2016-07-14T23:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251369#M28823</link>
      <description>&lt;P&gt;This was a bug in the current Splunk version.  Waited for Splunk update, data inputs are working again.  Finally getting back to SNMP implementation.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 23:46:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251369#M28823</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2017-03-22T23:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to get SNMP data into Splunk...</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251370#M28824</link>
      <description>&lt;P&gt;I'm now receiving traps into Splunk.&lt;/P&gt;

&lt;P&gt;I ran into an issue while working on SNMP where I couldn't see the Data Inputs in Splunk 6.4.2.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/427846/clicking-on-data-inputs-shows-500-internal-server.html"&gt;https://answers.splunk.com/answers/427846/clicking-on-data-inputs-shows-500-internal-server.html&lt;/A&gt;&lt;BR /&gt;
This has been fixed in 6.4.3.&lt;/P&gt;

&lt;P&gt;Just now getting back to working on getting SNMP traps into Splunk.  I'm not sure what fixed the problem, however the server I'm running Splunk on has three NICs attached to 3 different subnets.  The traps in the Data Input were set to localhost.  Using wireshark I could see what address the SNMP traps were being addressed to, added that IP to my SNMP trap in the Data Inputs and data began to flow into splunk.  Haven't gotten polling working, but that's a different issue.&lt;/P&gt;

&lt;P&gt;Pretty sure I tried those different IP addresses in the past, but not 100% sure.&lt;/P&gt;

&lt;P&gt;Many thanks to jkat54 &amp;amp; pmeyerson for their help!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 00:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Trying-to-get-SNMP-data-into-Splunk/m-p/251370#M28824</guid>
      <dc:creator>cpt12tech</dc:creator>
      <dc:date>2017-03-23T00:20:19Z</dc:date>
    </item>
  </channel>
</rss>

