RADLAN-File

File: RADLAN-File.mib (5996 bytes)

Imported modules

RADLAN-MIB SNMPv2-TC SNMPv2-SMI

Imported symbols

rlFile DisplayString RowStatus
TruthValue OBJECT-TYPE

Defined Types

RlFileEntry  
SEQUENCE    
  rlFileName DisplayString
  rlFilePermission INTEGER
  rlFileSize INTEGER
  rlFileModificationDate DisplayString
  rlFileModificationTime DisplayString
  rlFileRowStatus RowStatus
  rlFileFlashSize INTEGER

RlFileActionEntry  
SEQUENCE    
  rlFileActionName DisplayString
  rlFileActionNewName DisplayString
  rlFileActionRowStatus RowStatus
  rlFileActionCommand INTEGER

Defined Values

rlFileMibVersion 1.3.6.1.4.1.89.96.1
Indicates the File System MIB version. The current version is 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlFileTable 1.3.6.1.4.1.89.96.2
The (conceptual) table listing all the files of the flash file system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlFileEntry

rlFileEntry 1.3.6.1.4.1.89.96.2.1
An entry (conceptual row) in the FileTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlFileEntry  

rlFileName 1.3.6.1.4.1.89.96.2.1.1
The name of the file.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlFilePermission 1.3.6.1.4.1.89.96.2.1.2
Specifies the permission level in which this file can be accessed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER read(1), write(2), readWrite(3), noReadNoWrite(4)  

rlFileSize 1.3.6.1.4.1.89.96.2.1.3
The size of the file in bytes (actual size).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlFileModificationDate 1.3.6.1.4.1.89.96.2.1.4
The time-stamp indicating the date of creation or last modification of this file. The format of the time-stamp is dd-mmm-yyyy
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlFileModificationTime 1.3.6.1.4.1.89.96.2.1.5
The time-stamp indicating the time of creation or last modification of this file. The format of the time-stamp is hh:mm:ss
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlFileRowStatus 1.3.6.1.4.1.89.96.2.1.6
It is used just to delete an entry
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlFileFlashSize 1.3.6.1.4.1.89.96.2.1.7
The size allocated for the file in bytes (allocated size).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlFileActionTable 1.3.6.1.4.1.89.96.3
The (conceptual) table listing only one entry at a time with parameters needed for performing an action on a file.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlFileActionEntry

rlFileActionEntry 1.3.6.1.4.1.89.96.3.1
An entry (conceptual row) in the FileActionTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlFileActionEntry  

rlFileActionName 1.3.6.1.4.1.89.96.3.1.1
The name of the file.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlFileActionNewName 1.3.6.1.4.1.89.96.3.1.2
The new name for the file (in case of action rename).
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlFileActionRowStatus 1.3.6.1.4.1.89.96.3.1.3
It is used to create an entry
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlFileActionCommand 1.3.6.1.4.1.89.96.3.1.4
Perform an action on the file.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rename(1)  

rlFileTotalSizeOfFlash 1.3.6.1.4.1.89.96.4
Indicates the total size of the flash in bytes.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlFileFreeSizeOfFlash 1.3.6.1.4.1.89.96.5
Indicates the number of free bytes in the flash.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlFileAuditingEnable 1.3.6.1.4.1.89.96.6
Controls whether SysLog messages should be issued on file rename/delete events
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue