ASCEND-FLASH-MIB

File: ASCEND-FLASH-MIB.mib (14624 bytes)

Imported modules

RFC1155-SMI ASCEND-MIB RFC1213-MIB
RFC-1212

Imported symbols

IpAddress flashGroup DisplayString
OBJECT-TYPE

Defined Types

TruthValue  
INTEGER true(1), false(2)    

FlashDeviceEntry  
SEQUENCE    
  flashDeviceSocket INTEGER
  flashDeviceController INTEGER
  flashDeviceControllerSocket INTEGER
  flashDeviceSize INTEGER
  flashDeviceUsed INTEGER
  flashDeviceState INTEGER
  flashDeviceMaster TruthValue
  flashDeviceFormatStatus INTEGER
  flashDeviceDescription DisplayString

FlashFileEntry  
SEQUENCE    
  flashFileIndex INTEGER
  flashFileSocket INTEGER
  flashFileSize INTEGER
  flashFileStatus INTEGER
  flashFileName DisplayString
  flashFileChecksum INTEGER
  flashFileVersion DisplayString
  flashFileAccess INTEGER
  flashFileDateTimeStamp DisplayString

Defined Values

flashDevice 1.3.6.1.4.1.529.22.1
OBJECT IDENTIFIER    

flashDevices 1.3.6.1.4.1.529.22.1.1
The maximum number of flash devices that are presented in the flashDeviceTable. The maximum flashDeviceSocket. A value of 0 indicates that the agent does not support any flashDevices
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashDeviceTable 1.3.6.1.4.1.529.22.1.2
This table contains one entry for each flash socket being mangaged via SNMP agent in this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FlashDeviceEntry

flashDeviceEntry 1.3.6.1.4.1.529.22.1.2.1
An entry in the flashDeviceTable. For each managed flashDevice there is one entry present. It provides information for a single flashDevice as indexed via the flashDeviceSocket.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FlashDeviceEntry  

flashDeviceSocket 1.3.6.1.4.1.529.22.1.2.1.1
A value that uniquely identifies a single entry in the flashDeviceTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashDeviceController 1.3.6.1.4.1.529.22.1.2.1.2
Uniquely identifies the controller that manages this flash device. One or more devices can be managed by a single controller. The devices managed by this agent might have one or more controllers associated to them.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashDeviceControllerSocket 1.3.6.1.4.1.529.22.1.2.1.3
Identifies the socket of the flashDeviceController for this flashDeviceSocket. One or more sockets can be managed by the controller identified via flashDeviceController. Each socket of a given controller has a unique flashDeviceControllerSocket.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashDeviceSize 1.3.6.1.4.1.529.22.1.2.1.4
The maximum number of bytes this flashDevice can store.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashDeviceUsed 1.3.6.1.4.1.529.22.1.2.1.5
The Total number of bytes currently stored in this flashDevice.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashDeviceState 1.3.6.1.4.1.529.22.1.2.1.6
The current state of this given flashDevice.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inserted(1), removed(2)  

flashDeviceMaster 1.3.6.1.4.1.529.22.1.2.1.7
Identifies if this entry is controlled by the master controller or a slave controller. flashDeviceMaster is true if this socket is managed by the master controller and false otherwise.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TruthValue  

flashDeviceFormatStatus 1.3.6.1.4.1.529.22.1.2.1.8
The format present on the flashDevice.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER format-v1(1), format-v2(2), format-v3(3), format-other(99), unformatted(100)  

flashDeviceDescription 1.3.6.1.4.1.529.22.1.2.1.9
Textual description of the flashDevice.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

flashFileTable 1.3.6.1.4.1.529.22.2
Contains information about all files that are managed via the agent on this system.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FlashFileEntry

flashFileEntry 1.3.6.1.4.1.529.22.2.1
Information about a single file on a given socket. A socket is a single access entity.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  FlashFileEntry  

