SNMP apEnvMonTrapCurrentState value ?
Hello,
We are currenlty deploying an Acme partner solution (Net@View) and we are trying to use the SNMP monitoring feature.
Regarding the temperature, I would like to use the "apEnvMonTempChangeNotification" SNMP trap from our SBC 9200 to have an alarm when the temperature gets too high.
I have seen in the MIB that the trap is built like this :
apEnvMonTempChangeNotification NOTIFICATION-TYPE
OBJECTS {
apEnvMonTrapSlotID,
apEnvMonTrapSlotType,
apEnvMonTrapPreviousState,
apEnvMonTrapCurrentState
}
STATUS current
DESCRIPTION
"A notification is sent if any of the units cross a temperature threshold"
::= { apEnvMonMIBNotifications 3 }
So I guess the interesting value is the one provided by "apEnvMonTrapCurrentState" ... but I can't find what are the values of the subOID.