cmOtpProgramResult

BRCM-CM-FACTORY-MIB · .1.3.6.1.4.1.4413.2.99.1.1.2.2.6.3

Object

scalar Enumeration
Indicates the result of an attempt to program the OTP.  Note that this
value does not persist across a reboot, but it will provide the result
of an attempt to program the OTP until the device is rebooted.
          
notAttempted(-1): no attempt has been made to program the OTP since the
last reboot.
          
success(0): programming was successful.
          
failedAlreadyProgrammed(1): the part has already been programmed.
          
failedProgrammingNotSupported(2): OTP programming is not supported on 
this platform.
                                            
failedHardwareFailure(3): internal h/w failure.  In this case, the 
chip should be discarded, since some of the bits may have been 
programmed and others might have failed.

Context

MIB
BRCM-CM-FACTORY-MIB
OID
.1.3.6.1.4.1.4413.2.99.1.1.2.2.6.3
Type
scalar
Access
readonly
Status
current
Parent
cmFactoryOtp

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCM-CM-FACTORY-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-CM-FACTORY-MIB::cmOtpProgramResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-CM-FACTORY-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-CM-FACTORY-MIB::cmOtpProgramResult'

Syntax

Enumeration

Values & Constraints

Enumerated Values
-1notAttempted
0success
1failedAlreadyProgrammed
2failedProgrammingNotSupported
3failedHardwareFailure