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

VENDOR: ENTERASYS NETWORKS


 Home MIB: ENTERASYS-FILE-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
 etsysFileManagementMIB 1.3.6.1.4.1.5624.1.2.15
This MIB module defines a portion of the SNMP enterprise MIBs under the Enterasys enterprise OID pertaining to the transferring and management of files for Enterasys products.
       etsysFileTransfer 1.3.6.1.4.1.5624.1.2.15.1
           etsysFileTransferRequestLimit 1.3.6.1.4.1.5624.1.2.15.1.1 unsigned32 read-only
The maximum number of file transfer requests this entity can hold in the etsysFileTransferRequestTable. A value of 0 indicates no configured limit.
           etsysFileTransferRequestsCurrent 1.3.6.1.4.1.5624.1.2.15.1.2 gauge32 read-only
The number of file transfer requests currently in the etsysFileTransferRequestTable.
           etsysFileTransferRequestsCompleted 1.3.6.1.4.1.5624.1.2.15.1.3 counter32 read-only
The number of file transfer requests that have completed successfully or otherwise. This object SHOULD be stored in persistent memory.
           etsysFileTransferRequestSupportedURLs 1.3.6.1.4.1.5624.1.2.15.1.4 bits read-only
The URLs that this entity supports for transferring files. These define the transfer protocols and local file types. In the case that any URL is supported only as a source or destination file then an appropriate SNMP set failure should occur when attempting to use that URL in an unsupported manner. etsysFileTransferFtp - 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. etsysFileTransferRcp - rcp://@:///./ port defaults to 514. etsysFileTransferHttp - As per rfc1738 http://:/? port defaults to 80. etsysFileTransferTftp - tftp://:///./ port defaults to 69. etsysFileTransferFile - 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 file system. Bits: 'etsysFileTransferRcp': 1, 'etsysFileTransferFtp': 0, 'etsysFileTransferHttp': 2, 'etsysFileTransferFile': 4, 'etsysFileTransferTftp': 3.
           etsysFileTransferRequestNextAvailableIndex 1.3.6.1.4.1.5624.1.2.15.1.5 unsigned32 read-only
This object indicates the numerically lowest available index within this entity, which may be used for the value of etsysFileTransferRequestIndex in the creation of a new entry in the etsysFileTransferRequestTable. An index is considered available if the index value falls within the range of 1 to etsysFileTransferRequestLimit and is not being used to index an existing entry in the etsysFileTransferRequestTable contained within this entity. A value of zero indicates that all of the entries in the etsysFileTransferRequestTable are currently in use. This value should only be considered a guideline for management creation of etsysFileTransferRequestTable entries, there is no requirement on management to create entries based upon this index value.
           etsysFileTransferRequestTable 1.3.6.1.4.1.5624.1.2.15.1.6 no-access
A table of file transfer requests.
               etsysFileTransferRequestEntry 1.3.6.1.4.1.5624.1.2.15.1.6.1 no-access
An entry describing a particular file transfer request.
                   etsysFileTransferRequestIndex 1.3.6.1.4.1.5624.1.2.15.1.6.1.1 unsigned32 no-access
An arbitrary index for this file transfer request.
                   etsysFileTransferRequestSource 1.3.6.1.4.1.5624.1.2.15.1.6.1.2 displaystring read-only
URL of the source file. Any password information MUST NOT be returned on a read. If a managed entity supports some form of a file system and the file URL from rfc1738 then a file copy can be performed by using the file URL for both the source and destination. Activating the row with the URL specifying the same file in the source and destination SHOULD cause the file transfer to fail.
                   etsysFileTransferRequestDestination 1.3.6.1.4.1.5624.1.2.15.1.6.1.3 displaystring read-only
URL of the destination file. Any password information MUST NOT be returned on a read. Two transfer request entries SHOULD NOT be allowed to specify the same destination URL. To initiate a second transfer to the same destination URL the original entry must be reused or destroyed. Any errors with the type or format of these URLs SHOULD be reported in the etsysFileTransferRequestErrorDescription object when the row is activated.
                   etsysFileTransferRequestOperStatus 1.3.6.1.4.1.5624.1.2.15.1.6.1.4 integer read-only
