RADLAN-File: View SNMP OID List / Download MIB

VENDOR: RND


 Home MIB: RADLAN-File
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 rlFileMibVersion 1.3.6.1.4.1.89.96.1 integer read-only
Indicates the File System MIB version. The current version is 1.
 rlFileTable 1.3.6.1.4.1.89.96.2 no-access
The (conceptual) table listing all the files of the flash file system.
     rlFileEntry 1.3.6.1.4.1.89.96.2.1 no-access
An entry (conceptual row) in the FileTable.
         rlFileName 1.3.6.1.4.1.89.96.2.1.1 displaystring read-write
The name of the file.
         rlFilePermission 1.3.6.1.4.1.89.96.2.1.2 integer read-only
Specifies the permission level in which this file can be accessed. Enumeration: 'read': 1, 'write': 2, 'noReadNoWrite': 4, 'readWrite': 3.
         rlFileSize 1.3.6.1.4.1.89.96.2.1.3 integer read-only
The size of the file in bytes (actual size).
         rlFileModificationDate 1.3.6.1.4.1.89.96.2.1.4 displaystring read-only
The time-stamp indicating the date of creation or last modification of this file. The format of the time-stamp is dd-mmm-yyyy
         rlFileModificationTime 1.3.6.1.4.1.89.96.2.1.5 displaystring read-only
The time-stamp indicating the time of creation or last modification of this file. The format of the time-stamp is hh:mm:ss
         rlFileRowStatus 1.3.6.1.4.1.89.96.2.1.6 rowstatus read-write
It is used just to delete an entry
         rlFileFlashSize 1.3.6.1.4.1.89.96.2.1.7 integer read-only
The size allocated for the file in bytes (allocated size).
 rlFileActionTable 1.3.6.1.4.1.89.96.3 no-access
The (conceptual) table listing only one entry at a time with parameters needed for performing an action on a file.
     rlFileActionEntry 1.3.6.1.4.1.89.96.3.1 no-access
An entry (conceptual row) in the FileActionTable.
         rlFileActionName 1.3.6.1.4.1.89.96.3.1.1 displaystring read-write
The name of the file.
         rlFileActionNewName 1.3.6.1.4.1.89.96.3.1.2 displaystring read-write
The new name for the file (in case of action rename).
         rlFileActionRowStatus 1.3.6.1.4.1.89.96.3.1.3 rowstatus read-write
It is used to create an entry
         rlFileActionCommand 1.3.6.1.4.1.89.96.3.1.4 integer read-write
Perform an action on the file. Enumeration: 'rename': 1.
 rlFileTotalSizeOfFlash 1.3.6.1.4.1.89.96.4 integer read-only
Indicates the total size of the flash in bytes.
 rlFileFreeSizeOfFlash 1.3.6.1.4.1.89.96.5 integer read-only
Indicates the number of free bytes in the flash.
 rlFileAuditingEnable 1.3.6.1.4.1.89.96.6 truthvalue read-write
Controls whether SysLog messages should be issued on file rename/delete events