DLINKSW-SYSTEM-FILE-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINKSW-SYSTEM-FILE-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
 dlinkSwSystemFileMIB 1.3.6.1.4.1.171.14.14
This MIB module defines objects for managing system critical files (e.g configuration and firmware.)
       dsfMIBNotifications 1.3.6.1.4.1.171.14.14.0
           dsfUploadImage 1.3.6.1.4.1.171.14.14.0.1
The notification is sent when the user uploads image file successfully.
           dsfDownloadImage 1.3.6.1.4.1.171.14.14.0.2
The notification is sent when the user downloads image file successfully.
           dsfUploadCfg 1.3.6.1.4.1.171.14.14.0.3
The notification is sent when the user uploads configuration file successfully.
           dsfDownloadCfg 1.3.6.1.4.1.171.14.14.0.4
The notification is sent when the user downloads configuration file successfully.
           dsfSaveCfg 1.3.6.1.4.1.171.14.14.0.5
The notification is sent when the user saves configuration file successfully.
       dsfMIBObjects 1.3.6.1.4.1.171.14.14.1
           dsfBootInfoObjects 1.3.6.1.4.1.171.14.14.1.1
               dsfNextBootCfgUrl 1.3.6.1.4.1.171.14.14.1.1.1 octet string read-write
This object indicates the URL of the file to be used as the startup configuration file.
               dsfNextBootImageUrl 1.3.6.1.4.1.171.14.14.1.1.2 octet string read-write
This object indicates the URL of the file to be used as boot image file.
               dsfCheckingBootImageCheck 1.3.6.1.4.1.171.14.14.1.1.3 truthvalue read-write
This object indicates whether displays the information of the specified next boot image to let user understand whether the specified file is suitable to be a boot image or not, which some information should be displayed such as purpose of the file, version number, time stamp, and checksum etc. The object dsfBootCheckResult indicates the checking result.
               dsfBootImageCheckResult 1.3.6.1.4.1.171.14.14.1.1.4 displaystring read-only
This object indicates the information of the specified next boot image such as the purpose of the file, version number, time stamp, and checksum etc. This object is meaningful when dsfNextBootImageUrl is not empty and dsfBootCheckImage is 'true'.
               dsfBootImageTable 1.3.6.1.4.1.171.14.14.1.1.5 no-access
The table is used to display information for boot images of units.
                   dsfBootImageEntry 1.3.6.1.4.1.171.14.14.1.1.5.1 no-access
An entry contains version information of a unit.
                       dsfBootImageUnitId 1.3.6.1.4.1.171.14.14.1.1.5.1.1 unsigned32 no-access
This object indicates the unit (stacking device) or slot (chassis device) ID.
                       dsfBootImageIndex 1.3.6.1.4.1.171.14.14.1.1.5.1.2 unsigned32 no-access
This object indicates the index of boot image.
                       dsfBootImageUrl 1.3.6.1.4.1.171.14.14.1.1.5.1.3 octet string read-only
This object indicates the file name and path of the entry.
                       dsfBootImageInWorking 1.3.6.1.4.1.171.14.14.1.1.5.1.4 truthvalue read-only
This object indicates whether the entry is the current boot image.
               dsfBootCfgFileTable 1.3.6.1.4.1.171.14.14.1.1.6 no-access
The table is used to display boot configuration file of units.
                   dsfBootCfgFileEntry 1.3.6.1.4.1.171.14.14.1.1.6.1 no-access
An entry contains the information for boot configuration file of a unit.
                       dsfBootCfgFileUnitId 1.3.6.1.4.1.171.14.14.1.1.6.1.1 unsigned32 no-access
This object indicates the unit (stacking device) or slot (chassis device) ID.
                       dsfBootCfgFileUrl 1.3.6.1.4.1.171.14.14.1.1.6.1.2 octet string read-only
This object indicates the file name and path of the entry.
           dsfCopyTable 1.3.6.1.4.1.171.14.14.1.2 no-access
A table contains the information for file copy. There will at any time be either 0 or 1 row in this table, and the only valid index for this table is 1. It is only a table so that we may take advantage of the RowStatus textual convention for configuring the copying parameters.
               dsfCopyEntry 1.3.6.1.4.1.171.14.14.1.2.1 no-access
An entry contains parameters for copy.
                   dsfCopyIndex 1.3.6.1.4.1.171.14.14.1.2.1.1 unsigned32 no-access
