slapmPolicyMonitorStatus

SLAPM-MIB · .1.3.6.1.3.88.1.2.2.1.6

Object

column deprecated 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.2.1.6
Type
column
Access
readonly
Status
deprecated
Parent
slapmPolicyMonitorEntry
Groups
1

Walk 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::slapmPolicyMonitorStatus'
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::slapmPolicyMonitorStatus.<slapmPolicyMonitorOwnerIndex>.<slapmPolicyMonitorSystemAddress>.<slapmPolicyMonitorPolicyName>.<slapmPolicyMonitorTrafficProfileName>'
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::slapmPolicyMonitorStatus'

Syntax

Source
SlapmStatus
Base type
Bits

Values & Constraints

Type Values
0slaMinInRateNotAchieved
1slaMaxInRateExceeded
2slaMaxDelayExceeded
3slaMinOutRateNotAchieved
4slaMaxOutRateExceeded
5monitorMinInRateNotAchieved
6monitorMaxInRateExceeded
7monitorMaxDelayExceeded
8monitorMinOutRateNotAchieved
9monitorMaxOutRateExceeded

Conformance