flashFileIndex 1.3.6.1.4.1.529.22.2.1.1
The unique index for a given socket that identifies this file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashFileSocket 1.3.6.1.4.1.529.22.2.1.3
The socket on which the file resides.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashFileSize 1.3.6.1.4.1.529.22.2.1.4
The size of the file in bytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashFileStatus 1.3.6.1.4.1.529.22.2.1.5
The current status of the file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER valid(1), invalid(2), open-read(3), open-write(4)  

flashFileName 1.3.6.1.4.1.529.22.2.1.6
The name used by the system to idenfity the file
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

flashFileChecksum 1.3.6.1.4.1.529.22.2.1.7
The checksum for this file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

flashFileVersion 1.3.6.1.4.1.529.22.2.1.8
The version of the file
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

flashFileAccess 1.3.6.1.4.1.529.22.2.1.9
Access flags for the file.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER readOnly(1), readWrite(2)  

flashFileDateTimeStamp 1.3.6.1.4.1.529.22.2.1.10
The timestamp of the file when it was written to the flash
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

flashOperation 1.3.6.1.4.1.529.22.3
OBJECT IDENTIFIER    

flashOperationStatus 1.3.6.1.4.1.529.22.3.1
Status of the current operation in progress or the appropiate error indication for the last operation performed. If the operation was performed successfully 'no-operation-in-progress' is returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), activeFormating(2), activeFileUpload(3), activeConfigUpload(4), activeConfigDownload(5), activeInProgress(6), success(50), errorGeneric(51), errorFilenameNotValid(52), errorTftpEnotFound(101), errorTftpEaccess(102), errorTftpEnoSpace(103), errorTftpEbadOp(104), errorTftpEbadTid(105), errorTftpEexists(106), errorTftpEnouser(107), errorTftpEparm(108), errorTftpEbusy(109), errorTftpEresource(110), errorTftpEtimeout(111), errorTftpEuerror(112), errorTftpEretries(113), errorTftpCreateFile(114), errorTftpOpenFile(115), errorTftpReadData(116), errorTftpWriteData(117), errorFlashResultBadParam(151), errorFlashResultNotFound(152), errorFlashResultTooManyOpen(153), errorFlashResultAlreadyOpen(154), errorFlashResultNullFile(155), errorFlashResultNoCard(156), errorFlashResultNoFormat(157), errorFlashResultOldFormat(158), errorFlashResultReadOnly(159), errorFlashResultNoSpace(160), errorFlashResultUnavail(161), errorFlashResultInternalError(162)  

flashOperationCommand 1.3.6.1.4.1.529.22.3.2
The object indicates the current operation. A set to the object triggers the operation to be performed. If an operation is in progress a set operation to this object causes a generic error. format-card formats the card in the given socket. tftp-upload describes the upload of a file from a TFTP host to the system. load-config reads the file described in flashOperationSrcFileName into the system. save-config sends the config to the TFTP host. Note that the TFTP host must allow write operations to take advantage of this feature.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER format-card(1), tftp-upload(2), no-command(3), load-config(4), save-config(5)  

flashOperationHost 1.3.6.1.4.1.529.22.3.3
Ip address of the TFTP host associated with an operation. If an operation is in progress a set operation to this object causes a generic error. For save operation this host must allow TFTP write operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

flashOperationDestFileName 1.3.6.1.4.1.529.22.3.4
Destination filename for operations. For a save operation this is the filename to be written to on the TFTP host. For load operations this is the filename on the system. If an operation is in progress a set operation to this object causes a generic error.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

flashOperationSrcFileName 1.3.6.1.4.1.529.22.3.5
Source filename for operations. For a save operation this is the filename on the system. For load operations this is the filename to be read from to on the TFTP host. If an operation is in progress a set operation to this object causes a generic error.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

flashOperationSocket 1.3.6.1.4.1.529.22.3.7
The flash socket to operate on. If an operation is in progress a set operation to this object causes a generic error.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

flashOperationTftpPort 1.3.6.1.4.1.529.22.3.8
This object defines the port # to use on the remote system when starting a TFTP operation using a flashOperationCommand. The default port is 69/(tcp/udp) Trivial File Transfer. The port numbers allowed for configuration range from 1..65535
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER