Getting Data In

In Splunk Free, could you help me with snmp_ta handling SNMP tables?

tombola1
New Member

Hello Splunkers,

I'm testing "snmp_ta" with Splunk Free and have a handle on capturing single OID and graphing, but am having problems with SNMP tables.

I am able to capture the data using GETSUBTREE, the event captured is a single string of data which I'm not able to easily search on and graph. After some reading, I believe a custom response handler might be what is needed but i have no idea on the code required for the responehandler.py file..

The event capture is pasted below, which is SNMP data from a satellite modem with the MIB translating the OIDs correctly with a long string of data, 3 columns — ID, Description, Value —and 18 rows of information,

Any assistance or references would be greatly appreciated

Tom

CDM-760::cdm760GigabitStatisticsID."0" = "0" CDM-760::cdm760GigabitStatisticsID."1" = "1" CDM-760::cdm760GigabitStatisticsID."2" = "2" CDM-760::cdm760GigabitStatisticsID."3" = "3" CDM-760::cdm760GigabitStatisticsID."4" = "4" CDM-760::cdm760GigabitStatisticsID."5" = "5" CDM-760::cdm760GigabitStatisticsID."6" = "6" CDM-760::cdm760GigabitStatisticsID."7" = "7" CDM-760::cdm760GigabitStatisticsID."8" = "8" CDM-760::cdm760GigabitStatisticsID."9" = "9" CDM-760::cdm760GigabitStatisticsID."10" = "10" CDM-760::cdm760GigabitStatisticsID."11" = "11" CDM-760::cdm760GigabitStatisticsID."12" = "12" CDM-760::cdm760GigabitStatisticsID."13" = "13" CDM-760::cdm760GigabitStatisticsID."14" = "14" CDM-760::cdm760GigabitStatisticsID."15" = "15" CDM-760::cdm760GigabitStatisticsID."16" = "16" CDM-760::cdm760GigabitStatisticsID."17" = "17" CDM-760::cdm760GigabitStatisticsID."18" = "18" CDM-760::cdm760GigabitStatisticsDescription."0" = "GigE-1:Packets from LAN         " CDM-760::cdm760GigabitStatisticsDescription."1" = "GigE-1:Packets to LAN           " CDM-760::cdm760GigabitStatisticsDescription."2" = "GigE-1:Bytes from LAN           " CDM-760::cdm760GigabitStatisticsDescription."3" = "GigE-1:Bytes to LAN             " CDM-760::cdm760GigabitStatisticsDescription."4" = "GigE-2:Packets from LAN         " CDM-760::cdm760GigabitStatisticsDescription."5" = "GigE-2:Packets to LAN           " CDM-760::cdm760GigabitStatisticsDescription."6" = "GigE-2:Bytes from LAN           " CDM-760::cdm760GigabitStatisticsDescription."7" = "GigE-2:Bytes to LAN             " CDM-760::cdm760GigabitStatisticsDescription."8" = "WAN:Packets to WAN           " CDM-760::cdm760GigabitStatisticsDescription."9" = "WAN:Bytes to WAN             " CDM-760::cdm760GigabitStatisticsDescription."10" = "WAN:Dropped Packets          " CDM-760::cdm760GigabitStatisticsDescription."11" = "WAN:Packets from WAN         " CDM-760::cdm760GigabitStatisticsDescription."12" = "WAN:Bytes from WAN           " CDM-760::cdm760GigabitStatisticsDescription."13" = "M&C:Packets from M&C         " CDM-760::cdm760GigabitStatisticsDescription."14" = "M&C:Packets to M&C           " CDM-760::cdm760GigabitStatisticsDescription."15" = "GigE-Opt:Packets from LAN         " CDM-760::cdm760GigabitStatisticsDescription."16" = "GigE-Opt:Packets to LAN           " CDM-760::cdm760GigabitStatisticsDescription."17" = "GigE-Opt:Bytes from LAN           " CDM-760::cdm760GigabitStatisticsDescription."18" = "GigE-Opt:Bytes to LAN             " CDM-760::cdm760GigabitStatisticsValue."0" = "4.3E+08" CDM-760::cdm760GigabitStatisticsValue."1" = "6.6E+08" CDM-760::cdm760GigabitStatisticsValue."2" = "5.4E+10" CDM-760::cdm760GigabitStatisticsValue."3" = "8.5E+11" CDM-760::cdm760GigabitStatisticsValue."4" = "0.0E+00" CDM-760::cdm760GigabitStatisticsValue."5" = "0.0E+00" CDM-760::cdm760GigabitStatisticsValue."6" = "0.0E+00" CDM-760::cdm760GigabitStatisticsValue."7" = "0.0E+00" CDM-760::cdm760GigabitStatisticsValue."8" = "4.7E+07" CDM-760::cdm760GigabitStatisticsValue."9" = "5.4E+09" CDM-760::cdm760GigabitStatisticsValue."10" = "0.0E+00" CDM-760::cdm760GigabitStatisticsValue."11" = "7.0E+07" CDM-760::cdm760GigabitStatisticsValue."12" = "9.2E+10" CDM-760::cdm760GigabitStatisticsValue."13" = "7.2E+05" CDM-760::cdm760GigabitStatisticsValue."14" = "8.4E+05" CDM-760::cdm760GigabitStatisticsValue."15" = "0.0E+00" CDM-760::cdm760GigabitStatisticsValue."16" = "0.0E+00" CDM-760::cdm760GigabitStatisticsValue."17" = "0.0E+00" CDM-760::cdm760GigabitStatisticsValue."18" = "0.0E+00" 
Tags (3)
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...