<?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: Problem with 64-Bit SNMP OIDs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-64-Bit-SNMP-OIDs/m-p/175935#M35310</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a problem with 64 bits OID too :&lt;/P&gt;

&lt;P&gt;I wish poll my switch since my Splunk Server but i don't manage for 1 OID (which worked before).&lt;/P&gt;

&lt;P&gt;This oid is : &lt;BR /&gt;
 1.3.6.1.2.1.31.1.1.1.10.23 = Counter64: 12345678910111&lt;BR /&gt;
I try to receive the octet's number for the interface 23.&lt;/P&gt;

&lt;P&gt;When i do snmpwalk on my SPLK server with cmd , that works!&lt;/P&gt;

&lt;P&gt;Sample Search :&lt;/P&gt;

&lt;P&gt;SNMPv2-SMI::mib-2."31.1.1.1.10.24" = "41469708067658"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host = 192.168.X.X
index = switch
linecount = 1
source = snmp://switch_traffic_total_XXXXX
sourcetype = snmp_switch
splunk_server = XXXXXX
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;SNMPv2-SMI::mib-2."31.1.1.1.10.22" = "3541544"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host = 192.168.X.X
index = switch
linecount = 1
source = snmp://switch_traffic_total_X
sourcetype = snmp_switch
splunk_server = XXXXXXX
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is my conf :&lt;BR /&gt;
[snmp://switch_traffic_total_XX]&lt;BR /&gt;
communitystring = comvie&lt;BR /&gt;
destination = 192.168.X.X&lt;BR /&gt;
do_bulk_get = 1&lt;BR /&gt;
do_get_subtree = 0&lt;BR /&gt;
index = switch&lt;BR /&gt;
ipv6 = 0&lt;BR /&gt;
object_names = 1.3.6.1.2.1.31.1.1.1.6, 1.3.6.1.2.1.31.1.1.1.10&lt;BR /&gt;
snmp_mode = attributes&lt;BR /&gt;
snmp_version = 2C&lt;BR /&gt;
snmpinterval = 120&lt;BR /&gt;
sourcetype = snmp_switch&lt;BR /&gt;
split_bulk_output = 1&lt;BR /&gt;
trap_rdns = 0&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;Any Suggestions ? Thanks !!!&lt;/P&gt;

&lt;P&gt;Bye&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 08:48:05 GMT</pubDate>
    <dc:creator>guillaumeange</dc:creator>
    <dc:date>2020-09-29T08:48:05Z</dc:date>
    <item>
      <title>Problem with 64-Bit SNMP OIDs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-64-Bit-SNMP-OIDs/m-p/175932#M35307</link>
      <description>&lt;P&gt;When polling DOCSIS 64-bits OIDs I noticed that I must add the OID instance value in order for data to be received for that OID.  For example: when the Object Name List: iso.3.6.1.2.1.10.127.1.1.4.1.2, iso.3.6.1.2.1.10.127.1.1.4.1.3, iso.3.6.1.2.1.10.127.1.1.4.1.4; data is collected as expected.  When Object Name List: iso.3.6.1.2.1.10.127.1.1.4.1.8, iso.3.6.1.2.1.10.127.1.1.4.1.9, iso.3.6.1.2.1.10.127.1.1.4.1.10; then data is &lt;STRONG&gt;not&lt;/STRONG&gt; collected at all.  However, when I add the instance values to these OIDs then data is collected as expected - the Splunk configuration should not depend on the instance values.  Furthermore, this behavior exists whether I choose bulk-get or not.  My experience with this problem is within the DOCSIS MIB domain; as a result, I cannot comment as to the scope of this problem related to other MIBs.  Any suggestions to work around this problem would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 14:07:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-64-Bit-SNMP-OIDs/m-p/175932#M35307</guid>
      <dc:creator>jwidhalm</dc:creator>
      <dc:date>2015-01-08T14:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 64-Bit SNMP OIDs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-64-Bit-SNMP-OIDs/m-p/175933#M35308</link>
      <description>&lt;P&gt;Presuming you are talking about the SNMP Modular Input.&lt;/P&gt;

&lt;P&gt;What versions of everything are you on ? &lt;/P&gt;

&lt;P&gt;What does your inputs.conf config look like ?&lt;/P&gt;

&lt;P&gt;Any "relevant" error messages ?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 14:47:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-64-Bit-SNMP-OIDs/m-p/175933#M35308</guid>
      <dc:creator>Damien_Dallimor</dc:creator>
      <dc:date>2015-01-08T14:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 64-Bit SNMP OIDs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-64-Bit-SNMP-OIDs/m-p/175934#M35309</link>
      <description>&lt;P&gt;--- Versions . . .&lt;BR /&gt;
Splunk version 6.2.0 on Ubuntu&lt;BR /&gt;
Distributor ID:  Ubuntu&lt;BR /&gt;
Description: Ubuntu 14.04.1 LTS&lt;BR /&gt;
Release: 14.04&lt;/P&gt;

&lt;P&gt;/opt/splunk/etc/apps/search/local/inputs.conf&lt;/P&gt;

&lt;P&gt;[snmp://cmCodewordErrors]&lt;BR /&gt;
destination = 10.250.41.132,10.250.41.133&lt;BR /&gt;
do_bulk_get = 1&lt;BR /&gt;
ipv6 = 0&lt;BR /&gt;
object_names = iso.3.6.1.2.1.10.127.1.1.4.1.8, iso.3.6.1.2.1.10.127.1.1.4.1.9, iso.3.6.1.2.1.10.127.1.1.4.1.10&lt;BR /&gt;
snmp_mode = attributes&lt;BR /&gt;
snmp_version = 2C&lt;BR /&gt;
sourcetype = snmp_ta&lt;BR /&gt;
split_bulk_output = 1&lt;BR /&gt;
v3_authProtocol = usmHMACMD5AuthProtocol&lt;BR /&gt;
v3_privProtocol = usmDESPrivProtocol&lt;BR /&gt;
disabled = 1&lt;BR /&gt;
mib_names = DOCS-IF-MIB&lt;BR /&gt;
snmpinterval = 60&lt;BR /&gt;
do_get_subtree = 0&lt;BR /&gt;
trap_rdns = 0&lt;/P&gt;

&lt;P&gt;Error Messages - Yes - but text is too large to include here.  Try this link to download:&lt;BR /&gt;
&lt;A href="https://www.dropbox.com/sh/awrzoms9cu02i4l/AAD_J-74fxX8aHPyDuzJO0Sda?dl=0" target="_blank"&gt;https://www.dropbox.com/sh/awrzoms9cu02i4l/AAD_J-74fxX8aHPyDuzJO0Sda?dl=0&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:41:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-64-Bit-SNMP-OIDs/m-p/175934#M35309</guid>
      <dc:creator>jwidhalm</dc:creator>
      <dc:date>2020-09-28T18:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with 64-Bit SNMP OIDs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Problem-with-64-Bit-SNMP-OIDs/m-p/175935#M35310</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have a problem with 64 bits OID too :&lt;/P&gt;

&lt;P&gt;I wish poll my switch since my Splunk Server but i don't manage for 1 OID (which worked before).&lt;/P&gt;

&lt;P&gt;This oid is : &lt;BR /&gt;
 1.3.6.1.2.1.31.1.1.1.10.23 = Counter64: 12345678910111&lt;BR /&gt;
I try to receive the octet's number for the interface 23.&lt;/P&gt;

&lt;P&gt;When i do snmpwalk on my SPLK server with cmd , that works!&lt;/P&gt;

&lt;P&gt;Sample Search :&lt;/P&gt;

&lt;P&gt;SNMPv2-SMI::mib-2."31.1.1.1.10.24" = "41469708067658"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host = 192.168.X.X
index = switch
linecount = 1
source = snmp://switch_traffic_total_XXXXX
sourcetype = snmp_switch
splunk_server = XXXXXX
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;SNMPv2-SMI::mib-2."31.1.1.1.10.22" = "3541544"&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;host = 192.168.X.X
index = switch
linecount = 1
source = snmp://switch_traffic_total_X
sourcetype = snmp_switch
splunk_server = XXXXXXX
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This is my conf :&lt;BR /&gt;
[snmp://switch_traffic_total_XX]&lt;BR /&gt;
communitystring = comvie&lt;BR /&gt;
destination = 192.168.X.X&lt;BR /&gt;
do_bulk_get = 1&lt;BR /&gt;
do_get_subtree = 0&lt;BR /&gt;
index = switch&lt;BR /&gt;
ipv6 = 0&lt;BR /&gt;
object_names = 1.3.6.1.2.1.31.1.1.1.6, 1.3.6.1.2.1.31.1.1.1.10&lt;BR /&gt;
snmp_mode = attributes&lt;BR /&gt;
snmp_version = 2C&lt;BR /&gt;
snmpinterval = 120&lt;BR /&gt;
sourcetype = snmp_switch&lt;BR /&gt;
split_bulk_output = 1&lt;BR /&gt;
trap_rdns = 0&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;Any Suggestions ? Thanks !!!&lt;/P&gt;

&lt;P&gt;Bye&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:48:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Problem-with-64-Bit-SNMP-OIDs/m-p/175935#M35310</guid>
      <dc:creator>guillaumeange</dc:creator>
      <dc:date>2020-09-29T08:48:05Z</dc:date>
    </item>
  </channel>
</rss>

