svrThrResetType
SVRMGT-MIB ·
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.29
Object
Is this a greater than, greater than or equal to, equal to, less than or equal to, or less than the reset value? This variable works just like the svrThrAlarmType. It is a relational operator used to compare the oid's current value with the svrThrResetValue to determine if the threshold's alarm state should be reset. Default value on row creation is lessThanOrEqualTo.
Context
- MIB
- SVRMGT-MIB
- OID
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.29- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- svrThresholdEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SVRMGT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SVRMGT-MIB::svrThrResetType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SVRMGT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SVRMGT-MIB::svrThrResetType.<svrThrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SVRMGT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SVRMGT-MIB::svrThrResetType'
Syntax
- Source
- ResetRelationalOperators
- Base type
Enumeration
Values & Constraints
Type Values
1 | greaterThan |
2 | greaterThanOrEqualTo |
3 | equalTo |
4 | lessThanOrEqualTo |
5 | lessThan |
6 | notEqualTo |