gpsFault0Status
NINJA-MIB ·
.1.3.6.1.4.1.13827.17.2.1
Object
scalar Bits
This is a bit string contained in one character representing the
least 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: System Main TCXO/OCXO Frequency Control DAC near high or low limit.
Bit 6: System Time Figure of Merit has been >= TFOM Fault Level for 1 hour.
Bit 5: GPS Receiver Field Programmable Gate Array (FPGA) Configuration Fault.
Bit 4: GPS Receiver FLASH Memory Write Fault.
Bit 3: GPS Receiver Local Oscillator Synthesizer Near Tuning Limit.
Bit 2: GPS Receiver Local Oscillator Synthesizer Fault.
Bit 1: GPS Receiver Decoded Time Fails Sanity Checks).
Bit 0: GPS Receiver Oscillator Fault.
ATTENTION: This object should not be used in snmpget queries
due to a defect in reporting for one specific combination of bits. It
is in this MIB for use with the gpsTrapFault0StatusChange object,
where it reports accurately.
Use the new gpsFaultNibble0Status and gpsFaultNibble1Status objects
for querying via snmpget.
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 'NINJA-MIB' -M '/opt/observium/mibs/endrun:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NINJA-MIB::gpsFault0Status.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NINJA-MIB' -M '/opt/observium/mibs/endrun:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NINJA-MIB::gpsFault0Status'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | gpsReceiverOscFlt |
1 | gpsRefTimeFlt |
2 | gpsSynthFlt |
3 | gpsSynthNearLimit |
4 | gpsFLASHWriteFlt |
5 | gpsFPGACfgFlt |
6 | gpsNoSignalTimeout |
7 | gpsDACNearLimit |