This object uniquely identifies this row. The only legal value for this object is 1.
                   dsfCopyType 1.3.6.1.4.1.171.14.14.1.2.1.2 integer read-only
This object indicates the type of the copy. 'localToLocal' - Copy file within the system. 'localToTftpRemote' - Upload file remote host via TFTP. 'localToFtpRemote' - Upload file remote host via FTP. 'localToRcpRemote' - Upload file remote host via RCP. 'tftpRemoteToLocal' - Download file from remote host via TFTP. 'ftpRemoteToLocal' - Download file from remote host via FTP. 'rcpRemoteToLocal' - Download file from remote host via RCP. Enumeration: 'localToLocal': 1, 'localToFtpRemote': 3, 'localToTftpRemote': 2, 'ftpRemoteToLocal': 6, 'tftpRemoteToLocal': 5, 'localToRcpRemote': 4, 'rcpRemoteToLocal': 7.
                   dsfCopySrcUrl 1.3.6.1.4.1.171.14.14.1.2.1.3 octet string read-only
This object indicates the source URL for the source file to be copied. The special form 'startup-config','running-config','system-log', and 'attack-log' are reserved to indicate the system files.
                   dsfCopyDstUrl 1.3.6.1.4.1.171.14.14.1.2.1.4 octet string read-only
This object indicates the destination URL for the copied file. The special form 'startup-config' and 'running-config' are reserved to indicate the system files.
                   dsfCopyRemoteAddrType 1.3.6.1.4.1.171.14.14.1.2.1.5 inetaddresstype read-only
This object indicates the type of address of the remote host. This object is meaningless if dsfCopyType is 'localToLocal'.
                   dsfCopyRemoteAddr 1.3.6.1.4.1.171.14.14.1.2.1.6 inetaddress read-only
This object indicates the address of the remote host. This object is meaningless if dsfCopyType is 'localToLocal'.
                   dsfCopyUsrName 1.3.6.1.4.1.171.14.14.1.2.1.7 displaystring read-only
This object indicates the user name on the source FTP/RCP server. This object is meaningful only when the object dsfCopyType is 'localToFtpRemote', 'localToRcpRemote', 'ftpRemoteToLocal, or 'rcpRemoteToLocal'.
                   dsfCopyUsrPwd 1.3.6.1.4.1.171.14.14.1.2.1.8 displaystring read-only
This object indicates the password for the user. This object is meaningful only when the object dsfCopyType is 'localToFtpRemote' or 'ftpRemoteToLocal'.
                   dsfCopyRemoteTcpPort 1.3.6.1.4.1.171.14.14.1.2.1.9 unsigned32 read-only
This object indicates the TCP port on the remote FTP server.
                   dsfCopyVrfName 1.3.6.1.4.1.171.14.14.1.2.1.10 displaystring read-only
This object indicates the name of the VRF instance to which the TFTP/FTP/RCP server belongs.
                   dsfCopyErrorStatus 1.3.6.1.4.1.171.14.14.1.2.1.11 displaystring read-only
Status of file copy.
                   dsfCopyRowStatus 1.3.6.1.4.1.171.14.14.1.2.1.12 rowstatus read-only
The status of this conceptual row. The writable columns in a row cannot be changed if the row is 'active'.
           dsfCfgReplaceTable 1.3.6.1.4.1.171.14.14.1.3 no-access
A table contains the information for replacing the current running configuration file. There will at any time be either 0 or 1 row in this table, and the only valid index for this table is 1.
               dsfCfgReplaceEntry 1.3.6.1.4.1.171.14.14.1.3.1 no-access
An entry contains parameters for configure replace.
                   dsfCfgReplaceIndex 1.3.6.1.4.1.171.14.14.1.3.1.1 unsigned32 no-access
This object uniquely identifies this row. The only legal value for this object is 1.
                   dsfCfgReplaceSrcType 1.3.6.1.4.1.171.14.14.1.3.1.2 integer read-only
This object indicates where to get the file to replace the current running configuration. 'local' - Get the replacing configuration file from the system. 'tftpRemote' - Get the replacing configuration file from remote host via TFTP. 'ftpRemote' - Get the replacing configuration file from remote host via FTP. 'rcpRemote' - Get the replacing configuration file from remote host via RCP. Enumeration: 'rcpRemote': 4, 'tftpRemote': 2, 'local': 1, 'ftpRemote': 3.
                   dsfCfgReplaceSrcUrl 1.3.6.1.4.1.171.14.14.1.3.1.3 octet string read-only
