ENTERASYS-CONFIGURATION-MANAGEMENT-MIB: View SNMP OID List / Download MIB

VENDOR: ENTERASYS NETWORKS


 Home MIB: ENTERASYS-CONFIGURATION-MANAGEMENT-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
 etsysConfigurationManagementMIB 1.3.6.1.4.1.5624.1.2.16
This MIB module defines a portion of the SNMP MIB under Enterasys Networks' enterprise OID pertaining to configuration management.
       etsysConfigMgmtStatus 1.3.6.1.4.1.5624.1.2.16.1
           etsysConfigMgmtCurrentImageURL 1.3.6.1.4.1.5624.1.2.16.1.1 displaystring read-only
The URL of the last image to be successfully loaded into memory. Return an empty string if this feature is not supported or the information is unavailable.
           etsysConfigMgmtCurrentConfigURL 1.3.6.1.4.1.5624.1.2.16.1.2 displaystring read-only
The URL of the last configuration file to be successfully loaded into memory. Return an empty string if this feature is not supported or the information is unavailable.
           etsysConfigMgmtPersistentStorageStatus 1.3.6.1.4.1.5624.1.2.16.1.3 displaystring read-only
A descriptive status of any current failures of any of the persistent storage facilities on this entity. When this information is unavailable return a null string. 'operational' should be returned if there are no problems. Transitional information MAY be reported as well.
           etsysConfigMgmtPersistentStorageCkSum 1.3.6.1.4.1.5624.1.2.16.1.4 displaystring read-only
The MD5 message digest, as specified in RFC1321, for the persistent configuration information. This object MAY be used by management applications to detect changes to the configuration of the managed entity. If it is not possible to compute this value return an empty string.
       etsysConfigMgmtChange 1.3.6.1.4.1.5624.1.2.16.2
           etsysConfigMgmtChangeLimit 1.3.6.1.4.1.5624.1.2.16.2.1 unsigned32 read-only
The maximum number of configuration change requests this entity can hold in the etsysConfigMgmtChangeTable. A value of 0 indicates no configured limit.
           etsysConfigMgmtChangeCurrent 1.3.6.1.4.1.5624.1.2.16.2.2 gauge32 read-only
The number of configuration change requests currently in the etsysConfigMgmtChangeTable.
           etsysConfigMgmtChangeCompleted 1.3.6.1.4.1.5624.1.2.16.2.3 counter32 read-only
The number of configuration change requests that have completed successfully or otherwise. This object should be stored in persistent memory.
           etsysConfigMgmtChangeSupportedURLs 1.3.6.1.4.1.5624.1.2.16.2.4 bits read-only
The URLs that this entity supports for transferring files. These define the transfer protocols and remote file names. etsysConfigMgmtFtp - As per rfc1738 ftp://:@:/ url-path: //./;type= user defaults to anonymous, password to snmp@, port to 21, and type to ASCII. binary and image are both valid types which have the same meaning. domain-name would be the IP address or domain name of the managed entity. etsysConfigMgmtRcp - rcp://@:///./ port defaults to 514. etsysConfigMgmtHttp - As per rfc1738 http://:/? port defaults to 80. etsysConfigMgmtTftp - tftp://:///./ port defaults to 69. etsysConfigMgmtFile - As per rfc1738 file:/// host can only be specified as localhost or the empty string. This will only be used to specify a file on the managed entity. This indicates that the managed entity supports some form of a user file system. etsysConfigMgmtBootP - bootp:// host specifies the default gateway, or bootp server that the bootp request should be directed to. etsysConfigMgmtScp - scp://:@:///./ host as defined in RFC1738. port defaults to 22. Bits: 'etsysConfigMgmtRcp': 1, 'etsysConfigMgmtTftp': 3, 'etsysConfigMgmtFtp': 0, 'etsysConfigMgmtScp': 6, 'etsysConfigMgmtBootP': 5, 'etsysConfigMgmtFile': 4, 'etsysConfigMgmtHttp': 2.
           etsysConfigMgmtChangeSupportedOperations 1.3.6.1.4.1.5624.1.2.16.2.5 configmgmtoperations read-only
Configuration change operations that are supported on this managed entity. A managed entity should provide support only for the options that make sense given the capabilities of the entity and the desired level of manageability.
           etsysConfigMgmtChangeNextAvailableIndex 1.3.6.1.4.1.5624.1.2.16.2.6 unsigned32 read-only
This object indicates the numerically lowest available index within this entity, which may be used for the value of etsysConfigMgmtChangeIndex in the creation of a new entry in the etsysConfigMgmtChangeTable. An index is considered available if the index value falls within the range of 1 to etsysConfigMgmtChangeLimit and is not being used to index an existing entry in the etsysConfigMgmtChangeTable contained within this entity. A value of zero indicates that all of the entries in the etsysConfigMgmtChangeTable are currently in use. This value should only be considered a guideline for management creation of etsysConfigMgmtChangeTable entries, there is no requirement on management to create entries based upon this index value.
           etsysConfigMgmtChangeTable 1.3.6.1.4.1.5624.1.2.16.2.7 no-access
