mspStatus

PROTECTION-MIB · .1.3.6.1.4.1.1038.130.10.2.1.13

Object

column MspStatus
Indicates the initiator equipment status :
lockoutProtection(15),
forcedSwitch(14),
highSF(13),
lowSF(12),
highSD(11),
lowSD(10),
manualSwitch(8),
waitToRestore(6),
exercise(4),
reverseRequest(2),
doNotRevert(1),
noRequest(0)

Context

MIB
PROTECTION-MIB
OID
.1.3.6.1.4.1.1038.130.10.2.1.13
Type
column
Access
readonly
Status
current
Parent
mspEntry

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 'PROTECTION-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PROTECTION-MIB::mspStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PROTECTION-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PROTECTION-MIB::mspStatus.<mspIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PROTECTION-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PROTECTION-MIB::mspStatus'

Syntax

Source
MspStatus
Base type
Enumeration

Values & Constraints

Type Values
0noRequest
1doNotRevert
2reverseRequest
4exercise
6waitToRestore
8manualSwitch
10lowSD
11highSD
12lowSF
13highSF
14forcedSwitch
15lockoutProtection