FILE-SYSTEM-MIB

File: FILE-SYSTEM-MIB.mib (26410 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY mib-2 OBJECT-TYPE
Integer32 Gauge32 Counter32
NOTIFICATION-TYPE DisplayString MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP dlink-common-mgmt

Defined Types

SwFSDriveInfoEntry  
SEQUENCE    
  swFSDriveInfoIndex INTEGER
  swFSDriveInfoDriveID INTEGER
  swFSDriveInfoType DisplayString
  swFSDriveInfoSize Integer32
  swFSDriveInfoPartition DisplayString
  swFSDriveInfoFStype DisplayString

SwFSDriveInfoStackEntry  
SEQUENCE    
  swFSDriveInfoStackUnitID INTEGER
  swFSDriveInfoStackIndex INTEGER
  swFSDriveInfoStackDriveID INTEGER
  swFSDriveInfoStackType DisplayString
  swFSDriveInfoStackSize Integer32
  swFSDriveInfoStackPartition DisplayString
  swFSDriveInfoStackFStype DisplayString

SwFSDirectoryEntry  
SEQUENCE    
  swFSDirectoryName DisplayString
  swFSDirectoryAttr INTEGER
  swFSDirectoryTime DisplayString
  swFSDirectorySize INTEGER

Defined Values

swFileSystemMIB 1.3.6.1.4.1.171.12.14
The MIB module for managing file system.
MODULE-IDENTITY    

swFSBasicInfo 1.3.6.1.4.1.171.12.14.1
OBJECT IDENTIFIER    

swFSDriveCtrl 1.3.6.1.4.1.171.12.14.2
OBJECT IDENTIFIER    

swFSDirectoryCtrl 1.3.6.1.4.1.171.12.14.3
OBJECT IDENTIFIER    

swFSFileCtrl 1.3.6.1.4.1.171.12.14.4
OBJECT IDENTIFIER    

swFSCopyCtrl 1.3.6.1.4.1.171.12.14.5
OBJECT IDENTIFIER    

swFSMoveCtrl 1.3.6.1.4.1.171.12.14.6
OBJECT IDENTIFIER    

swFSBasicInfoCtrlStatus 1.3.6.1.4.1.171.12.14.1.1
This object describes users operations regarding the file status, such as media format, file copying, deleting files, making directories, deleting directories and renaming files. This object will return current status values.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(0), start(1), finish(2), in-process(3), fail(4), invalid-drive-name(5), same-file-name(6), root-area-full(7), insufficient-disk(8), invalid-directory(9), file-readonly(10), exist-same-directory(11), exist-file-in-directory(12), no-file-or-dir(13), no-format(14), no-storage-media(15), fs-no-match-media(16), error-input(17), error-char(18), error-filename(19), access-media-error(20)  

swFSBasicInfoCtrlProcess 1.3.6.1.4.1.171.12.14.1.2
This object indicates the current user operation process as a percentage.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..100  

swFSDriveInfoTable 1.3.6.1.4.1.171.12.14.2.1
This table will display information regarding the drive.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwFSDriveInfoEntry

swFSDriveInfoEntry 1.3.6.1.4.1.171.12.14.2.1.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwFSDriveInfoEntry  

swFSDriveInfoIndex 1.3.6.1.4.1.171.12.14.2.1.1.1
This object will index drive entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

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

swFSDriveInfoType 1.3.6.1.4.1.171.12.14.2.1.1.3
Indicates the drive type.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSDriveInfoSize 1.3.6.1.4.1.171.12.14.2.1.1.4
Indicates the drive size.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

swFSDriveInfoPartition 1.3.6.1.4.1.171.12.14.2.1.1.5
Indicates the drive partition.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSDriveInfoFStype 1.3.6.1.4.1.171.12.14.2.1.1.6
Indicates the FS type.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSDriveFormatCtrl 1.3.6.1.4.1.171.12.14.2.2
OBJECT IDENTIFIER    

swFSDriveFormatDriveID 1.3.6.1.4.1.171.12.14.2.2.1
Used to assign a format type to the drive ID. If none (1) is specified, the switch will default to the current drive.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(0), 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)  

swFSDriveFormatFat 1.3.6.1.4.1.171.12.14.2.2.2
Use to assign FS type.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fat16(1), fat32(2)  

swFSDriveFormatLabelName 1.3.6.1.4.1.171.12.14.2.2.3
Use to label a name for this drive.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..8)  

