MIB Viewer

tftpStatus

OBJECT-TYPE
1.3.6.1.4.1.164.6.2.12.6
Access
read-write
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 NMS should set the tftpStatus to noOp(2). That's the reason of MAX-ACCESS read-write to this field.
INTEGER { noOp(2), connecting(3), transferringData(4), endedTimeOut(5), endedOk(6), error(7) }