cdmaReceiverFaultNibble1Status
SONOMA-MIB ·
.1.3.6.1.4.1.13827.11.2.4
Object
scalar Bits
This is a bit string contained in one character representing the
most significant nibble of the CDMA receiver fault status byte.
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: CDMA Receiver Local Oscillator Synthesizer Fault.
Bit 2: CDMA Receiver Local Oscillator Synthesizer Near Tuning Limit.
Bit 1: CDMA Decoded Time Jump.
Bit 0: CDMA Receiver Main Oscillator Fault.
Context
- MIB
- SONOMA-MIB
- OID
.1.3.6.1.4.1.13827.11.2.4- 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::cdmaReceiverFaultNibble1Status.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::cdmaReceiverFaultNibble1Status'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | cdmaMainOscFlt |
1 | cdmaRefTimeFlt |
2 | cdmaSynthFlt |
3 | cdmaSynthNearLimit |