<?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 Modular Input: Why am I unable to capture any traps from a Cisco device? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188138#M19050</link>
    <description>&lt;P&gt;I have configured the same as above . but still i cannot see traps in splunk search.&lt;BR /&gt;
have done netstat -au - 162 port is listening.&lt;BR /&gt;
host name i have set to exact IP of the search head as i given in the device.&lt;BR /&gt;
rest other configs also done.&lt;/P&gt;

&lt;P&gt;but still seeing no events &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Oct 2014 11:22:08 GMT</pubDate>
    <dc:creator>splunker12er</dc:creator>
    <dc:date>2014-10-23T11:22:08Z</dc:date>
    <item>
      <title>SNMP Modular Input: Why am I unable to capture any traps from a Cisco device?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188132#M19044</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to capture traps from a Cisco router with SNMP Modular Input add-on. Here's what I did so far:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Configured Cisco router to send all possible traps to my Splunk host, port 162;&lt;/LI&gt;
&lt;LI&gt;Installed SNMP add-on;&lt;/LI&gt;
&lt;LI&gt;Downloaded CISCO-SMI, CISCO-TC, CISCO-CONFIG-MAN-MIB MIBs from Cisco website and converted them to Python modules as described in SNMP add-on documentation;&lt;/LI&gt;
&lt;LI&gt;Moved them to the &lt;CODE&gt;$SPLUNK_ROOT/etc/apps/snmp_ta/bin/mibs/&lt;/CODE&gt; directory;&lt;/LI&gt;
&lt;LI&gt;Created and configured a new SNMP input: &lt;CODE&gt;s7.postimg.org/eyn4d5mx7/snmp_cisco.png&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Tried to force the Cisco router to emit trap by updating its configuration with the &lt;CODE&gt;write&lt;/CODE&gt; command. Though tcpdump does see a trap message coming, the Splunk doesn't capture it and I see no data in the Search app.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Also, python did complain about "more than 255 arguments" in CISCO-TC.py, so I had to comment IfOperStatusReason class' inner code. This shouldn't had an effect on my particular situation, though.&lt;/P&gt;

&lt;P&gt;What should I do? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:14:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188132#M19044</guid>
      <dc:creator>npichugin</dc:creator>
      <dc:date>2014-08-20T09:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Modular Input: Why am I unable to capture any traps from a Cisco device?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188133#M19045</link>
      <description>&lt;P&gt;1) are there any errors ? Search in  "index=_internal ExecProcessor error snmp.py"&lt;/P&gt;

&lt;P&gt;2) have you set the correct bind host for the trap listener ?&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://answers.splunk.com//storage/Screen_Shot_2014-08-20_at_9.22.04_PM.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;3) is the SNMP stanza you setup opening the port and listening ?&lt;/P&gt;

&lt;P&gt;4) Have you specified the correct SNMP version ?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:24:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188133#M19045</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2014-08-20T09:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Modular Input: Why am I unable to capture any traps from a Cisco device?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188134#M19046</link>
      <description>&lt;P&gt;1) I see only one error about "more than 255 arguments" there. After I (sort of) fixed it there were no more errors, and the snmp.py process started up successfully.&lt;BR /&gt;
2) Yes, it's localhost&lt;BR /&gt;
3) Yes, &lt;CODE&gt;netstat -lnp | grep 162&lt;/CODE&gt; confirms it&lt;BR /&gt;
4) Yes&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 09:45:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188134#M19046</guid>
      <dc:creator>npichugin</dc:creator>
      <dc:date>2014-08-20T09:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Modular Input: Why am I unable to capture any traps from a Cisco device?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188135#M19047</link>
      <description>&lt;P&gt;Have a look at the answer that was accepted in this question and see if that helps you : &lt;A href="http://answers.splunk.com//answers/138848/snmp-traps-not-being-indexed-by-snmp-modular-input"&gt;http://answers.splunk.com//answers/138848/snmp-traps-not-being-indexed-by-snmp-modular-input&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2014 19:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188135#M19047</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2014-08-20T19:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Modular Input: Why am I unable to capture any traps from a Cisco device?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188136#M19048</link>
      <description>&lt;P&gt;Thank you! This thread helped me. Setting the trap listener to exactly the same value as it was set on the router resolved the issue.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2014 06:37:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188136#M19048</guid>
      <dc:creator>npichugin</dc:creator>
      <dc:date>2014-08-23T06:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Modular Input: Why am I unable to capture any traps from a Cisco device?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188137#M19049</link>
      <description>&lt;P&gt;Nice. Please "accept" the answer above.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2014 06:40:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188137#M19049</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2014-08-23T06:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Modular Input: Why am I unable to capture any traps from a Cisco device?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188138#M19050</link>
      <description>&lt;P&gt;I have configured the same as above . but still i cannot see traps in splunk search.&lt;BR /&gt;
have done netstat -au - 162 port is listening.&lt;BR /&gt;
host name i have set to exact IP of the search head as i given in the device.&lt;BR /&gt;
rest other configs also done.&lt;/P&gt;

&lt;P&gt;but still seeing no events &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2014 11:22:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/SNMP-Modular-Input-Why-am-I-unable-to-capture-any-traps-from-a/m-p/188138#M19050</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2014-10-23T11:22:08Z</dc:date>
    </item>
  </channel>
</rss>