This object indicates the source URL for the source configuration file to be executed.
                   dsfCfgReplaceRemoteAddrType 1.3.6.1.4.1.171.14.14.1.3.1.4 inetaddresstype read-only
This object indicates the type of address of the remote host. This object is meaningless if dsfCfgReplaceSrcType is 'local'.
                   dsfCfgReplaceRemoteAddr 1.3.6.1.4.1.171.14.14.1.3.1.5 inetaddress read-only
This object indicates the address of the remote host. This object is meaningless if dsfCfgReplaceSrcType is 'local'.
                   dsfCfgReplaceUsrName 1.3.6.1.4.1.171.14.14.1.3.1.6 displaystring read-only
This object indicates the user name on the source FTP/RCP server. This object is meaningful only when the object dsfCfgReplaceSrcType is 'ftpRemote', 'rcpRemote'.
                   dsfCfgReplaceUsrPwd 1.3.6.1.4.1.171.14.14.1.3.1.7 displaystring read-only
This object indicates the password for the user. This object is meaningful only when the object dsfCfgReplaceSrcType is 'ftpRemote'.
                   dsfCfgReplaceRemoteTcpPort 1.3.6.1.4.1.171.14.14.1.3.1.8 unsigned32 read-only
This object indicates the TCP port on the remote FTP server.
                   dsfCfgReplaceVrfName 1.3.6.1.4.1.171.14.14.1.3.1.9 displaystring read-only
This object indicates the name of the VRF instance to which the TFTP/FTP/RCP server belongs.
                   dsfCfgReplaceErrorStatus 1.3.6.1.4.1.171.14.14.1.3.1.10 displaystring read-only
This object indicates the processing status about the replacement of current running configuration.
                   dsfCfgReplaceRowStatus 1.3.6.1.4.1.171.14.14.1.3.1.11 rowstatus read-only
The status of this conceptual row. The writable columns in a row cannot be changed if the row is 'active'.
           dsfIpSrcIfObjects 1.3.6.1.4.1.171.14.14.1.4
               dsfIpTftpSrcIf 1.3.6.1.4.1.171.14.14.1.4.1 interfaceindexorzero read-write
This object specifies the interface whose IP address will be used as the source address for initiating TFTP packets. The special value of 0 indicates the interface is not specified, and IP address of the closest interface will be used.
               dsfIpFtpSrcIf 1.3.6.1.4.1.171.14.14.1.4.2 interfaceindexorzero read-write
This object specifies the interface whose IP address will be used as the source address for initiating FTP packets. The special value of 0 indicates the interface is not specified, and IP address of the closest interface will be used.
               dsfIpRcpSrcIf 1.3.6.1.4.1.171.14.14.1.4.3 interfaceindexorzero read-write
This object specifies the interface whose IP address will be used as the source address for initiating RCP packets. The special value of 0 indicates the interface is not specified, and IP address of the closest interface will be used.
           dsfClearRunCfg 1.3.6.1.4.1.171.14.14.1.5 integer read-write
This object is used to clear running-config when set to 'clear'. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned. Enumeration: 'clear': 1, 'noOp': 2.
           dsfResetSystem 1.3.6.1.4.1.171.14.14.1.6 integer read-write
This object is used to reset system when set to 'reset'. It will clear system configuration, save and reboot the system. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned. Enumeration: 'reset': 1, 'noOp': 2.
       dsfMIBConformance 1.3.6.1.4.1.171.14.14.2
           dsfCompliances 1.3.6.1.4.1.171.14.14.2.1
               dsfCompliance 1.3.6.1.4.1.171.14.14.2.1.1
The compliance statement for entities which implement the DLINKSW-SYSTEM-FILE-MIB.
           dsfGroups 1.3.6.1.4.1.171.14.14.2.2
               dsfBootInfoGroup 1.3.6.1.4.1.171.14.14.2.2.1
A collection of objects providing information about the boot configuration and boot image.
               dsfCopyGroup 1.3.6.1.4.1.171.14.14.2.2.2
A collection of objects providing information for the parameters of the copy function.
               dsfCfgReplaceGroup 1.3.6.1.4.1.171.14.14.2.2.3
A collection of objects providing information for the parameters of the configure replace function.
               dsfIpSrcIfGroup 1.3.6.1.4.1.171.14.14.2.2.4
A collection of objects providing information about the interface whose IP address will be used as the source address for initiating TFTP/FTP/RCP packets.
               dsfClearCfgGroup 1.3.6.1.4.1.171.14.14.2.2.5
An object providing the clear function.