Forum Discussion

Jeremy_Bridges_'s avatar
Jeremy_Bridges_
Icon for Nimbostratus rankNimbostratus
Sep 22, 2009

Custom SNMP Trap Message

I have configured a custom SNMP trap on our BIG-IP:

 
 alert BIGIP_CUSTOM_TEST "testing notification" { 
         snmptrap OID=".1.3.6.1.4.1.3375.1.1.110.200" 
 } 
 

When I catch the SNMP trap, it doesn't have the log message in it. It just contains the OID for the trap. This is different than the built-in SNMP traps. For example, when a pool member is forced down by an iRule (via LB::down), a trap is sent out with a nice message in it ("Pool member x.x.x.x:xxxx monitor status iRule down.").

Is there some way to configure a custom SNMP trap to send the log message along with the trap?

1 Reply