MIBs Depot

CT-FLASH-MIB

Registered at
1.3.6.1.4.1.52.4.1.5.10.1
1.3.6.1.4.1.52.4.1.5.10.2
1.3.6.1.4.1.52.4.1.5.10.3
Namespace
enterasys
Source file
CT-FLASH-MIB
Digest
sha256:fc100325f7a2e7bcd654224e2587b7d4f8256ff43310f2f6a76e6a140c7901c8

Imports

FromSymbols
CTRON-MIB-NAMESctFlash
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIIpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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.1not-accessiblemandatory
flashVolumeStatusEntry
OBJECT-TYPE
Information on a particular volume.
1.3.6.1.4.1.52.4.1.5.10.1.1.1not-accessiblemandatory
flashVolume
OBJECT-TYPE
Uniquely defines a volume.
1.3.6.1.4.1.52.4.1.5.10.1.1.1.1INTEGERread-onlymandatory
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.2INTEGERread-onlymandatory
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.3INTEGERread-onlymandatory
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.1not-accessiblemandatory
flashFileEntry
OBJECT-TYPE
Describes a particular file.
1.3.6.1.4.1.52.4.1.5.10.2.1.1not-accessiblemandatory
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.1INTEGERread-onlymandatory
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.2DisplayString (SIZE(0..16))read-onlymandatory
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.3DisplayString (SIZE(0..8))read-onlymandatory
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.4INTEGER {intelHex(1), intelHexCompressed(2), iEEE695(3), eLF(4), table(5), dLL(6), bOOT(7), binary(8), binaryCompressed(9), taggedData(10), package(11)}read-onlymandatory
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.5INTEGERread-onlymandatory
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.1DisplayString (SIZE(0..128))read-writemandatory
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.2IpAddressread-writemandatory
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.3INTEGERread-writemandatory
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.4INTEGER {install(1), download(2), upload(3), cleanup(4), delete(5), none(6)}read-writemandatory
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.5INTEGER {idle(1), other(2), flashVerifyServer(3), flashCleanup(4), downLoadActive(5), upLoadActive(6), completeError(7)}read-onlymandatory
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.6INTEGER {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-onlymandatory
flashCmdFile
OBJECT-TYPE
Flash filename to perform the specified operation.
1.3.6.1.4.1.52.4.1.5.10.3.7DisplayString (SIZE(0..16))read-writemandatory
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.8DisplayString (SIZE(0..8))read-writemandatory
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.9INTEGER {intelHex(1), intelHexCompressed(2), iEEE695(3), eLF(4), table(5), dLL(6), bOOT(7), binary(8), binaryCompressed(9), taggedData(10), package(11)}read-writemandatory
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.10INTEGERread-writemandatory
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.11INTEGERread-onlymandatory