gpsFault2Status
SONOMA-MIB ·
.1.3.6.1.4.1.13827.12.2.2
Object
scalar Bits
This is a bit string contained in one character representing the
most significant two nibbles of the GPS fault status word. Unfortunately,
SNMP numbers the bits in the reverse order, so that the enumerated values
are backwards from the description contained in the User's Manual for the
fault status field returned by the gpsstat command. Each bit indicates
a fault when set. Currently defined fault states encoded in this value:
Bit 7: Primary Redundant Power Supply is Faulting.
Bit 6: Secondary Redundant Power Supply is Faulting.
Bit 5: Oscillator PLL Faulting.
Bit 4: Not Used.
Bit 3: Not Used.
Bit 2: Not Used.
Bit 1: Not Used.
Bit 0: Installed System Power exceeds maximum.
ATTENTION: This object is deprecated for use in snmpget queries
due to a defect in reporting for one specific combination of bits. It
remains in this MIB for use with the gpsTrapFault2StatusChange object,
where it reports accurately.
Use the new gpsFaultNibble2Status and gpsFaultNibble3Status objects
for polling via snmpget.
Context
- MIB
- SONOMA-MIB
- OID
.1.3.6.1.4.1.13827.12.2.2- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- gps
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 'SONOMA-MIB' -M '/opt/observium/mibs/endrun:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SONOMA-MIB::gpsFault2Status.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SONOMA-MIB' -M '/opt/observium/mibs/endrun:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SONOMA-MIB::gpsFault2Status'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | gpsSysPwrOvld |
1 | gpsNotUsed1 |
2 | gpsNotUsed2 |
3 | gpsNotUsed3 |
4 | gpsNotUsed4 |
5 | gpsOscPLLFlt |
6 | gpsSecPwrSplyFlt |
7 | gpsPriPwrSplyFlt |