boxsTemperatureChangeEvent
NETGEAR-BOXSERVICES-PRIVATE-MIB ·
.1.3.6.1.4.1.4526.10.43.2.2
Object
scalar Enumeration
This event describes change of the temperature.
To avoid flipping on boundary conditions, it is allowed to send the trap
taking into account some margin around thresholds.
abovethreshold - temperature increased and crossed upper threshold value
belowthreshold - temperature decreased and crossed lower threshold value
withinnormalrange - temperature returned to normal range (between threshold)
Context
- MIB
- NETGEAR-BOXSERVICES-PRIVATE-MIB
- OID
.1.3.6.1.4.1.4526.10.43.2.2- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- boxServicesNotificationsGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-BOXSERVICES-PRIVATE-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-BOXSERVICES-PRIVATE-MIB::boxsTemperatureChangeEvent.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-BOXSERVICES-PRIVATE-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-BOXSERVICES-PRIVATE-MIB::boxsTemperatureChangeEvent'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | abovethreshold |
2 | belowthreshold |
3 | withinnormalrange |