The operational state of the file transfer. inactive - Indicates that the RowStatus of this conceptual row is not in the 'active' state. pending - Indicates that the transfer described by this row is ready to run and waiting in a queue. running - Indicates that the transfer described by this row is running. success - Indicates that the transfer described by this row has successfully run to completion. failure - Indicates that the transfer described by this row has failed to run to completion. Enumeration: 'failure': 5, 'running': 3, 'inactive': 1, 'success': 4, 'pending': 2.
                   etsysFileTransferRequestEnqueuedTime 1.3.6.1.4.1.5624.1.2.15.1.6.1.5 dateandtime read-only
The date and time, in device local time, when this transfer request was last enqueued for execution. The value '0000000000000000'H is returned if this table entry has not yet been queued.
                   etsysFileTransferRequestCompletionTime 1.3.6.1.4.1.5624.1.2.15.1.6.1.6 dateandtime read-only
The date and time, in device local time, when this transfer 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.
                   etsysFileTransferRequestBytesTransferred 1.3.6.1.4.1.5624.1.2.15.1.6.1.7 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 etsysFileTransferRequestRowStatus object is set to the active state.
                   etsysFileTransferRequestErrorDescription 1.3.6.1.4.1.5624.1.2.15.1.6.1.8 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 etsysFileTransferRequestRowStatus leaf is set to the active state.
                   etsysFileTransferRequestStorageType 1.3.6.1.4.1.5624.1.2.15.1.6.1.9 storagetype read-only
Allows applications within the managed entity to define nonVolatile or readOnly rows as required.
                   etsysFileTransferRequestRowStatus 1.3.6.1.4.1.5624.1.2.15.1.6.1.10 rowstatus read-only
A control that allows entries 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 file transfer to be initiated or queued. Once the requested file transfer 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 will interrupt the file transfer request. Setting this object to the 'active' state from the 'active' state will 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.
       etsysFileListing 1.3.6.1.4.1.5624.1.2.15.2
           etsysFileListingTable 1.3.6.1.4.1.5624.1.2.15.2.1 no-access
A table of user files currently stored in a particular file system on this entity. If the Host Resources MIB is not supported and there is only one file system use the value of one for the hrFSIndex. This table should represent a minimal set of information that is commonly available on most file systems.
               etsysFileListingEntry 1.3.6.1.4.1.5624.1.2.15.2.1.1 no-access
An entry describing a particular file currently stored on this entity.
                   etsysFileListingIndex 1.3.6.1.4.1.5624.1.2.15.2.1.1.1 unsigned32 no-access
The locally arbitrary, but unique identifier associated with this file entry.
                   etsysFileListingFileName 1.3.6.1.4.1.5624.1.2.15.2.1.1.2 displaystring read-only
The fully qualified name of the file.
                   etsysFileListingFileSize 1.3.6.1.4.1.5624.1.2.15.2.1.1.3 unsigned32 read-only
The size in bytes of this file.
                   etsysFileListingFileType 1.3.6.1.4.1.5624.1.2.15.2.1.1.4 integer read-only
The type of file that this entry represents. Enumeration: 'directory': 2, 'ordinary-file': 3, 'unsupported': 1, 'symbolic-link': 4.
                   etsysFileListingFileDate 1.3.6.1.4.1.5624.1.2.15.2.1.1.5 dateandtime read-only
The time and date that this file was last modified, if this information is unavailable return '0000000000000000'H.
                   etsysFileListingFileOrigin 1.3.6.1.4.1.5624.1.2.15.2.1.1.6 displaystring read-only
The source URL of this file, if it was created by a transfer, or an application name, if it was created by an application. If this information is unavailable return the null string. Since most of the user files on our devices are, or would be, created by file transfers or applications this would be an interesting but otherwise uncommon piece of information.
       etsysFileOperation 1.3.6.1.4.1.5624.1.2.15.3
           etsysFileOperationLimit 1.3.6.1.4.1.5624.1.2.15.3.1 unsigned32 read-only
