BDCOM-FLASH

File: BDCOM-FLASH.mib (10579 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
BDCOM-SMI

Imported symbols

TimeTicks OBJECT-TYPE DisplayString
bdlocal

Defined Types

BdLflashFileDirEntry  
SEQUENCE    
  bdflashDirName DisplayString
  bdflashDirSize INTEGER
  bdflashDirStatus INTEGER

Defined Values

bdlflash 1.3.6.1.4.1.3320.2.10
OBJECT IDENTIFIER    

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

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

bdflashController 1.3.6.1.4.1.3320.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  

bdflashCard 1.3.6.1.4.1.3320.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  

bdflashVPP 1.3.6.1.4.1.3320.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)  

bdflashErase 1.3.6.1.4.1.3320.2.10.6
Request to erase flash memory
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER  

bdflashEraseTime 1.3.6.1.4.1.3320.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  

bdflashEraseStatus 1.3.6.1.4.1.3320.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)  

bdflashToNet 1.3.6.1.4.1.3320.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  

bdflashToNetTime 1.3.6.1.4.1.3320.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  

bdflashToNetStatus 1.3.6.1.4.1.3320.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)  

bdnetToFlash 1.3.6.1.4.1.3320.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  

bdnetToFlashTime 1.3.6.1.4.1.3320.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  

bdnetToFlashStatus 1.3.6.1.4.1.3320.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)  

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

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

bdlflashFileDirTable 1.3.6.1.4.1.3320.2.10.17
A list of flash file entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BdLflashFileDirEntry

bdlflashFileDirEntry 1.3.6.1.4.1.3320.2.10.17.1
A collection of flash eprom objects
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BdLflashFileDirEntry  

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

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

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