MIB Viewer

agCfgDumpState

OBJECT-TYPE
1.3.6.1.4.1.1872.2.5.1.3.5.2
Access
read-write
Status
current
Sub-identifiers
0
When this object is read the current state is returned. idle(2) indicates that there is no dump in progess. complete(4) indicates that the last dump operation is completed. Setting the value to dump(1), will start a new dump operation By default Dump will show the current configuration with out Private Keys. To include private keys, set 'agTftpPrivateKeys' under 'agTftp'. To read the configuration dump use the agCfgDumpTable once the state of this variable returns complete. Once the agCfgDumpTable is read the state should be set back to 'idle' which frees the dump buffer and others can issue a dump command via SNMP.
INTEGER { dump(1), idle(2), inprogress(3), complete(4) }