The maximum number of requests this entity can hold in the etsysFileOperationTable. A value of 0 indicates no configured limit.
           etsysFileOperationsCurrent 1.3.6.1.4.1.5624.1.2.15.3.2 gauge32 read-only
The number of requests currently in the etsysFileOperationTable.
           etsysFileOperationsCompleted 1.3.6.1.4.1.5624.1.2.15.3.3 counter32 read-only
The number of file operations that have completed successfully or otherwise. This object SHOULD be stored in persistent memory.
           etsysFileOperationNextAvailableIndex 1.3.6.1.4.1.5624.1.2.15.3.4 unsigned32 read-only
This object indicates the numerically lowest available index within this entity, which may be used for the value of etsysFileOperationIndex in the creation of a new entry in the etsysFileOperationTable. An index is considered available if the index value falls within the range of 1 to etsysFileOperationLimit and is not being used to index an existing entry in the etsysFileOperationTable contained within this entity. A value of zero indicates that all of the entries in the etsysFileOperationTable are currently in use. This value should only be considered a guideline for management creation of etsysFileOperationTable, there is no requirement on management to create entries based upon this index value.
           etsysFileOperationTable 1.3.6.1.4.1.5624.1.2.15.3.5 no-access
Entries can be created in this table to rename and delete files on this entity.
               etsysFileOperationEntry 1.3.6.1.4.1.5624.1.2.15.3.5.1 no-access
An entry describing an operation to be performed on the named file on this entity.
                   etsysFileOperationIndex 1.3.6.1.4.1.5624.1.2.15.3.5.1.1 unsigned32 no-access
The locally arbitrary, but unique identifier associated with this file operation entry.
                   etsysFileOperationType 1.3.6.1.4.1.5624.1.2.15.3.5.1.2 integer read-only
The operation that should be performed on the named file. Enumeration: 'rename': 2, 'delete': 1.
                   etsysFileOperationFileName 1.3.6.1.4.1.5624.1.2.15.3.5.1.3 snmpadminstring read-only
The fully qualified name of the file that this operation will be applied to.
                   etsysFileOperationFileNewName 1.3.6.1.4.1.5624.1.2.15.3.5.1.4 snmpadminstring read-only
The new fully qualified name for this file. This object is only required for the rename operation type.
                   etsysFileOperationErrorDescription 1.3.6.1.4.1.5624.1.2.15.3.5.1.5 snmpadminstring read-only
This object contains a descriptive error message if the requested operation failed. Implementations must reset the error message to a zero-length string when the etsysFileOperationRowStatus leaf is set to the active state.
                   etsysFileOperationRowStatus 1.3.6.1.4.1.5624.1.2.15.3.5.1.6 rowstatus read-only
A control that allows entries 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 file operation to be initiated or queued. Once the requested file 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 will cancel the file operation if it has not been started. Setting this object to the 'active' state from the 'active' state will not have any affect. Conceptual rows that have been in the 'notInService' state for some entity specific time period will be destroyed by the managed entity.
       etsysFileConformance 1.3.6.1.4.1.5624.1.2.15.4
           etsysFileGroups 1.3.6.1.4.1.5624.1.2.15.4.1
               etsysFileTransferGroup 1.3.6.1.4.1.5624.1.2.15.4.1.1
A group of objects that provide a means to copy and transfer files.
               etsysFileListingGroup 1.3.6.1.4.1.5624.1.2.15.4.1.2
A group of objects that provide a means to list existing files.
               etsysFileOperationGroup 1.3.6.1.4.1.5624.1.2.15.4.1.3
A group of objects that provide a means to rename and delete existing files.
           etsysFileCompliances 1.3.6.1.4.1.5624.1.2.15.4.2
               etsysFileCompliance 1.3.6.1.4.1.5624.1.2.15.4.2.1
The compliance statement for entities which implement the Enterasys File Management MIB. Implementation of this MIB is based on individual product needs.