HPE-File
24 objects
The MIB module describes the private MIB for File Private Extension
Imported Objects
| HPE-MIB | nm |
| SNMPv2-SMI | MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString RowStatus TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.11.2.96 | IdentityrlFile | The MIB module describes the private MIB for File Private Extension | ||
| 1.3.6.1.4.1.11.2.96.1 | ScalarrlFileMibVersion | read-only | current | Indicates the File System MIB version. The current version is 1. |
| 1.3.6.1.4.1.11.2.96.2 | TablerlFileTable | not-accessible | current | The (conceptual) table listing all the files of the flash file system. |
| 1.3.6.1.4.1.11.2.96.2.1 | RowrlFileEntry | not-accessible | current | An entry (conceptual row) in the FileTable. |
| 1.3.6.1.4.1.11.2.96.2.1.1 | ColumnrlFileName | read-write | current | The name of the file. |
| 1.3.6.1.4.1.11.2.96.2.1.2 | ColumnrlFilePermission | read-only | current | permission level bitmap. |
| 1.3.6.1.4.1.11.2.96.2.1.3 | ColumnrlFileSize | read-only | current | The size of the file in bytes (actual size). |
| 1.3.6.1.4.1.11.2.96.2.1.4 | ColumnrlFileModificationDate | read-only | current | The time-stamp indicating the date of creation or last modification of this file. The format of the time-stamp is dd-mmm-yyyy |
| 1.3.6.1.4.1.11.2.96.2.1.5 | ColumnrlFileModificationTime | read-only | current | The time-stamp indicating the time of creation or last modification of this file. The format of the time-stamp is hh:mm:ss |
| 1.3.6.1.4.1.11.2.96.2.1.6 | ColumnrlFileRowStatus | read-write | current | It is used just to delete an entry |
| 1.3.6.1.4.1.11.2.96.2.1.7 | ColumnrlFileFlashSize | read-only | current | The size allocated for the file in bytes (allocated size). |
| 1.3.6.1.4.1.11.2.96.2.1.8 | ColumnrlFileFullNormalizedName | read-only | current | The full normalized name - up to max OCTET STRING length and not containing '..' and '.' path components. |
| 1.3.6.1.4.1.11.2.96.3 | TablerlFileActionTable | not-accessible | current | The (conceptual) table listing only one entry at a time with parameters needed for performing an action on a file. |
| 1.3.6.1.4.1.11.2.96.3.1 | RowrlFileActionEntry | not-accessible | current | An entry (conceptual row) in the FileActionTable. |
| 1.3.6.1.4.1.11.2.96.3.1.1 | ColumnrlFileActionName | read-write | current | The name of the file. |
| 1.3.6.1.4.1.11.2.96.3.1.2 | ColumnrlFileActionNewName | read-write | current | The new name for the file (in case of action rename). |
| 1.3.6.1.4.1.11.2.96.3.1.3 | ColumnrlFileActionRowStatus | read-write | current | It is used to create an entry |
| 1.3.6.1.4.1.11.2.96.3.1.4 | ColumnrlFileActionCommand | read-write | current | Perform an action on the file. |
| 1.3.6.1.4.1.11.2.96.4 | ScalarrlFileTotalSizeOfFlash | read-only | current | Indicates the total size of the flash in bytes. |
| 1.3.6.1.4.1.11.2.96.5 | ScalarrlFileFreeSizeOfFlash | read-only | current | Indicates the number of free bytes in the flash. |
| 1.3.6.1.4.1.11.2.96.6 | ScalarrlFileAuditingEnable | read-write | current | Controls whether SysLog messages should be issued on file rename/delete events |
| 1.3.6.1.4.1.11.2.96.7 | ScalarrlFileTotalSizeOfUSB | read-only | current | Indicates the total size of the USB in bytes. |
| 1.3.6.1.4.1.11.2.96.8 | ScalarrlFileFreeSizeOfUSB | read-only | current | Indicates the number of free bytes in the USB. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| FilePermission | BITS { read(0), write(1), execute(2), dir(3) } | current | File permission |