Please help! I've been scouring Thwack posts for days trying to figure out the best way to accomplish what feels like it should be a simple task, but I just can't wrap my head around it. Hopefully some SW pros can take a quick look and provide thoughts on the best approach, and possibly a bit of help.
Here's our scenario: Working with a custom MIB that has been uploaded to the Solarwinds MIB database. There is a single device (source IP) that sends SNMP traps for the entire system.
In all cases, there is a trigger OID, and a clear OID. Within each trap message are 10 varbinds the contain the critical details necessary to troubleshoot and resolve the issue such as 'location', 'node', 'interface', 'buscode', 'port number', etc.
There are 2 generic notifications (one trigger, one clear) where the only way to determine the issue is to examine one of the varbinds.
generic trigger:

generic clear:

In addition the MIB has described 15 specific issues and has a trigger/clear OID for each one. For example:
OID for 'TCP Connection Failed' trigger

OID for 'TCP Connection Cleared' clear

I need to figure out how to:
1) create an event in the event log from a trap
2) create an advanced alert from a trap
Any help would be really appreciated.