Configure message keys to spread SNMP object identifiers

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • By default, most SNMP trap events are processed by a single Event Management processing job. This can negatively effect event processing. Configure message keys on the MID Server to ensure that more than one processing job is invoked, ensuring optimal SNMP trap performance.

    Antes de Iniciar

    Role required: evt_mgmt_admin

    Procedimento

    1. Navigate to All > MID Server > Servers.
      The MID Servers page opens.
    2. Select the relevant MID Server and on the MID Server page, select the Configuration Parameters tab.
    3. Click New.
    4. In the Parameter name field, select mid.snmp.event.oid.keys.
    5. In the Value field, enter a comma separated list of OIDs to be used for the message key.
    6. Click Submit.
      Nota:
      The OID trap counter may cause problems activating event rules. To remove the trap counter from the OID, navigate to MID Server > Properties and set the mid.em.snmp_oid_key_counter_cut.enabled property to true.
    7. To set conditions in a script that determine the message key to be used based on the SNMP traps received:
      1. Navigate to MID Server > Script Includes.
      2. Locate and select SNMPTrapKeyFilter.
      3. In the Script field, set conditions for which OIDs are to be used based on the SNMP trap event received.
      4. Select the Active check box to activate the script.
      5. Click Update.