CT-FLASH-MIB
- Registered at
- 1.3.6.1.4.1.52.4.1.5.10.11.3.6.1.4.1.52.4.1.5.10.21.3.6.1.4.1.52.4.1.5.10.3
- Namespace
- enterasys
- Source file
CT-FLASH-MIB- Digest
sha256:fc100325f7a2e7bcd654224e2587b7d4f8256ff43310f2f6a76e6a140c7901c8
Imports
| From | Symbols |
|---|---|
| CTRON-MIB-NAMES | ctFlash |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CT-FLASH-MIB CTRON-MIB-NAMES CTRON-OIDS SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| flashStatus OBJECT-IDENTITY | 1.3.6.1.4.1.52.4.1.5.10.1 | |||
| flashVolumeStatusTable OBJECT-TYPE This table contains status information on each flash volume. | 1.3.6.1.4.1.52.4.1.5.10.1.1 | not-accessible | mandatory | |
| flashVolumeStatusEntry OBJECT-TYPE Information on a particular volume. | 1.3.6.1.4.1.52.4.1.5.10.1.1.1 | not-accessible | mandatory | |
| flashVolume OBJECT-TYPE Uniquely defines a volume. | 1.3.6.1.4.1.52.4.1.5.10.1.1.1.1 | INTEGER | read-only | mandatory |
| flashVolFiles OBJECT-TYPE The flash filing system status contains the number of files currently in the volume. | 1.3.6.1.4.1.52.4.1.5.10.1.1.1.2 | INTEGER | read-only | mandatory |
| flashVolSpace OBJECT-TYPE This object returns the approximate amount of remaining storage space, in bytes, in the flash filing system. | 1.3.6.1.4.1.52.4.1.5.10.1.1.1.3 | INTEGER | read-only | mandatory |
| flashFile OBJECT-IDENTITY | 1.3.6.1.4.1.52.4.1.5.10.2 | |||
| flashFileTable OBJECT-TYPE Describes each file in a flash file system volume. | 1.3.6.1.4.1.52.4.1.5.10.2.1 | not-accessible | mandatory | |
| flashFileEntry OBJECT-TYPE Describes a particular file. | 1.3.6.1.4.1.52.4.1.5.10.2.1.1 | not-accessible | mandatory | |
| flashFileID OBJECT-TYPE This object contains a volume-unique file id associated with each file. | 1.3.6.1.4.1.52.4.1.5.10.2.1.1.1 | INTEGER | read-only | mandatory |
| flashFilename OBJECT-TYPE This object contains the filename of the current file. | 1.3.6.1.4.1.52.4.1.5.10.2.1.1.2 | DisplayString (SIZE(0..16)) | read-only | mandatory |
| flashFileVersion OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.5.10.2.1.1.3 | DisplayString (SIZE(0..8)) | read-only | mandatory |
| flashFileType OBJECT-TYPE This object contains the file type defined for the file. | 1.3.6.1.4.1.52.4.1.5.10.2.1.1.4 | INTEGER {intelHex(1), intelHexCompressed(2), iEEE695(3), eLF(4), table(5), dLL(6), bOOT(7), binary(8), binaryCompressed(9), taggedData(10), package(11)} | read-only | mandatory |
| flashFileSize OBJECT-TYPE This object contains the size, in bytes, currently allocated to the file. | 1.3.6.1.4.1.52.4.1.5.10.2.1.1.5 | INTEGER | read-only | mandatory |
| flashCmd OBJECT-IDENTITY | 1.3.6.1.4.1.52.4.1.5.10.3 | |||
| flashCmdPath OBJECT-TYPE Filename requested of the server for a TFTP download or upload. | 1.3.6.1.4.1.52.4.1.5.10.3.1 | DisplayString (SIZE(0..128)) | read-write | mandatory |
| flashCmdNetAddress OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.5.10.3.2 | IpAddress | read-write | mandatory |
| flashCmdVolume OBJECT-TYPE Flash volume to contain the file created during a download operation. | 1.3.6.1.4.1.52.4.1.5.10.3.3 | INTEGER | read-write | mandatory |
| flashCmdOperation OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.5.10.3.4 | INTEGER {install(1), download(2), upload(3), cleanup(4), delete(5), none(6)} | read-write | mandatory |
| flashCmdStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.5.10.3.5 | INTEGER {idle(1), other(2), flashVerifyServer(3), flashCleanup(4), downLoadActive(5), upLoadActive(6), completeError(7)} | read-only | mandatory |
| flashCmdError OBJECT-TYPE If the value of flashCmdStatus is completeError(5), then this object describes the nature of the error. | 1.3.6.1.4.1.52.4.1.5.10.3.6 | INTEGER {oK(1), deleteFailed(2), fileSystem(3), tFTPerror(4), corruptFile(5), dupFlashName(6), noFlashFile(7), flashAlloc(8), maxFiles(9), invalidName(10), protocolErr(11), serverLost(12), noNetFile(13), noNetAccess(14), netDiskFull(15), dupNetFile(16), parseError(17), invalidType(18), invalidCmd(19), invalidModId(20), noServerIP(21), socketError(22), blockSequence(23), bufferError(24)} | read-only | mandatory |
| flashCmdFile OBJECT-TYPE Flash filename to perform the specified operation. | 1.3.6.1.4.1.52.4.1.5.10.3.7 | DisplayString (SIZE(0..16)) | read-write | mandatory |
| flashCmdVersion OBJECT-TYPE Flash file version to perform the specified operation in the form 'XX.XX.XX' where 'X' is in the range 0-9. | 1.3.6.1.4.1.52.4.1.5.10.3.8 | DisplayString (SIZE(0..8)) | read-write | mandatory |
| flashCmdType OBJECT-TYPE File type to specify with a flash file created during a download operation. | 1.3.6.1.4.1.52.4.1.5.10.3.9 | INTEGER {intelHex(1), intelHexCompressed(2), iEEE695(3), eLF(4), table(5), dLL(6), bOOT(7), binary(8), binaryCompressed(9), taggedData(10), package(11)} | read-write | mandatory |
| flashCmdSize OBJECT-TYPE 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. | 1.3.6.1.4.1.52.4.1.5.10.3.10 | INTEGER | read-write | mandatory |
| flashBlockCount OBJECT-TYPE Current TFTP block count of an active session. If no TFTP transfer is in progress, zero is returned. | 1.3.6.1.4.1.52.4.1.5.10.3.11 | INTEGER | read-only | mandatory |