CT-FLASH-MIB

File: CT-FLASH-MIB.mib (12886 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
CTRON-MIB-NAMES

Imported symbols

NetworkAddress OBJECT-TYPE DisplayString
ctFlash

Defined Types

FlashVolumeStatusEntry  
SEQUENCE    
  flashVolume INTEGER
  flashVolFiles INTEGER
  flashVolSpace INTEGER

FlashFileEntry  
SEQUENCE    
  flashFileID INTEGER
  flashFilename DisplayString
  flashFileVersion DisplayString
  flashFileType INTEGER
  flashFileSize INTEGER

Defined Values

flashStatus 1.3.6.1.4.1.52.4.1.5.10.1
OBJECT IDENTIFIER    

flashFile 1.3.6.1.4.1.52.4.1.5.10.2
OBJECT IDENTIFIER    

flashCmd 1.3.6.1.4.1.52.4.1.5.10.3
OBJECT IDENTIFIER    

flashVolumeStatusTable 1.3.6.1.4.1.52.4.1.5.10.1.1
This table contains status information on each flash volume.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FlashVolumeStatusEntry

flashVolumeStatusEntry 1.3.6.1.4.1.52.4.1.5.10.1.1.1
Information on a particular volume.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FlashVolumeStatusEntry  

flashVolume 1.3.6.1.4.1.52.4.1.5.10.1.1.1.1
Uniquely defines a volume.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashVolFiles 1.3.6.1.4.1.52.4.1.5.10.1.1.1.2
The flash filing system status contains the number of files currently in the volume.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashVolSpace 1.3.6.1.4.1.52.4.1.5.10.1.1.1.3
This object returns the approximate amount of remaining storage space, in bytes, in the flash filing system.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashFileTable 1.3.6.1.4.1.52.4.1.5.10.2.1
Describes each file in a flash file system volume.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FlashFileEntry

flashFileEntry 1.3.6.1.4.1.52.4.1.5.10.2.1.1
Describes a particular file.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FlashFileEntry  

flashFileID 1.3.6.1.4.1.52.4.1.5.10.2.1.1.1
This object contains a volume-unique file id associated with each file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashFilename 1.3.6.1.4.1.52.4.1.5.10.2.1.1.2
This object contains the filename of the current file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..16)  

flashFileVersion 1.3.6.1.4.1.52.4.1.5.10.2.1.1.3
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..8)  

flashFileType 1.3.6.1.4.1.52.4.1.5.10.2.1.1.4
This object contains the file type defined for the file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER intelHex(1), intelHexCompressed(2), iEEE695(3), eLF(4), table(5), dLL(6), bOOT(7), binary(8), binaryCompressed(9), taggedData(10), package(11)  

flashFileSize 1.3.6.1.4.1.52.4.1.5.10.2.1.1.5
This object contains the size, in bytes, currently allocated to the file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashCmdPath 1.3.6.1.4.1.52.4.1.5.10.3.1
Filename requested of the server for a TFTP download or upload.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..128)  

flashCmdNetAddress 1.3.6.1.4.1.52.4.1.5.10.3.2
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  NetworkAddress  

flashCmdVolume 1.3.6.1.4.1.52.4.1.5.10.3.3
Flash volume to contain the file created during a download operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

flashCmdOperation 1.3.6.1.4.1.52.4.1.5.10.3.4
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER install(1), download(2), upload(3), cleanup(4), delete(5), none(6)  

flashCmdStatus 1.3.6.1.4.1.52.4.1.5.10.3.5
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), other(2), flashVerifyServer(3), flashCleanup(4), downLoadActive(5), upLoadActive(6), completeError(7)  

flashCmdError 1.3.6.1.4.1.52.4.1.5.10.3.6
If the value of flashCmdStatus is completeError(5), then this object describes the nature of the error.
Status: mandatory Access: read-only
OBJECT-TYPE    
  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)  

flashCmdFile 1.3.6.1.4.1.52.4.1.5.10.3.7
Flash filename to perform the specified operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..16)  

flashCmdVersion 1.3.6.1.4.1.52.4.1.5.10.3.8
Flash file version to perform the specified operation in the form 'XX.XX.XX' where 'X' is in the range 0-9.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..8)  

flashCmdType 1.3.6.1.4.1.52.4.1.5.10.3.9
File type to specify with a flash file created during a download operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER intelHex(1), intelHexCompressed(2), iEEE695(3), eLF(4), table(5), dLL(6), bOOT(7), binary(8), binaryCompressed(9), taggedData(10), package(11)  

flashCmdSize 1.3.6.1.4.1.52.4.1.5.10.3.10
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

flashBlockCount 1.3.6.1.4.1.52.4.1.5.10.3.11
Current TFTP block count of an active session. If no TFTP transfer is in progress, zero is returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER