slapmPRMonStatus
SLAPM-MIB ·
.1.3.6.1.3.88.1.2.6.1.5
Object
column SlapmStatus
The value of this object indicates when a monitored
value has not meet a threshold or isn't meeting the
defined service level. The SlapmStatus TEXTUAL-CONVENTION
defines two levels of not meeting a threshold. The first
set:
slaMinInRateNotAchieved(0),
slaMaxInRateExceeded(1),
slaMaxDelayExceeded(2),
slaMinOutRateNotAchieved(3),
slaMaxOutRateExceeded(4)
are used to indicate when the SLA as an aggregate is
not meeting a threshold while the second set:
monitorMinInRateNotAchieved(5),
monitorMaxInRateExceeded(6),
monitorMaxDelayExceeded(7),
monitorMinOutRateNotAchieved(8),
monitorMaxOutRateExceeded(9)
indicate that at least one subcomponent is not meeting
a threshold.
Context
- MIB
- SLAPM-MIB
- OID
.1.3.6.1.3.88.1.2.6.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- slapmPRMonEntry
- Groups
- 1
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 'SLAPM-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SLAPM-MIB::slapmPRMonStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SLAPM-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SLAPM-MIB::slapmPRMonStatus.<slapmPRMonOwnerIndex>.<slapmPRMonSystemAddress>.<slapmPRMonIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SLAPM-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SLAPM-MIB::slapmPRMonStatus'
Syntax
- Source
- SlapmStatus
- Base type
Bits
Values & Constraints
Type Values
0 | slaMinInRateNotAchieved |
1 | slaMaxInRateExceeded |
2 | slaMaxDelayExceeded |
3 | slaMinOutRateNotAchieved |
4 | slaMaxOutRateExceeded |
5 | monitorMinInRateNotAchieved |
6 | monitorMaxInRateExceeded |
7 | monitorMaxDelayExceeded |
8 | monitorMinOutRateNotAchieved |
9 | monitorMaxOutRateExceeded |
Conformance
Member of