MIB Viewer

hwTdmTftpStatus

OBJECT-TYPE
1.3.6.1.4.1.2011.5.30.1.1.1.1.4
Access
read-only
Status
current
Sub-identifiers
0
Status of tftp session. When a session ended with success, the tftpStatus should be endedOk(6). Before restarting a tftp session, the modem should set the tftpStatus to noOp(2). Options: 1. noOp(1) - Indicates that no operation. 2. connecting(2) - Indicates that connecting. 3. transferringData(3) - Indicates that transferring data. 4. timeOut(4) - Indicates that time-out. 5. endedOk(5) - Indicates that end successfully. 6. error(6) - Indicates that error occur.
INTEGER { noOp(1), connecting(2), transferringData(3), timeOut(4), endedOk(5), error(6) }