A table that describes a single configuration change request.
               etsysConfigMgmtChangeEntry 1.3.6.1.4.1.5624.1.2.16.2.7.1 no-access
An entry describing the configuration change request.
                   etsysConfigMgmtChangeIndex 1.3.6.1.4.1.5624.1.2.16.2.7.1.1 unsigned32 no-access
The index for this configuration change request.
                   etsysConfigMgmtChangeURL 1.3.6.1.4.1.5624.1.2.16.2.7.1.2 displaystring read-only
The URL of the image, configuration file, or server to use for the requested operation. Any password information MUST NOT be returned on a read. Any errors with the type or format of this object SHOULD be reported in the etsysConfigMgmtChangeErrorDescription object when the row is activated.
                   etsysConfigMgmtChangeOperation 1.3.6.1.4.1.5624.1.2.16.2.7.1.3 configmgmtoperations read-only
The operation or operations requested. The specification of any unsupported operations SHOULD cause the entire operation to fail immediately and an appropriate error description to be generated.
                   etsysConfigMgmtChangeOperStatus 1.3.6.1.4.1.5624.1.2.16.2.7.1.4 integer read-only
The operational state of the configuration request. inactive - Indicates that the RowStatus of this conceptual row is not in the `active` state. pending - Indicates that the configuration change described by this row is ready to run and waiting in a queue. running - Indicates that the configuration change described by this row is running. success - Indicates that the configuration change described by this row has successfully run to completion. failure - Indicates that the configuration change described by this row has failed to run to completion. Enumeration: 'failure': 5, 'running': 3, 'inactive': 1, 'success': 4, 'pending': 2.
                   etsysConfigMgmtChangeDelayTime 1.3.6.1.4.1.5624.1.2.16.2.7.1.5 unsigned32 read-only
The number of seconds that should elapse between the time that the RowStatus of this conceptual row is set to active and the request is queued for execution. On a read this object should return the time remaining before the request is queued.
                   etsysConfigMgmtChangeEnqueuedTime 1.3.6.1.4.1.5624.1.2.16.2.7.1.6 dateandtime read-only
The date and time, in device local time, when this change request was last enqueued for execution. The value '0000000000000000'H is returned if this table entry has not yet been queued.
                   etsysConfigMgmtChangeCompletionTime 1.3.6.1.4.1.5624.1.2.16.2.7.1.7 dateandtime read-only
The date and time, in device local time, when this change request was last completed. It should be reset to the default value when the RowStatus of this conceptual row is set to active. The value '0000000000000000'H is returned if this table entry has not yet run to completion.
                   etsysConfigMgmtChangeBytesTransferred 1.3.6.1.4.1.5624.1.2.16.2.7.1.8 integer32 read-only
The number of bytes currently transferred. A value of -1 indicates that this feature is not supported for the protocol currently selected. This value is reset to its initial state when the etsysConfigMgmtRowStatus object is set to the active state.
                   etsysConfigMgmtChangeValidationString 1.3.6.1.4.1.5624.1.2.16.2.7.1.9 displaystring read-only
A checksum, fingerprint, message-digest, or some other means to validate the integrity of the file.
                   etsysConfigMgmtChangeErrorDescription 1.3.6.1.4.1.5624.1.2.16.2.7.1.10 snmpadminstring read-only
This object contains a descriptive error message if the requested transfer failed. Implementations must reset the error message to a zero-length string when the etsysConfigMgmtChangeRowStatus leaf is set to the active state.
                   etsysConfigMgmtChangeRowStatus 1.3.6.1.4.1.5624.1.2.16.2.7.1.11 rowstatus read-only
A control that will allow one entry to be added, activated, deactivated, and removed from this table. When the value of this object is 'active' none of the other objects in this conceptual row can be modified. Setting this object to the 'active' state from the 'notInService' state will cause the requested configuration operation to be initiated. Once the requested configuration operation has completed, successfully or otherwise, this leaf will be set to the 'notInService' state by the managed entity. Setting this object to any other valid state from the 'active' state SHOULD cause the managed entity to cancel the requested operation at its earliest most rational opportunity. Setting this object to the 'active' state from the 'active' state SHOULD NOT have any affect. Conceptual rows that have been in the 'notInService' state for more than a device specific time period MAY be destroyed by the managed entity.
       etsysConfigMgmtConformance 1.3.6.1.4.1.5624.1.2.16.3
           etsysConfigMgmtGroups 1.3.6.1.4.1.5624.1.2.16.3.1
               etsysConfigMgmtStatusGroup 1.3.6.1.4.1.5624.1.2.16.3.1.1
Objects that provide some status information about the entity's current configuration.
               etsysConfigMgmtChangeGroup 1.3.6.1.4.1.5624.1.2.16.3.1.2
Objects that provide a means to change the entity's configuration.
           etsysConfigMgmtCompliances 1.3.6.1.4.1.5624.1.2.16.3.2
               etsysConfigMgmtCompliance 1.3.6.1.4.1.5624.1.2.16.3.2.1
The compliance statement for entities which implement the Enterasys Configuration Management MIB. Implementation of this MIB is based on individual product needs.