swFSDriveFormatType 1.3.6.1.4.1.171.12.14.2.2.4
Use to select format type: fast: clear the file and directory information in the partion header. full: clear the file and directory information in the partion header and the all data sectors in the partion. full-with-mbr: clear all data sectors in the disk ( or on the storage drive) and rebuild the partion information.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fast(1), full(2), full-with-mbr(3)  

swFSDriveFormatActivity 1.3.6.1.4.1.171.12.14.2.2.5
When this object is set to start(2),the device will begin to format the designated drive.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), start(2)  

swFSDriveChangeCtrl 1.3.6.1.4.1.171.12.14.2.3
OBJECT IDENTIFIER    

swFSDriveChangeUnitID 1.3.6.1.4.1.171.12.14.2.3.1
Use to assign the current unit ID. If it is not specified, it refers to the master unit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

swFSDriveChangeDriveID 1.3.6.1.4.1.171.12.14.2.3.2
Specifies the drive ID. To set this object will change the current drive.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), a(2), b(3), c(4), d(5), e(6), f(7), g(8), h(9), i(10), j(11), k(12), l(13), m(14), n(15), o(16), p(17), q(18), r(19), s(20), t(21), u(22), v(23), w(24), x(25), y(26), z(27)  

swFSDriveCurrentDirectory 1.3.6.1.4.1.171.12.14.2.3.3
Change the current directory to this directory. The path name can be specified either as a full path name or partial name. Entering a partial path name denotes that the directory is to be a part of the current directory.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..64)  

swFSDriveInfoStackTable 1.3.6.1.4.1.171.12.14.2.4
This table indicates information about the drives of devices stacked with the current device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwFSDriveInfoStackEntry

swFSDriveInfoStackEntry 1.3.6.1.4.1.171.12.14.2.4.1
A list of information about each drive of devices stacked with this device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwFSDriveInfoStackEntry  

swFSDriveInfoStackUnitID 1.3.6.1.4.1.171.12.14.2.4.1.1
The Unit ID of each device stacked with the current device.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swFSDriveInfoStackIndex 1.3.6.1.4.1.171.12.14.2.4.1.2
The drive index of each device stacked with the current device.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

swFSDriveInfoStackDriveID 1.3.6.1.4.1.171.12.14.2.4.1.3
Indicates the drive ID.
Status: current Access: read-only
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)  

swFSDriveInfoStackType 1.3.6.1.4.1.171.12.14.2.4.1.4
Indicates the drive type.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSDriveInfoStackSize 1.3.6.1.4.1.171.12.14.2.4.1.5
Indicates the drive size.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

swFSDriveInfoStackPartition 1.3.6.1.4.1.171.12.14.2.4.1.6
Indicates the drive partition.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSDriveInfoStackFStype 1.3.6.1.4.1.171.12.14.2.4.1.7
Indicates the FS type.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSDirectoryMake 1.3.6.1.4.1.171.12.14.3.1
make directory (md/mkdir). Used to create a directory on a drive.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSDirectoryDel 1.3.6.1.4.1.171.12.14.3.2
delete directory (rd/rmdir). Used to delete a directory on a drive.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSctrlDirectoryDir 1.3.6.1.4.1.171.12.14.3.3
OBJECT IDENTIFIER    

swFSDirectoryPath 1.3.6.1.4.1.171.12.14.3.3.1
Used to control the path directory.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSDirectoryTable 1.3.6.1.4.1.171.12.14.3.3.2
This table lists file and directory information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwFSDirectoryEntry

swFSDirectoryEntry 1.3.6.1.4.1.171.12.14.3.3.2.1
.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwFSDirectoryEntry  

swFSDirectoryName 1.3.6.1.4.1.171.12.14.3.3.2.1.1
Indicates a file name or directory in this directory.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSDirectoryAttr 1.3.6.1.4.1.171.12.14.3.3.2.1.2
Displays the attributes of this entry. dir(1) - it's a directory. file(2) - it's a file.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dir(1), file(2)  

swFSDirectoryTime 1.3.6.1.4.1.171.12.14.3.3.2.1.3
Indicates the time of creation or modification of this file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

swFSDirectorySize 1.3.6.1.4.1.171.12.14.3.3.2.1.4
Indicates the file size.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swFSFileRename 1.3.6.1.4.1.171.12.14.4.1
OBJECT IDENTIFIER    

