DLINKSW-FS-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINKSW-FS-MIB
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
 dlinkSwFsMIB 1.3.6.1.4.1.171.14.18
This MIB module defines objects for File System (FS).
       dFsNotifications 1.3.6.1.4.1.171.14.18.0
       dFsObjects 1.3.6.1.4.1.171.14.18.1
           dFsBasicInfoCtrlStatus 1.3.6.1.4.1.171.14.18.1.1 displaystring read-only
This object indicates the result for file operation, e.g. deleting files, making directories, deleting directories and renaming files.
           dFsBasicOperation 1.3.6.1.4.1.171.14.18.1.2
               dFsCurrentDirUrl 1.3.6.1.4.1.171.14.18.1.2.1 octet string read-write
This object indicates the URL of current directory.
               dFsCurrentDirectoryTable 1.3.6.1.4.1.171.14.18.1.2.2 no-access
This table consists of a list of directories or files in the current directory. This table takes the advantage of RowStatus textual convention to delete a file or add/delete a directory (mkdir/rmdir).
                   dFsCurrentDirectoryEntry 1.3.6.1.4.1.171.14.18.1.2.2.1 no-access
An entry indicates the information for a file or directory at current directory.
                       dFsCurrentDirItemName 1.3.6.1.4.1.171.14.18.1.2.2.1.1 displaystring no-access
The name of file or directory.
                       dFsCurrentDirItemMode 1.3.6.1.4.1.171.14.18.1.2.2.1.2 bits read-only
This object indicates the mode of the entry. Bits: 'directory': 0, 'writeable': 2, 'readable': 1.
                       dFsCurrentDirItemSize 1.3.6.1.4.1.171.14.18.1.2.2.1.3 unsigned32 read-only
This object indicates the file size (in bytes). If the entry is a directory, the value is 0.
                       dFsCurrentDirItemTime 1.3.6.1.4.1.171.14.18.1.2.2.1.4 dateandtime read-only
This object indicates the time of creation or modification of this file or directory.
                       dFsCurrentDirItemRawStatus 1.3.6.1.4.1.171.14.18.1.2.2.1.5 rowstatus read-only
The status of this conceptual row.
               dFsFileRenameCtrl 1.3.6.1.4.1.171.14.18.1.2.3
                   dFsFileRenameSourceUrl 1.3.6.1.4.1.171.14.18.1.2.3.1 octet string read-write
This object indicates the URL for the file to be renamed.
                   dFsFileRenameTargetUrl 1.3.6.1.4.1.171.14.18.1.2.3.2 octet string read-write
This object indicates the URL after file renaming.
                   dFsFileRenameActivity 1.3.6.1.4.1.171.14.18.1.2.3.3 integer read-write
This object renames the file indicated by dFsFileRenameSourceUrl, when set to 'rename'. The object dFsBasicInfoCtrlStatus indicates the processing result. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned. Enumeration: 'rename': 1, 'noOp': 2.
           dFsDriveCtrl 1.3.6.1.4.1.171.14.18.1.3
               dFsDriveInfoTable 1.3.6.1.4.1.171.14.18.1.3.1 no-access
This table consists of a list the information of the storage media available on the system.
                   dFsDriveInfoEntry 1.3.6.1.4.1.171.14.18.1.3.1.1 no-access
The entry indicates the information for a drive.
                       dFsDriveInfoUnitID 1.3.6.1.4.1.171.14.18.1.3.1.1.1 unsigned32 no-access
This object indicates the unit (stacking device) or slot (chassis device) ID.
                       dFsDriveInfoDriveID 1.3.6.1.4.1.171.14.18.1.3.1.1.2 integer no-access
This object indicates the drive ID of the entry. Enumeration: 'a': 1, 'c': 3, 'b': 2, 'e': 5, 'd': 4, 'g': 7, 'f': 6, 'i': 9, 'h': 8, 'k': 11, 'j': 10, 'm': 13, 'l': 12, 'o': 15, 'n': 14, 'q': 17, 'p': 16, 's': 19, 'r': 18, '': 21, 't': 20, 'w': 23, 'v': 22, 'y': 25, 'x': 24, 'z': 26.
                       dFsDriveInfoMediaType 1.3.6.1.4.1.171.14.18.1.3.1.1.3 displaystring read-only
Indicates the media type of drive.
                       dFsDriveInfoSize 1.3.6.1.4.1.171.14.18.1.3.1.1.4 unsigned32 read-only
Indicates the total size (in MBytes) of the drive.
                       dFsDriveInfoFsType 1.3.6.1.4.1.171.14.18.1.3.1.1.5 integer read-only
Indicates the FS type on the drive. The special value of 'other' indicates this drive has not be formated. Enumeration: 'fat16': 2, 'fat32': 3, 'ffs': 1, 'other': 0.
                       dFsDriveInfoLabel 1.3.6.1.4.1.171.14.18.1.3.1.1.6 displaystring read-write
Indicates the label of drive. This object cannot be modified after a drive is formated.
                       dFsDriveInfoFormatDrive 1.3.6.1.4.1.171.14.18.1.3.1.1.7 integer read-write
This object formats the drive of the entry. The object dFsBasicInfoCtrlStatus indicates the processing result. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned. Enumeration: 'noOp': 2, 'format': 1.
       dFsConformance 1.3.6.1.4.1.171.14.18.2
           dFsCompliances 1.3.6.1.4.1.171.14.18.2.1
               dFsMIBCompliance 1.3.6.1.4.1.171.14.18.2.1.1
The compliance statement for entities which implement the DLINKSW-FS-MIB.
           dFsGroups 1.3.6.1.4.1.171.14.18.2.2
               dFsBasicGroup 1.3.6.1.4.1.171.14.18.2.2.1
A collection of objects executes basic operation of FS.
               dFsDriveGroup 1.3.6.1.4.1.171.14.18.2.2.2
A collection of objects executes drive operation of FS.