NMS-FLASH

File: NMS-FLASH.mib (10622 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
NMS-SMI

Imported symbols

TimeTicks OBJECT-TYPE DisplayString
nmslocal

Defined Types

NMSLflashFileDirEntry  
SEQUENCE    
  nmsflashDirName DisplayString
  nmsflashDirSize INTEGER
  nmsflashDirStatus INTEGER

Defined Values

nmslflash 1.3.6.1.4.1.3320.2.10
OBJECT IDENTIFIER    

nmsflashSize 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  

nmsflashFree 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  

nmsflashController 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  

nmsflashCard 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  

nmsflashVPP 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)  

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

nmsflashEraseTime 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  

nmsflashEraseStatus 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)  

nmsflashToNet 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  

nmsflashToNetTime 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  

nmsflashToNetStatus 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)  

nmsnetToFlash 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  

nmsnetToFlashTime 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  

nmsnetToFlashStatus 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)  

nmsflashStatus 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)  

nmsflashEntries 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  

nmslflashFileDirTable 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  
    NMSLflashFileDirEntry

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

nmsflashDirName 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  

nmsflashDirSize 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  

nmsflashDirStatus 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)