UIM- SNMPTD-How to create "PDU Variable Rules" for multiple values
search cancel

UIM- SNMPTD-How to create "PDU Variable Rules" for multiple values

book

Article ID: 112057

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

There is instance that more than one values for some specific variable need to be matched. 
Alarm message need to be generated when the Trap message matches one of these values .



Environment

SNMPTD v3.30

Resolution

1. To create the first value in UI " Create PDU Variable Rules"
    for example, var3=TEST01
2. Edit snmp.cfg to append second value
    for example, var3=TEST02
    <2>
                  var = 3
                  oid = xxxxxxxxxxxxxxx
                  op = =
                  val = TEST01
                  sev = 1
                  msg = 
                  i18n_token = 
                  order = 3
        </2>
        <2>
                  var = 3
                  oid = xxxxxxxxxxxxxxxxx
                  op = =
                  val = TEST02
                  sev = 1
                  msg = 
                  i18n_token = 
                  order = 3
        </2>

And so on

Additional Information

Variable ID is not able to be updated in UI and has to set in config file.