<?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 SNMP trap processing in Log Analytics</title>
    <link>https://community.dynatrace.com/t5/Log-Analytics/SNMP-trap-processing/m-p/297594#M1558</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;I received a trap like this:&lt;BR /&gt;{&lt;BR /&gt;"event.type": "LOG",&lt;BR /&gt;"content": "SNMP trap (SNMPv2-SMI::experimental.94.0.4) reported from src:10.10.10.12\n agent:10.10.10.12",&lt;BR /&gt;"status": "NONE",&lt;BR /&gt;"timestamp": "1775468179963",&lt;BR /&gt;"loglevel": "NONE",&lt;BR /&gt;"log.source": "snmptraps",&lt;BR /&gt;"dt.openpipeline.source": "extension:com.dynatrace.extension.snmp-traps-generic",&lt;BR /&gt;"snmp.trap_oid": "SNMPv2-SMI::experimental.94.0.4",&lt;BR /&gt;"device.address": "10.10.10.10",&lt;BR /&gt;"dt.entity.snmptraps:com_dynatrace_ext_snmp-traps": "CUSTOM_DEVICE-BLABLA",&lt;BR /&gt;"SNMPv2-MIB::snmpTrapOID": ".1.3.6.1.3.94.0.4",&lt;BR /&gt;"DISMAN-EVENT-MIB::sysUpTimeInstance": "1033947497",&lt;BR /&gt;"SNMPv2-SMI::experimental.94.1.11.1.7.16.0.136.148.113.161.162.91.0.0.0.0.0.0.0.0.0": "2",&lt;BR /&gt;"device.name": "huhu.eps.com",&lt;BR /&gt;"node.fqdn": "huhu.eps.com",&lt;BR /&gt;"snmp.version": "3",&lt;BR /&gt;"SNMPv2-SMI::experimental.94.1.11.1.8.16.0.136.148.113.161.162.91.0.0.0.0.0.0.0.0.0": ".0.0",&lt;BR /&gt;"SNMPv2-SMI::experimental.94.1.11.1.9.16.0.136.148.113.161.162.91.0.0.0.0.0.0.0.0.0": "MAPS-1010 Port(s) fenced due to RuleName=defALL_OTHER_F_PORTSITW_40, Condition=ALL_OTHER_F_PORTS(ITW/min&amp;gt;40), Obj:port5, F-Port 5 [ ITW,43 ITWs]."&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;I would process this trap and create a problem if the word &lt;STRONG&gt;"fenced"&lt;/STRONG&gt; appears anywhere.&lt;/P&gt;