swFSFileSourceName 1.3.6.1.4.1.171.12.14.4.1.1
Use to assign the source file to copy. Please input path and filename to rename.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSFileTargetName 1.3.6.1.4.1.171.12.14.4.1.2
Use to assign the destination file to copy. Please input path and filename to rename.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSFileRenameActivity 1.3.6.1.4.1.171.12.14.4.1.3
When this object is set to start(2), the device will begin renaming the file.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), start(2)  

swFSFileDel 1.3.6.1.4.1.171.12.14.4.2
OBJECT IDENTIFIER    

swFSFileDelName 1.3.6.1.4.1.171.12.14.4.2.1
Use to delete a file. Please input path and filename to delete.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSFileDelOption 1.3.6.1.4.1.171.12.14.4.2.2
When this object is set to none(1), the file will be deleted. When this object is set to recursive(2), the directory will be deleted despite of whether there is any file in it.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), recursive(2)  

swFSFileDelActivity 1.3.6.1.4.1.171.12.14.4.2.3
When this object is set to start(2), the device will begin deleting the file.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), start(2)  

swFSCopySourceName 1.3.6.1.4.1.171.12.14.5.1
Use to assign the source file to copy. Please input path and filename.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSCopyDestinationName 1.3.6.1.4.1.171.12.14.5.2
Use to assign the destination file to copy. Please input path and filename.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSCopyActivity 1.3.6.1.4.1.171.12.14.5.3
This command is used to copy a file to another file in the file system. A file located in a drive of a unit can be copied to another file located in another drive of another unit. For any project that does not support the file system on the flash, the system file such as runtime image/configuration / prom /log can still be copied to media or from media that supports the file system via this command using the reserved keyword. The keyword here refers to image-id, config-id, prom, or log.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), start(2), file-to-file(3), file-to-image(4), file-to-config(5), file-to-prom(6), image-to-file(7), config-to-file(8), log-to-file(9), prom-to-file(10)  

swFSCopyDestinationUnitID 1.3.6.1.4.1.171.12.14.5.4
Use to assign the destination unit ID to copy. If it is specified, swFSCopyDestinationDriveID should be specified also. If it is not specified, it refers to the current unit specified by swFSDriveChangeUnitID. If the current unit is not specified also, it refers to the master unit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

swFSCopyDestinationDriveID 1.3.6.1.4.1.171.12.14.5.5
Specifies the destination drive ID to copy. If swFSCopyDestinationUnitID is specified, this object should be specified also. If it is not specified, it refers to the current drive specified by swFSDriveChangeDriveID.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), a(2), b(3), c(4), d(5), e(6), f(7), g(8), h(9), i(10), j(11), k(12), l(13), m(14), n(15), o(16), p(17), q(18), r(19), s(20), t(21), u(22), v(23), w(24), x(25), y(26), z(27)  

swFSCopyConfigID 1.3.6.1.4.1.171.12.14.5.6
Specifies the specific configuration to copied.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

swFSCopyImageID 1.3.6.1.4.1.171.12.14.5.7
Specifies the specific firmware image to copied.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

swFSMoveSourceName 1.3.6.1.4.1.171.12.14.6.1
Use to assign the source file to move. Please input path and filename.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSMoveDestinationUnitID 1.3.6.1.4.1.171.12.14.6.2
Use to assign the destination unit ID to move. If it is specified, swFSMoveDestinationDriveID should be specified also. If it is not specified, it refers to the current unit specified by swFSDriveChangeUnitID. If the current unit is not specified also, it refers to the master unit.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

swFSMoveDestinationDriveID 1.3.6.1.4.1.171.12.14.6.3
Specifies the destination drive ID to move. If swFSMoveDestinationUnitID is specified, this object should be specified also. If it is not specified, it refers to the current drive specified by swFSDriveChangeDriveID.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), a(2), b(3), c(4), d(5), e(6), f(7), g(8), h(9), i(10), j(11), k(12), l(13), m(14), n(15), o(16), p(17), q(18), r(19), s(20), t(21), u(22), v(23), w(24), x(25), y(26), z(27)  

swFSMoveDestinationName 1.3.6.1.4.1.171.12.14.6.4
Use to assign the destination file to move. Please input path and filename.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

swFSMoveActivity 1.3.6.1.4.1.171.12.14.6.5
When this object is set to start(2), the device will begin moving the file.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), start(2)