CT-FLASH-MIB: View SNMP OID List / Download MIB
VENDOR: ENTERASYS NETWORKS INC.
Home | MIB: CT-FLASH-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).
|
|||
Object Name | OID | Type | Access | Info |
flashStatus | 1.3.6.1.4.1.52.4.1.5.10.1 | |||
flashVolumeStatusTable | 1.3.6.1.4.1.52.4.1.5.10.1.1 | no-access |
This table contains status information on each flash volume. |
|
1.3.6.1.4.1.52.4.1.5.10.1.1.1 | no-access |
Information on a particular volume. |
||
flashVolume | 1.3.6.1.4.1.52.4.1.5.10.1.1.1.1 | integer | read-only |
Uniquely defines a volume. |
flashVolFiles | 1.3.6.1.4.1.52.4.1.5.10.1.1.1.2 | integer | read-only |
The flash filing system status contains the number of files currently in the volume. |
flashVolSpace | 1.3.6.1.4.1.52.4.1.5.10.1.1.1.3 | integer | read-only |
This object returns the approximate amount of remaining storage space, in bytes, in the flash filing system. |
flashFile | 1.3.6.1.4.1.52.4.1.5.10.2 | |||
flashFileTable | 1.3.6.1.4.1.52.4.1.5.10.2.1 | no-access |
Describes each file in a flash file system volume. |
|
1.3.6.1.4.1.52.4.1.5.10.2.1.1 | no-access |
Describes a particular file. |
||
flashFileID | 1.3.6.1.4.1.52.4.1.5.10.2.1.1.1 | integer | read-only |
This object contains a volume-unique file id associated with each file. |
flashFilename | 1.3.6.1.4.1.52.4.1.5.10.2.1.1.2 | displaystring | read-only |
This object contains the filename of the current file. |
flashFileVersion | 1.3.6.1.4.1.52.4.1.5.10.2.1.1.3 | displaystring | read-only |
This object contains the file version number of the current file in the form 'XX.XX.XX', where 'X' is in the range 0-9. |
flashFileType | 1.3.6.1.4.1.52.4.1.5.10.2.1.1.4 | integer | read-only |
This object contains the file type defined for the file. Enumeration: 'binary': 8, 'taggedData': 10, 'intelHex': 1, 'bOOT': 7, 'package': 11, 'eLF': 4, 'binaryCompressed': 9, 'dLL': 6, 'intelHexCompressed': 2, 'table': 5, 'iEEE695': 3. |
flashFileSize | 1.3.6.1.4.1.52.4.1.5.10.2.1.1.5 | integer | read-only |
This object contains the size, in bytes, currently allocated to the file. |
flashCmd | 1.3.6.1.4.1.52.4.1.5.10.3 | |||
flashCmdPath | 1.3.6.1.4.1.52.4.1.5.10.3.1 | displaystring | read-write |
Filename requested of the server for a TFTP download or upload. |
flashCmdNetAddress | 1.3.6.1.4.1.52.4.1.5.10.3.2 | ipaddress | read-write |
IP address of the TFTP server to use with a flash file download or upload operation. If an IP address is not specified, the operation will default to the IP address associated with the runtime TFTP download. |
flashCmdVolume | 1.3.6.1.4.1.52.4.1.5.10.3.3 | integer | read-write |
Flash volume to contain the file created during a download operation. |
flashCmdOperation | 1.3.6.1.4.1.52.4.1.5.10.3.4 | integer | read-write |
Operation to perform on the specified flash file. Download and upload operations require that the network. pathname, filename, version, type, and volume be specified. Cleanup does not require any additional information. Enumeration: 'none': 6, 'upload': 3, 'cleanup': 4, 'install': 1, 'download': 2, 'delete': 5. |
flashCmdStatus | 1.3.6.1.4.1.52.4.1.5.10.3.5 | integer | read-only |
Status of the download or upload operation. The idle(1) status indicates no operation is in progress. The downLoadActive(3) or upLoadActive(4) indicate a file transfer in progress. The completeError(5) status indicates that a file transfer was started but an error was detected. Enumeration: 'downLoadActive': 5, 'flashCleanup': 4, 'upLoadActive': 6, 'completeError': 7, 'flashVerifyServer': 3, 'idle': 1, 'other': 2. |
flashCmdError | 1.3.6.1.4.1.52.4.1.5.10.3.6 | integer | read-only |
If the value of flashCmdStatus is completeError(5), then this object describes the nature of the error. Enumeration: 'flashAlloc': 8, 'protocolErr': 11, 'noServerIP': 21, 'netDiskFull': 15, 'fileSystem': 3, 'dupNetFile': 16, 'invalidCmd': 19, 'corruptFile': 5, 'maxFiles': 9, 'socketError': 22, 'tFTPerror': 4, 'parseError': 17, 'noFlashFile': 7, 'noNetFile': 13, 'oK': 1, 'blockSequence': 23, 'deleteFailed': 2, 'dupFlashName': 6, 'noNetAccess': 14, 'invalidModId': 20, 'invalidType': 18, 'invalidName': 10, 'serverLost': 12, 'bufferError': 24. |
flashCmdFile | 1.3.6.1.4.1.52.4.1.5.10.3.7 | displaystring | read-write |
Flash filename to perform the specified operation. |
flashCmdVersion | 1.3.6.1.4.1.52.4.1.5.10.3.8 | displaystring | read-write |
Flash file version to perform the specified operation in the form 'XX.XX.XX' where 'X' is in the range 0-9. |
flashCmdType | 1.3.6.1.4.1.52.4.1.5.10.3.9 | integer | read-write |
File type to specify with a flash file created during a download operation. Enumeration: 'binary': 8, 'taggedData': 10, 'intelHex': 1, 'bOOT': 7, 'package': 11, 'eLF': 4, 'binaryCompressed': 9, 'dLL': 6, 'intelHexCompressed': 2, 'table': 5, 'iEEE695': 3. |
flashCmdSize | 1.3.6.1.4.1.52.4.1.5.10.3.10 | integer | read-write |
Size of the download file. This value allows the flash filing system to initialize an appropriate amount of flash memory prior to the TFTP transfer, preventing a time-out condition during a transfer. |
flashBlockCount | 1.3.6.1.4.1.52.4.1.5.10.3.11 | integer | read-only |
Current TFTP block count of an active session. If no TFTP transfer is in progress, zero is returned. |