Is there a way to test for a value in a traps variable bindings as part of the condition for generating an SNMP Trap based alert? For example given this trap message
sysUpTime=26 days 1 hour 10 minutes 42.04 seconds
snmpTrapOID=CISCO-SYSLOG-MIB:clogMessageGenerated
clogHistFacility.191706=STANDBY
clogHistSeverity.191706=4
clogHistMsgName.191706=DUPADDR
clogHistMsgText.191706=Duplicate address sourced IP on Vlan70, sourced by mac address
clogHistTimestamp.191706=225064204
experimental.1057.1=switch IP address
snmpTrapEnterprise=CISCO-SYSLOG-MIB:ciscoSyslogMIBNotificationPrefix
can I build the condition based on trapOID = CISCO-SYSLOG-MIB:clogMessageGenerated and clogMsgName=DUPADDR