OLD-CISCO-FLASH-MIB

File: OLD-CISCO-FLASH-MIB.mib (10610 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
CISCO-SMI

Imported symbols

TimeTicks OBJECT-TYPE DisplayString
local

Defined Types

LflashFileDirEntry  
SEQUENCE    
  flashDirName DisplayString
  flashDirSize INTEGER
  flashDirStatus INTEGER

Defined Values

lflash 2.10
OBJECT IDENTIFIER    

flashSize 2.10.1
Total Size in Octets of Flash memory
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashFree 2.10.2
Unused Size in Octets of Flash memory
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashController 2.10.3
Provides the type of Flash controller (either CCTL or CCTL2) installed in the router.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

flashCard 2.10.4
Provides the type of Flash Card installed in the router. For example, the type of Flash Card could be either CSC-MS or CSC-MC+.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

flashVPP 2.10.5
State of the VPP DIP jumper on the Flash memory card. Files can be written to the Flash memory card only if the VPP DIP jumper is turned on.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER installed(1), missing(2)  

flashErase 2.10.6
Request to erase flash memory
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER  

flashEraseTime 2.10.7
Indicates the value of sysUptime the last time Flash memory was erased. If the flash had not been erased after powerup it has a value of 0 days 00:00:00.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

flashEraseStatus 2.10.8
Status of current or last flash erasing
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER flashOpInProgress(1), flashOpSuccess(2), flashOpFailure(3), flashReadOnly(4), flashOpenFailure(5), bufferAllocationFailure(6), noOpAfterPowerOn(7)  

flashToNet 2.10.9
Write flash entry to tftp server. Value should be the name of the flash entry to send. Instance is the IP address of the tftp host.
Status: mandatory Access: write-only
OBJECT-TYPE    
  DisplayString  

flashToNetTime 2.10.10
Indicates the value of sysUpTime the last time a file was transfered from Flash memory on the router to a TFTP host. Returns 0 days 00:00:00 if there had been no transfer since powerup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

flashToNetStatus 2.10.11
Status of current or last flash to net transfer
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER flashOpInProgress(1), flashOpSuccess(2), flashOpFailure(3), flashReadOnly(4), flashOpenFailure(5), bufferAllocationFailure(6), noOpAfterPowerOn(7)  

netToFlash 2.10.12
Write flash entry from tftp server. Value should be the name of the flash entry to write. Instance is the IP address of the tftp host.
Status: mandatory Access: write-only
OBJECT-TYPE    
  DisplayString  

netToFlashTime 2.10.13
Indicates the value of sysUpTime the last time file was copied from a Trivial File Transfer Protocol(TFTP) server to the Flash memory on the router. Returns 0 days 00:00:00 if there had been no transfers since powerup.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

netToFlashStatus 2.10.14
Status of current or last net to flash transfer
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER flashOpInProgress(1), flashOpSuccess(2), flashOpFailure(3), flashReadOnly(4), flashOpenFailure(5), bufferAllocationFailure(6), noOpAfterPowerOn(7)  

flashStatus 2.10.15
Status of the availability of flash
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER busy(1), available(2)  

flashEntries 2.10.16
Number of entries in the flash directory
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lflashFileDirTable 2.10.17
A list of flash file entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LflashFileDirEntry

lflashFileDirEntry 2.10.17.1
A collection of flash eprom objects
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LflashFileDirEntry  

flashDirName 2.10.17.1.1
Name associated with the flash entry
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

flashDirSize 2.10.17.1.2
Size in Octets of a flash entry
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashDirStatus 2.10.17.1.3
Indicates the status of the entry
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER valid(1), deleted(2)