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 .
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