MIB Viewer

tmnxSecNotifFileUnzipResult

OBJECT-TYPE
1.3.6.1.4.1.6527.3.1.2.22.16.37
Access
accessible-for-notify
Status
current
Sub-identifiers
0
The value of tmnxSecNotifFileUnzipResult indicates the result of the file unzip operation. success (0) - unzip is successful. partialSuccess (1) - unzip is partially successful, skipped some files. sourceNotFound (2) - failed - cannot find the ZIP file. sourceNotSupported (3) - failed - ZIP file is not supported. destNotFound (4) - failed - cannot find the destination URL. destFull (5) - failed - destination storage is full. fileTooBig (6) - failed - file size exceeds limit. otherFailure (7) - failed - another reason.
INTEGER { success (0), partialSuccess (1), sourceNotFound (2), sourceNotSupported (3), destNotFound (4), destFull (5), fileTooBig (6), otherFailure (7) }