<?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: No Such Instance currently exists at this OID in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87359#M5673</link>
    <description>&lt;P&gt;You get the "No Such Instance currently exists at this OID" message if you make an SNMP request for a non-existent OID, or for an OID that has multiple instances without including an appropriate leaf instance identifier.&lt;/P&gt;

&lt;P&gt;What does your SNMP configuration in Splunk look like (in the inputs.conf file) ?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2013 15:01:05 GMT</pubDate>
    <dc:creator>Damien_Dallimor</dc:creator>
    <dc:date>2013-07-08T15:01:05Z</dc:date>
    <item>
      <title>No Such Instance currently exists at this OID</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87358#M5672</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I try it, but i have some errors. I'm trying to query data from my fortigate.&lt;BR /&gt;
I get these errors:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/etc/apps/snmp_ta/bin/snmp.py" Traceback (most recent call last):
/opt/splunk/etc/apps/snmp_ta/bin/snmp.py"   File "/opt/splunk/etc/apps/snmp_ta/bin/snmp.py", line 492, in &amp;lt;module&amp;gt;
/opt/splunk/etc/apps/snmp_ta/bin/snmp.py"     do_run()
/opt/splunk/etc/apps/snmp_ta/bin/snmp.py"   File "/opt/splunk/etc/apps/snmp_ta/bin/snmp.py", line 316, in do_run
/opt/splunk/etc/apps/snmp_ta/bin/snmp.py"     lookupNames=True, lookupValues=True)
/opt/splunk/etc/apps/snmp_ta/bin/snmp.py" UnboundLocalError: local variable 'oid_args' referenced before assignment
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In my splunk index:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;FORTINET-FORTIGATE-MIB::fgSysCpuUsage."" = "No Such Instance currently exists at this OID" 
FORTINET-CORE-MIB::fnSysSerial."" = "No Such Instance currently exists at this OID"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;With MibViewer I have received the snmp reply:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Send snmp get request to x.x.x.x:161
.1.3.6.1.4.1.12356.100.1.1.1.0 (not in loaded mib files) --&amp;gt; FG600C3912801998

Send snmp get request to x.x.x.x1:161
.1.3.6.1.4.1.12356.101.4.1.3.0 (not in loaded mib files) --&amp;gt; 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 08 Jul 2013 14:23:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87358#M5672</guid>
      <dc:creator>szaboszilard</dc:creator>
      <dc:date>2013-07-08T14:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: No Such Instance currently exists at this OID</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87359#M5673</link>
      <description>&lt;P&gt;You get the "No Such Instance currently exists at this OID" message if you make an SNMP request for a non-existent OID, or for an OID that has multiple instances without including an appropriate leaf instance identifier.&lt;/P&gt;

&lt;P&gt;What does your SNMP configuration in Splunk look like (in the inputs.conf file) ?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2013 15:01:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87359#M5673</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-07-08T15:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: No Such Instance currently exists at this OID</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87360#M5674</link>
      <description>&lt;P&gt;Hi, my local inputs.conf@snmp_ta:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[snmp://fortigate_A_FORTINET-CORE-MIB_query]
communitystring = forti
destination = x.x.x.x
do_bulk_get = 0
host = x.x.x.x
index = snmp
ipv6 = 0
listen_traps = 0
mib_names = FORTINET-CORE-MIB
object_names = 1.3.6.1.4.1.12356.100.1.1.1
port = 161
snmp_version = 2C
snmpinterval = 60
sourcetype = snmp
split_bulk_output = 0
disabled = 0

[snmp://fortigate_A_FORTINET-FORTIGATE-MIB_query]
communitystring = forti
destination = x.x.x.x
do_bulk_get = 0
host = x.x.x.x
index = snmp
ipv6 = 0
listen_traps = 0
mib_names = FORTINET-FORTIGATE-MIB
object_names = 1.3.6.1.4.1.12356.101.4.1.3
port = 161
snmp_version = 2C
snmpinterval = 60
sourcetype = snmp
split_bulk_output = 0
disabled = 0

[snmp://fortigate_A_trap]
communitystring = forti
destination = x.x.x.x
do_bulk_get = 0
host = x.x.x.x
index = snmp
ipv6 = 0
listen_traps = 1
mib_names = FORTINET-FORTIGATE-MIB,FORTINET-CORE-MIB
port = 161
snmp_version = 2C
snmpinterval = 60
sourcetype = snmp_trap
split_bulk_output = 0
trap_host = y.y.y.y
trap_port = 162
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;MIBs reference whitch works with mibviewer.exe:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.oidview.com/mibs/12356/FORTINET-FORTIGATE-MIB.html"&gt;http://www.oidview.com/mibs/12356/FORTINET-FORTIGATE-MIB.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.oidview.com/mibs/12356/FORTINET-CORE-MIB.html"&gt;http://www.oidview.com/mibs/12356/FORTINET-CORE-MIB.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 06:22:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87360#M5674</guid>
      <dc:creator>szaboszilard</dc:creator>
      <dc:date>2013-07-09T06:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: No Such Instance currently exists at this OID</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87361#M5675</link>
      <description>&lt;P&gt;I did try with Object Names too, but the result is wronger: no data @ my index. The result is the same with mibviewer.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 06:27:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87361#M5675</guid>
      <dc:creator>szaboszilard</dc:creator>
      <dc:date>2013-07-09T06:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: No Such Instance currently exists at this OID</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87362#M5676</link>
      <description>&lt;P&gt;pffff... I have found the problem.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Wrong Settings:
object_names = 1.3.6.1.4.1.12356.101.4.1.3
object_names = 1.3.6.1.4.1.12356.101.4.1.3

Good Settings:
object_names = 1.3.6.1.4.1.12356.101.4.1.3.0
object_names = 1.3.6.1.4.1.12356.101.4.1.3.0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You need to add an ".0" string to end of your query and all it is OK.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 07:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87362#M5676</guid>
      <dc:creator>szaboszilard</dc:creator>
      <dc:date>2013-07-09T07:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: No Such Instance currently exists at this OID</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87363#M5677</link>
      <description>&lt;P&gt;Yes , unless you tell the SNMP Mod Input to do a bulk get (where it will walk the OID tree) , you need to provide the fully qualified OID name (all the way to the leaf).&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 15:01:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/No-Such-Instance-currently-exists-at-this-OID/m-p/87363#M5677</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2013-07-09T15:01:04Z</dc:date>
    </item>
  </channel>
</rss>

