MIB Viewer

dsTftpStatus

OBJECT-TYPE
1.3.6.1.4.1.6296.9.1.1.1.6
Access
read-write
Status
current
Sub-identifiers
0
TFTP transaction status. To receive a file from remote server, get is used. To send OS or Configuration to remote server, put is used. Abort can be used to terminate running tftp client.
INTEGER { idle(0), get(1), unknown(2), busy(3), failed(4), succeeded(5), abort(6), put(7) }