MIB Viewer

cmOtpProgramResult

OBJECT-TYPE
1.3.6.1.4.1.4413.2.99.1.1.2.2.6.3
Access
read-only
Status
current
Sub-identifiers
0
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.
INTEGER { notAttempted(-1), success(0), failedAlreadyProgrammed(1), failedProgrammingNotSupported(2), failedHardwareFailure(3) }