sbiPersistStatus
OBJECT-TYPE
1.3.6.1.4.1.6527.3.1.2.1.5.2
Description
The value of sbiPersistStatus indicates the result of the last attempt to rebuild the SNMP persistent index database upon reboot of the system. persistOK (1) - The persistent index database was successfully created. Persistent SNMP managed objects were recreated with the same SNMP indexes they had prior to the system reboot. noPersistFile (2) - There was no persistent index file with the same pathname as the configuration file. persistMismatch (3) -The headers in the persistent index file and the configuration file with the same name do not match. persistIndexFailure (4) - An error occurred while creating the persistent index database. persistDisabled (5) - The system was administratively reconfigured without maintaining persistent SNMP index values because sbiPersistIndex has a value of 'false'. If sbiConfigStatus has a value of 'configOK' and sbiPersistStatus has any value other than 'persistOK', the system was reconfigured without maintaining persistent SNMP index values. Unless sbiPersistIndex has a value of 'false', sbiSnmpdOperStatus returns 'disabled' and the SNMP daemon will not receive SNMP requests until sbiSnmpdAdminStatus variable has been set to 'inService'.
Syntax
INTEGER { persistOK (1), noPersistFile (2), persistMismatch (3), persistIndexFailure (4), persistDisabled (5) }