MIB Viewer

flWorkFWCtrlConfStatus

OBJECT-TYPE
1.3.6.1.4.1.4346.11.11.11.2.5.1
Access
read-only
Status
current
Sub-identifiers
0
A GET of this object will return the status of the current device configuration. The status configOK(1) shows that the current configuration is equal to the saved configuration. That means that the switch starts with the same configuration after a power down or a reset. The status configFault(2) signals that the current configuration is not equal to the saved one. If you reboot the device under this situation the device may be reboots with a different configuration. The status saved(3) is the response of the first snmp get request after saving the current configuration. The information configSaveInProgress(4) signals that the device saves his configuration right now. This object signals only the status configFault(2) if an object of the private MIB has been changed!
INTEGER { configOK(1), configFault(2), configSaved(3), configSaveInProgress(4), replaced(5) }