MIB Viewer

genOpLastFailureIndex

OBJECT-TYPE
1.3.6.1.4.1.1751.2.53.1.2.1.12
Access
read-only
Status
current
Source
LOAD-MIB
Sub-identifiers
0
While a download is in progress this will always be 'no-error'. After a download is complete this indicates the success or failure of the download. If it is anything other than 'no-error' then 'genOpLastFailureDisplay' will contain a textual description of the error. Error codes from 100 upwards are errors returned from a TFTP server. errors below this are locally generated. Configuration files may return errors after download as a result of reading a config file into the system. confFileGenErr - General (unknown error) confFileParseError - Reading of config file resulted in parsing errors. confFileExecError - Reading of config file resulted in execution errors. sshServerAuth - SCP server failed to authenticated himself to a device. sshDeviceAuth(109)- device failed to authenticate to the SCP server (unknown user/bad password) badChainOfTrust(201) - Failed to authenticate the download with Trusted Certificate Root Authority badChainOfTrustFormat (202) - Not supported chain of trust format notCodeSigningAuthority (203) Software image was signed by non-authorized Certificate Authority illegalDSA (204) - Software image is signed with non FIPS 140-2 certified algorithm badPublicKeyFormat(205) - Not supported public key format. illegalDSKeySize(206) - Software image is signed with non FIPS 140-2 certified key size badDSFormat(207) - Not supported digital signature format authDSFailure(208) - Failed to authenticate digital image signature configFileSecretIntegrityFault(210) - The configuration file was encrypted with a different key. Configuration download operation was aborted.
INTEGER { noError(1), genError(2), configError(3), busy(4), timeout(5), cancelled(6), incompatibleFile(7), fileTooBig(8), protocolError(9), flashWriteError(10), nvramWriteError(11), confFileGenErr(12), confFileParseError(13), confFileExecError(14), undefinedError(100), fileNotFound(101), accessViolation(102), outOfMemory(103), illegalOperation(104), unknownTransferId(105), fileAlreadyExists(106), noSuchUser(107), sshServerAuth(108), sshDeviceAuth(109), badChainOfTrust(201), badChainOfTrustFormat (202), notCodeSigningAuthority (203), illegalDSA (204), badPublicKeyFormat(205), illegalDSKeySize(206), badDSFormat(207), authDSFailure(208), configFileSecretIntegrityFault(210), wrongAuthFileID(211) }