gpsReceiverFaultNibble0Status
RTM3205-MIB ·
.1.3.6.1.4.1.13827.15.2.3
Object
scalar Bits
This is a bit string contained in one character representing the
least significant nibble of the GPS receiver 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 cdmastat
command. Each bit indicates a fault when set. Currently defined fault states
encoded in this value:
Bit 3: GPS Receiver Main Oscillator Frequency Control DAC near high or low limit.
Bit 2: Time Figure of Merit has been >= TFOM Fault Level for 1 hour.
Bit 1: Field Programmable Gate Array (FPGA) Configuration Fault.
Bit 0: FLASH Memory Write Fault.
Context
- MIB
- RTM3205-MIB
- OID
.1.3.6.1.4.1.13827.15.2.3- 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 'RTM3205-MIB' -M '/opt/observium/mibs/endrun:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RTM3205-MIB::gpsReceiverFaultNibble0Status.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RTM3205-MIB' -M '/opt/observium/mibs/endrun:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RTM3205-MIB::gpsReceiverFaultNibble0Status'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | gpsFLASHWriteFlt |
1 | gpsFPGACfgFlt |
2 | gpsNoSignalTimeout |
3 | gpsDACNearLimit |