MIB Viewer

agUSBcopyFile

OBJECT-TYPE
1.3.6.1.4.1.20301.2.7.13.1.1.25.4
Access
read-write
Status
current
Sub-identifiers
0
When this object is read the current state is returned. idle(1) indicates that there is no copy in progess. complete(4) indicates that the last copy operation is completed. Setting the value to copy(1), will execute the operation (copy to or from USB stick). If the copy is successful this variable will return the state 'complete' else it will return 'failed'. Once the operation is completed, agUSBcopyFile should be set back to 'idle' state so others can issue the copy command via SNMP.
INTEGER { copy(1), idle(2), inprogress(3), complete(4), failed(5) }