ENTERASYS-SNMP-PERSISTENCE-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS


 Home MIB: ENTERASYS-SNMP-PERSISTENCE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 etsysSnmpPersistenceMIB 1.3.6.1.4.1.5624.1.2.24
This MIB modules provides objects that allow management applications to commit persistent SNMP configuration information to persistent storage.
       etsysSnmpPersistenceObjects 1.3.6.1.4.1.5624.1.2.24.1
           etsysSnmpPersistenceMode 1.3.6.1.4.1.5624.1.2.24.1.1 integer read-write
Setting this object to snmpNormalSave(1) will cause this device to exhibit what could be considered normal SNMP behavior, that is each SNMP set of a persistent object will be saved to persistent storage as part of the set operation. Setting this object to pushButtonSave(2) will cause SNMP sets of persistent objects to be buffered in volatile memory until the configuration is explicitly saved to persistent memory, either through the CLI or by setting the etsysSnmpPersistenceWrite object to save(2). Setting this object to timeDelayedSave(3) will cause SNMP sets of persistent objects to be buffered in volatile memory until certain implementation dependent time conditions are met. Once these conditions are met the configuration is saved to persistent memory. Setting this object to a mode that is not supported on that particular implementation leads to an inconsistent value error. On an SNMP get operation this object will return the current persistent storage mode of operation. Enumeration: 'pushButtonSave': 2, 'snmpNormalSave': 1, 'timeDelayedSave': 3.
           etsysSnmpPersistenceSave 1.3.6.1.4.1.5624.1.2.24.1.2 integer read-write
Setting this object to save(2) will cause the current configuration that is stored in volatile memory to be written to persistent memory and become the start-up configuration. This will also cause any configuration information that is part of another management interface's active configuration to become part of the start-up configuration. Any configuration changes made through SNMP will become part of the start-up configuration if and when another management interface saves the current configuration to persistent storage. Setting this object to save(2) while the value of the etsysSnmpPersistenceMode object is NOT pushButtonSave(2) MAY lead to an inconsistent value error. Setting this object to save(2) while the value of the etsysSnmpPersistenceStatus object is savingChanges(3) leads to an inconsistent value error. Setting this object to nop(1) always succeeds and has no effect. On an SNMP get operation this object will return nop(1). Management applications are advised to make use of the snmpSetSerialNo object defined in the SNMPv2-MIB to coordinate their use of this object. Enumeration: 'save': 2, 'nop': 1.
           etsysSnmpPersistenceStatus 1.3.6.1.4.1.5624.1.2.24.1.3 integer read-only
This object reports the current status of the persistent storage system when the etsysSnmpPersistenceMode object is NOT set to snmpNormalSave(1). other - The value returned after initialization and before any configuration changes are made when the etsysSnmpPersistenceMode object is NOT set to snmpNormalSave(1). The value returned in all cases when the etsysSnmpPersistenceMode object is set to snmpNormalSave(1). unsavedChanges - The value returned when there are existing configuration changes that have not been saved to persistent storage. savingChanges - The value returned during the process of writing the current configuration to persistent storage. saveSucceeded - The value returned after the process of writing the current configuration to persistent storage has succeeded. saveFailed - The value returned after the process of writing the current configuration to persistent storage has failed. This status will reflect operations initiated through SNMP as well as all other supported management interfaces. Enumeration: 'other': 1, 'savingChanges': 3, 'saveFailed': 5, 'saveSucceeded': 4, 'unsavedChanges': 2.
           etsysSnmpPersistenceStatusTime 1.3.6.1.4.1.5624.1.2.24.1.4 timeticks read-only
The value of sysUpTime when etsysSnmpPersistenceStatus was last updated. If etsysSnmpPersistenceStatus has not been updated since initialization the value zero is returned.
           etsysSnmpPersistenceError 1.3.6.1.4.1.5624.1.2.24.1.5 snmpadminstring read-only
This object contains a descriptive error message if the last attempt to write to persistent storage has failed.
           etsysSnmpPersistenceErrorTime 1.3.6.1.4.1.5624.1.2.24.1.6 dateandtime read-only
The data and time when the etsysSnmpPersistenceError was last updated. If etsysSnmpPersistenceError has not been updated since initialization the value '0000000000000000'H is returned.
       etsysSnmpPersistenceConformance 1.3.6.1.4.1.5624.1.2.24.2
           etsysSnmpPersistenceGroups 1.3.6.1.4.1.5624.1.2.24.2.1
               etsysSnmpPersistenceGroup 1.3.6.1.4.1.5624.1.2.24.2.1.1
A collection of objects providing support for delayed persistence of otherwise persistent SNMP objects.
           etsysSnmpPersistenceCompliances 1.3.6.1.4.1.5624.1.2.24.2.2
               etsysSnmpPersistenceCompliance 1.3.6.1.4.1.5624.1.2.24.2.2.1
The compliance statement for devices that support delayed persistence of otherwise persistent SNMP objects.