DLINKSW-FS-MIB

File: DLINKSW-FS-MIB.mib (13083 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
RowStatus TruthValue DisplayString
DateAndTime OBJECT-GROUP MODULE-COMPLIANCE
dlinkIndustrialCommon

Defined Types

DFsCurrentDirectoryEntry  
SEQUENCE    
  dFsCurrentDirItemName DisplayString
  dFsCurrentDirItemMode BITS
  dFsCurrentDirItemSize Unsigned32
  dFsCurrentDirItemTime DateAndTime
  dFsCurrentDirItemRawStatus RowStatus

DFsDriveInfoEntry  
SEQUENCE    
  dFsDriveInfoUnitID Unsigned32
  dFsDriveInfoDriveID INTEGER
  dFsDriveInfoMediaType DisplayString
  dFsDriveInfoSize Unsigned32
  dFsDriveInfoFsType INTEGER
  dFsDriveInfoLabel DisplayString
  dFsDriveInfoFormatDrive INTEGER

Defined Values

dlinkSwFsMIB 1.3.6.1.4.1.171.14.18
This MIB module defines objects for File System (FS).
MODULE-IDENTITY    

dFsNotifications 1.3.6.1.4.1.171.14.18.0
OBJECT IDENTIFIER    

dFsObjects 1.3.6.1.4.1.171.14.18.1
OBJECT IDENTIFIER    

dFsConformance 1.3.6.1.4.1.171.14.18.2
OBJECT IDENTIFIER    

dFsBasicInfoCtrlStatus 1.3.6.1.4.1.171.14.18.1.1
This object indicates the result for file operation, e.g. deleting files, making directories, deleting directories and renaming files.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dFsBasicOperation 1.3.6.1.4.1.171.14.18.1.2
OBJECT IDENTIFIER    

dFsCurrentDirUrl 1.3.6.1.4.1.171.14.18.1.2.1
This object indicates the URL of current directory.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..799)  

dFsCurrentDirectoryTable 1.3.6.1.4.1.171.14.18.1.2.2
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DFsCurrentDirectoryEntry

dFsCurrentDirectoryEntry 1.3.6.1.4.1.171.14.18.1.2.2.1
An entry indicates the information for a file or directory at current directory.
Status: current Access: not-accessible
OBJECT-TYPE    
  DFsCurrentDirectoryEntry  

dFsCurrentDirItemName 1.3.6.1.4.1.171.14.18.1.2.2.1.1
The name of file or directory.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

dFsCurrentDirItemMode 1.3.6.1.4.1.171.14.18.1.2.2.1.2
This object indicates the mode of the entry.
Status: current Access: read-only
OBJECT-TYPE    
  BITS directory(0), readable(1), writeable(2)  

dFsCurrentDirItemSize 1.3.6.1.4.1.171.14.18.1.2.2.1.3
This object indicates the file size (in bytes). If the entry is a directory, the value is 0.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dFsCurrentDirItemTime 1.3.6.1.4.1.171.14.18.1.2.2.1.4
This object indicates the time of creation or modification of this file or directory.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

dFsCurrentDirItemRawStatus 1.3.6.1.4.1.171.14.18.1.2.2.1.5
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

dFsFileRenameCtrl 1.3.6.1.4.1.171.14.18.1.2.3
OBJECT IDENTIFIER    

dFsFileRenameSourceUrl 1.3.6.1.4.1.171.14.18.1.2.3.1
This object indicates the URL for the file to be renamed.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..799)  

dFsFileRenameTargetUrl 1.3.6.1.4.1.171.14.18.1.2.3.2
This object indicates the URL after file renaming.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..799)  

dFsFileRenameActivity 1.3.6.1.4.1.171.14.18.1.2.3.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rename(1), noOp(2)  

dFsDriveCtrl 1.3.6.1.4.1.171.14.18.1.3
OBJECT IDENTIFIER    

dFsDriveInfoTable 1.3.6.1.4.1.171.14.18.1.3.1
This table consists of a list the information of the storage media available on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DFsDriveInfoEntry

dFsDriveInfoEntry 1.3.6.1.4.1.171.14.18.1.3.1.1
The entry indicates the information for a drive.
Status: current Access: not-accessible
OBJECT-TYPE    
  DFsDriveInfoEntry  

dFsDriveInfoUnitID 1.3.6.1.4.1.171.14.18.1.3.1.1.1
This object indicates the unit (stacking device) or slot (chassis device) ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

dFsDriveInfoDriveID 1.3.6.1.4.1.171.14.18.1.3.1.1.2
This object indicates the drive ID of the entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER a(1), b(2), c(3), d(4), e(5), f(6), g(7), h(8), i(9), j(10), k(11), l(12), m(13), n(14), o(15), p(16), q(17), r(18), s(19), t(20), u(21), v(22), w(23), x(24), y(25), z(26)  

dFsDriveInfoMediaType 1.3.6.1.4.1.171.14.18.1.3.1.1.3
Indicates the media type of drive.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

dFsDriveInfoSize 1.3.6.1.4.1.171.14.18.1.3.1.1.4
Indicates the total size (in MBytes) of the drive.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

dFsDriveInfoFsType 1.3.6.1.4.1.171.14.18.1.3.1.1.5
Indicates the FS type on the drive. The special value of 'other' indicates this drive has not be formated.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(0), ffs(1), fat16(2), fat32(3)  

dFsDriveInfoLabel 1.3.6.1.4.1.171.14.18.1.3.1.1.6
Indicates the label of drive. This object cannot be modified after a drive is formated.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..11)  

dFsDriveInfoFormatDrive 1.3.6.1.4.1.171.14.18.1.3.1.1.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER format(1), noOp(2)  

dFsCompliances 1.3.6.1.4.1.171.14.18.2.1
OBJECT IDENTIFIER    

dFsGroups 1.3.6.1.4.1.171.14.18.2.2
OBJECT IDENTIFIER    

dFsMIBCompliance 1.3.6.1.4.1.171.14.18.2.1.1
The compliance statement for entities which implement the DLINKSW-FS-MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

dFsBasicGroup 1.3.6.1.4.1.171.14.18.2.2.1
A collection of objects executes basic operation of FS.
Status: current Access: read-write
OBJECT-GROUP    

dFsDriveGroup 1.3.6.1.4.1.171.14.18.2.2.2
A collection of objects executes drive operation of FS.
Status: current Access: read-write
OBJECT-GROUP