cdmaFaultStatus
SONOMA-MIB ·
.1.3.6.1.4.1.13827.11.2.1
Object
scalar Bits
This is a bit string contained in one character representing the
least significant two nibbles of the CDMA subsystem 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 7: DAC controlling the system Oscillator is near the high or low limit.
Bit 6: Time Figure of Merit has been >= TFOM Fault Level for 1 hour.
Bit 5: Field Programmable Gate Array (FPGA) did not configure properly.
Bit 4: FLASH memory had a write fault.
Bit 3: CDMA Receiver Communication fault.
Bit 2: CDMA reference time fault (fails sanity checks).
Bit 1: NTP daemon is not polling the CDMA reference clock.
Bit 0: CDMA Receiver Fault, see cdmaReceiverFaultStatus for details.
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 cdmaTrapFaultStatusChange object,
where it reports accurately.
Use the new cdmaFaultNibble0Status and cdmaFaultNibble1Status objects
for querying via snmpget.
Context
- MIB
- SONOMA-MIB
- OID
.1.3.6.1.4.1.13827.11.2.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- cdma
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::cdmaFaultStatus.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::cdmaFaultStatus'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | cdmaReceiverFlt |
1 | cdmaNTPNotPolling |
2 | cdmaRefTimeFlt |
3 | cdmaReceiverCommFlt |
4 | cdmaFLASHWriteFlt |
5 | cdmaFPGACfgFlt |
6 | cdmaNoSignalTimeout |
7 | cdmaDACNearLimit |