AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » Enterasys-Networks » ENTERASYS-CONFIGURATION-MANAGEMENT-MIB » Objects

ENTERASYS-CONFIGURATION-MANAGEMENT-MIB.mib object view, vendor Enterasys-Networks

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file ENTERASYS-CONFIGURATION-MANAGEMENT-MIB and use it to monitor vendor specific OID's.

ENTERASYS-CONFIGURATION-MANAGEMENT-MIB file content

Object view of ENTERASYS-CONFIGURATION-MANAGEMENT-MIB:

Scalar Object
etsysConfigMgmtCurrentImageURL .1.3.6.1.4.1.5624.1.2.16.1.1
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
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
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
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.
etsysConfigMgmtChangeLimit .1.3.6.1.4.1.5624.1.2.16.2.1
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
The number of configuration change requests currently in the etsysConfigMgmtChangeTable.
etsysConfigMgmtChangeCompleted .1.3.6.1.4.1.5624.1.2.16.2.3
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
The URLs that this entity supports for transferring files. These define the transfer protocols and remote file names. etsysConfigMgmtFtp - As per rfc1738 ftp://<user>:<password>@<host>:<port>/<url-path> url-path: <cwd1>/<cwd2>/.../<cwdN>/<name>;type=<typecode> user defaults to anonymous, password to snmp@<domain-name>, 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://<user>@<host>:<port>/<cwd1>/<cwd2>/.../<cwdN>/<name> port defaults to 514. etsysConfigMgmtHttp - As per rfc1738 http://<host>:<port>/<path>?<searchpart> port defaults to 80. etsysConfigMgmtTftp - tftp://<host>:<port>/<cwd1>/<cwd2>/.../<cwdN>/<name> port defaults to 69. etsysConfigMgmtFile - As per rfc1738 file://<host>/<path> 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> host specifies the default gateway, or bootp server that the bootp request should be directed to.
etsysConfigMgmtChangeSupportedOperations .1.3.6.1.4.1.5624.1.2.16.2.5
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
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.
etsysConfigMgmtChangeEntry .1.3.6.1.4.1.5624.1.2.16.2.7.1
An entry describing the configuration change request.
Tabular Object
etsysConfigMgmtChangeIndex .1.3.6.1.4.1.5624.1.2.16.2.7.1.1
The index for this configuration change request.
etsysConfigMgmtChangeURL .1.3.6.1.4.1.5624.1.2.16.2.7.1.2
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
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
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.
etsysConfigMgmtChangeDelayTime .1.3.6.1.4.1.5624.1.2.16.2.7.1.5
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
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
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
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
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
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
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.
Table
etsysConfigMgmtChangeTable .1.3.6.1.4.1.5624.1.2.16.2.7
A table that describes a single configuration change request.
Object Identifier
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
etsysConfigMgmtChange .1.3.6.1.4.1.5624.1.2.16.2
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
etsysConfigMgmtCompliances .1.3.6.1.4.1.5624.1.2.16.3.2
Group
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.