&lt;P&gt;My issue is that &lt;STRONG&gt;"fenced"&lt;/STRONG&gt; is located in the field&lt;BR /&gt;SNMPv2-SMI::experimental.94.1.11.1.9.16.0.136.148.113.161.162.91.0.0.0.0.0.0.0.0.0&amp;nbsp;&lt;BR /&gt;where SNMPv2-SMI::experimental.94.1.11.1 is static and the rest is dynamic, it looks like a device identifier.&lt;/P&gt;
&lt;P&gt;How can I filter the value &lt;STRONG&gt;"fenced"&lt;/STRONG&gt; in this field for all incoming messages on all devices?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Apr 2026 06:23:55 GMT</pubDate>
    <dc:creator>MichalSzekely</dc:creator>
    <dc:date>2026-04-14T06:23:55Z</dc:date>
    <item>
      <title>SNMP trap processing</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/SNMP-trap-processing/m-p/297594#M1558</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;I received a trap like this:&lt;BR /&gt;{&lt;BR /&gt;"event.type": "LOG",&lt;BR /&gt;"content": "SNMP trap (SNMPv2-SMI::experimental.94.0.4) reported from src:10.10.10.12\n agent:10.10.10.12",&lt;BR /&gt;"status": "NONE",&lt;BR /&gt;"timestamp": "1775468179963",&lt;BR /&gt;"loglevel": "NONE",&lt;BR /&gt;"log.source": "snmptraps",&lt;BR /&gt;"dt.openpipeline.source": "extension:com.dynatrace.extension.snmp-traps-generic",&lt;BR /&gt;"snmp.trap_oid": "SNMPv2-SMI::experimental.94.0.4",&lt;BR /&gt;"device.address": "10.10.10.10",&lt;BR /&gt;"dt.entity.snmptraps:com_dynatrace_ext_snmp-traps": "CUSTOM_DEVICE-BLABLA",&lt;BR /&gt;"SNMPv2-MIB::snmpTrapOID": ".1.3.6.1.3.94.0.4",&lt;BR /&gt;"DISMAN-EVENT-MIB::sysUpTimeInstance": "1033947497",&lt;BR /&gt;"SNMPv2-SMI::experimental.94.1.11.1.7.16.0.136.148.113.161.162.91.0.0.0.0.0.0.0.0.0": "2",&lt;BR /&gt;"device.name": "huhu.eps.com",&lt;BR /&gt;"node.fqdn": "huhu.eps.com",&lt;BR /&gt;"snmp.version": "3",&lt;BR /&gt;"SNMPv2-SMI::experimental.94.1.11.1.8.16.0.136.148.113.161.162.91.0.0.0.0.0.0.0.0.0": ".0.0",&lt;BR /&gt;"SNMPv2-SMI::experimental.94.1.11.1.9.16.0.136.148.113.161.162.91.0.0.0.0.0.0.0.0.0": "MAPS-1010 Port(s) fenced due to RuleName=defALL_OTHER_F_PORTSITW_40, Condition=ALL_OTHER_F_PORTS(ITW/min&amp;gt;40), Obj:port5, F-Port 5 [ ITW,43 ITWs]."&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;I would process this trap and create a problem if the word &lt;STRONG&gt;"fenced"&lt;/STRONG&gt; appears anywhere.&lt;/P&gt;
&lt;P&gt;My issue is that &lt;STRONG&gt;"fenced"&lt;/STRONG&gt; is located in the field&lt;BR /&gt;SNMPv2-SMI::experimental.94.1.11.1.9.16.0.136.148.113.161.162.91.0.0.0.0.0.0.0.0.0&amp;nbsp;&lt;BR /&gt;where SNMPv2-SMI::experimental.94.1.11.1 is static and the rest is dynamic, it looks like a device identifier.&lt;/P&gt;
&lt;P&gt;How can I filter the value &lt;STRONG&gt;"fenced"&lt;/STRONG&gt; in this field for all incoming messages on all devices?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 06:23:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/SNMP-trap-processing/m-p/297594#M1558</guid>
      <dc:creator>MichalSzekely</dc:creator>
      <dc:date>2026-04-14T06:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP trap processing</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/SNMP-trap-processing/m-p/297602#M1559</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/60374"&gt;@MichalSzekely&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Traditionally you'll have to configure a “Log custom attribute” to search it. In Grail, never did SNMP traps myself, I would have to ask someone that did.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 11:11:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/SNMP-trap-processing/m-p/297602#M1559</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2026-04-13T11:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP trap processing</title>
      <link>https://community.dynatrace.com/t5/Log-Analytics/SNMP-trap-processing/m-p/297609#M1560</link>
      <description>&lt;P&gt;Did you manually change the last part to 0.0.0.0.etc ? Usually there is a still a field-identifyer and after that might be some dynamics. In the snmp-trap extension config you can define that it should trim some last digits from the oid, to only have the devicetype+fieldnumber which you can use to capture the exact field you need. This is always a hard thing to handle, but at least some description on this can be found here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/snmptraps-extension#advanced" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/snmptraps-extension#advanced&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In openpipeline-logs (filter: log.source=="snmptraps") you can then create nice attributes, and based on those attributes you can trigger an event in the openpipeline.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 13:08:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Log-Analytics/SNMP-trap-processing/m-p/297609#M1560</guid>
      <dc:creator>SjoerdB</dc:creator>
      <dc:date>2026-04-13T13:08:09Z</dc:date>
    </item>
  </channel>
</rss>

