DLINK-3100-COPY-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINK-3100-COPY-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
     rlCopyFinished 1.3.6.1.4.1.171.10.94.89.89.0.180
Informational trap indicating that the device has finished a copy operation successfully.
     rlCopyFailed 1.3.6.1.4.1.171.10.94.89.89.0.181
Informational trap indicating that the copy operation has failed.
     rlCopySWFinished 1.3.6.1.4.1.171.10.94.89.89.0.211
A trap indicating that the device has finished a copy operation of image successfully.
     rlCopySWToUnits 1.3.6.1.4.1.171.10.94.89.89.0.212
A trap indicating to master unit that remote units have finished a copy operation of image successfully.
 rlCopy 1.3.6.1.4.1.171.10.94.89.89.87
The private MIB module definition for file copy in DLINK-3100 devices.
       rlCopyMibVersion 1.3.6.1.4.1.171.10.94.89.89.87.1 integer read-only
Indicates the Copy support version. The current version is 1.
       rlCopyTable 1.3.6.1.4.1.171.10.94.89.89.87.2 no-access
The (conceptual) table listing only one entry at a time with parameters needed for configuration of the file copy action.
           rlCopyEntry 1.3.6.1.4.1.171.10.94.89.89.87.2.1 no-access
An entry (conceptual row) in the CopyTable.
               rlCopyIndex 1.3.6.1.4.1.171.10.94.89.89.87.2.1.1 integer read-only
The row index in the table.
               rlCopyApplicationId 1.3.6.1.4.1.171.10.94.89.89.87.2.1.2 rlcopyapplicationtype read-only
The applicatione activated this comand
               rlCopySourceLocation 1.3.6.1.4.1.171.10.94.89.89.87.2.1.3 rlcopylocationtype read-write
Source File Location
               rlCopySourceIpAddress 1.3.6.1.4.1.171.10.94.89.89.87.2.1.4 ipaddress read-write
The Ip address of the source remote host
               rlCopySourceUnitNumber 1.3.6.1.4.1.171.10.94.89.89.87.2.1.5 integer read-write
The unit number of the source unit
               rlCopySourceFileName 1.3.6.1.4.1.171.10.94.89.89.87.2.1.6 displaystring read-write
The name of the source file.
               rlCopySourceFileType 1.3.6.1.4.1.171.10.94.89.89.87.2.1.7 rlcopyfiletype read-write
The type of the source file.
               rlCopyDestinationLocation 1.3.6.1.4.1.171.10.94.89.89.87.2.1.8 rlcopylocationtype read-write
Destination File Location
               rlCopyDestinationIpAddress 1.3.6.1.4.1.171.10.94.89.89.87.2.1.9 ipaddress read-write
The Ip address of the destination remote host
               rlCopyDestinationUnitNumber 1.3.6.1.4.1.171.10.94.89.89.87.2.1.10 integer read-write
The unit number of the destination unit, value 257 means all units
               rlCopyDestinationFileName 1.3.6.1.4.1.171.10.94.89.89.87.2.1.11 displaystring read-write
The name of the destination file.
               rlCopyDestinationFileType 1.3.6.1.4.1.171.10.94.89.89.87.2.1.12 rlcopyfiletype read-write
The type of the destination file.
               rlCopyUpTime 1.3.6.1.4.1.171.10.94.89.89.87.2.1.13 timeticks read-only
The time elapsed since this entry was created.
               rlCopyOperationState 1.3.6.1.4.1.171.10.94.89.89.87.2.1.14 integer read-only
The state of the copy operation. Enumeration: 'copyTimedout': 4, 'downloadInProgress': 2, 'copyFinished': 5, 'copyFailed': 3, 'uploadInProgress': 1.
               rlCopyBytesTransferred 1.3.6.1.4.1.171.10.94.89.89.87.2.1.15 integer read-only
The number of bytes that were transferred by the copy operation.
               rlCopyInBackground 1.3.6.1.4.1.171.10.94.89.89.87.2.1.16 integer read-write
When enabled the copy operation is done in the background. Enumeration: 'enable': 1, 'disable': 2.
               rlCopyRowStatus 1.3.6.1.4.1.171.10.94.89.89.87.2.1.17 rowstatus read-write
It is used to insert or delete an entry
               rlCopyHistoryIndex 1.3.6.1.4.1.171.10.94.89.89.87.2.1.18 integer read-write
The index of the entry corresponding to this one in the rlCopyHistoryTable (equals rlCopyHistoryHistoryIndex). A value of 0 indicates that no history entry should be kept for this copy operation.
       rlCopyFreeHistoryIndex 1.3.6.1.4.1.171.10.94.89.89.87.3 integer read-only
Gives the next free index in the rlCopyHistoryTable (i.e., the next available value for rlCopyHistoryHistoryIndex)
       rlCopyHistoryTable 1.3.6.1.4.1.171.10.94.89.89.87.4 no-access
The (conceptual) table listing only one entry at a time with parameters needed for configuration of the file copy action.
           rlCopyHistoryEntry 1.3.6.1.4.1.171.10.94.89.89.87.4.1 no-access
An entry (conceptual row) in the rlCopyHistoryTable.
               rlCopyHistoryHistoryIndex 1.3.6.1.4.1.171.10.94.89.89.87.4.1.1 integer read-only
The row index in the table.
               rlCopyHistoryApplicationId 1.3.6.1.4.1.171.10.94.89.89.87.4.1.2 rlcopyapplicationtype read-only
The application that activated this comand
               rlCopyHistorySourceLocation 1.3.6.1.4.1.171.10.94.89.89.87.4.1.3 rlcopylocationtype read-write
Source File Location
               rlCopyHistorySourceIpAddress 1.3.6.1.4.1.171.10.94.89.89.87.4.1.4 ipaddress read-write
The IP address of the source remote host
               rlCopyHistorySourceUnitNumber 1.3.6.1.4.1.171.10.94.89.89.87.4.1.5 integer read-write
The unit number of the source unit
               rlCopyHistorySourceFileName 1.3.6.1.4.1.171.10.94.89.89.87.4.1.6 displaystring read-write
The name of the source file.
               rlCopyHistorySourceFileType 1.3.6.1.4.1.171.10.94.89.89.87.4.1.7 rlcopyfiletype read-write
The type of the source file.
               rlCopyHistoryDestinationLocation 1.3.6.1.4.1.171.10.94.89.89.87.4.1.8 rlcopylocationtype read-write
Destination File Location
               rlCopyHistoryDestinationIpAddress 1.3.6.1.4.1.171.10.94.89.89.87.4.1.9 ipaddress read-write
The IP address of the destination remote host
               rlCopyHistoryDestinationUnitNumber 1.3.6.1.4.1.171.10.94.89.89.87.4.1.10 integer read-write
The unit number of the destination unit
               rlCopyHistoryDestinationFileName 1.3.6.1.4.1.171.10.94.89.89.87.4.1.11 displaystring read-write
The name of the destination file.
               rlCopyHistoryDestinationFileType 1.3.6.1.4.1.171.10.94.89.89.87.4.1.12 rlcopyfiletype read-write
The type of the destination file.
               rlCopyHistoryUpTime 1.3.6.1.4.1.171.10.94.89.89.87.4.1.13 timeticks read-only
The time elapsed since this entry was created.
               rlCopyHistoryOperationState 1.3.6.1.4.1.171.10.94.89.89.87.4.1.14 integer read-only
The state of the copy operation. Enumeration: 'copyTimedout': 4, 'downloadInProgress': 2, 'copyFinished': 5, 'copyFailed': 3, 'uploadInProgress': 1.
               rlCopyHistoryBytesTransferred 1.3.6.1.4.1.171.10.94.89.89.87.4.1.15 integer read-only
The number of bytes that were transferred by the copy operation.
               rlCopyHistoryInBackground 1.3.6.1.4.1.171.10.94.89.89.87.4.1.16 integer read-write
When enabled the copy operation is done in the background. Enumeration: 'enable': 1, 'disable': 2.
               rlCopyHistoryRowStatus 1.3.6.1.4.1.171.10.94.89.89.87.4.1.17 rowstatus read-write
It is used delete an entry. No other operations are permitted since the history table is populated and updated through the copy table only.
               rlCopyHistoryErrorMessage 1.3.6.1.4.1.171.10.94.89.89.87.4.1.18 displaystring read-only
Error message as a result of failed copy action.
       rlCopyAuditingEnable 1.3.6.1.4.1.171.10.94.89.89.87.5 truthvalue read-write
Controls whether SysLog messages should be issued on file copy events
       rlCopyMessagesTable 1.3.6.1.4.1.171.10.94.89.89.87.6 no-access
The table listing the messages issued during a COPY operation.
           rlCopyMessagesEntry 1.3.6.1.4.1.171.10.94.89.89.87.6.1 no-access
An entry (conceptual row) in the rlCopyMessagesTable.
               rlCopyMessagesCopyIndex 1.3.6.1.4.1.171.10.94.89.89.87.6.1.1 integer no-access
The index of the copy operation whose messages are displayed.
               rlCopyMessagesMessageIndex 1.3.6.1.4.1.171.10.94.89.89.87.6.1.2 integer no-access
The index of the displayed message.
               rlCopyMessagesMessageText 1.3.6.1.4.1.171.10.94.89.89.87.6.1.3 displaystring read-only
The text of the message occurred in the copy operation.
               rlCopyMessagesStatus 1.3.6.1.4.1.171.10.94.89.89.87.6.1.4 rowstatus read-write
Only destroy is supported.
       rlCopyMessagesTableRemoveEntries 1.3.6.1.4.1.171.10.94.89.89.87.7 integer read-write
Setting this object with value n will remove all entries associated with copy operation represented by the value n from the rlCopyMessagesTable, i.e. all the entries with rlCopyMessagesCopyIndex = n.
       rlCopyInetTable 1.3.6.1.4.1.171.10.94.89.89.87.8 no-access
The (conceptual) table listing only one entry at a time with parameters needed for configuration of the file copy action.
           rlCopyInetEntry 1.3.6.1.4.1.171.10.94.89.89.87.8.1 no-access
An entry (conceptual row) in the CopyTable.
               rlCopyInetIndex 1.3.6.1.4.1.171.10.94.89.89.87.8.1.1 integer read-only
The row index in the table.
               rlCopyInetApplicationId 1.3.6.1.4.1.171.10.94.89.89.87.8.1.2 rlcopyapplicationtype read-only
The applicatione activated this comand
               rlCopyInetSourceLocation 1.3.6.1.4.1.171.10.94.89.89.87.8.1.3 rlcopylocationtype read-write
Source File Location
               rlCopyInetSourceIpAddressType 1.3.6.1.4.1.171.10.94.89.89.87.8.1.4 inetaddresstype read-write
The Inet address type of the source remote host
               rlCopyInetSourceIpAddress 1.3.6.1.4.1.171.10.94.89.89.87.8.1.5 inetaddress read-write
The Inet address of the source remote host
               rlCopyInetSourceUnitNumber 1.3.6.1.4.1.171.10.94.89.89.87.8.1.6 integer read-write
The unit number of the source unit
               rlCopyInetSourceFileName 1.3.6.1.4.1.171.10.94.89.89.87.8.1.7 displaystring read-write
The name of the source file.
               rlCopyInetSourceFileType 1.3.6.1.4.1.171.10.94.89.89.87.8.1.8 rlcopyfiletype read-write
The type of the source file.
               rlCopyInetDestinationLocation 1.3.6.1.4.1.171.10.94.89.89.87.8.1.9 rlcopylocationtype read-write
Destination File Location
               rlCopyInetDestinationIpAddressType 1.3.6.1.4.1.171.10.94.89.89.87.8.1.10 inetaddresstype read-write
The Inet address type of the destination remote host
               rlCopyInetDestinationIpAddress 1.3.6.1.4.1.171.10.94.89.89.87.8.1.11 inetaddress read-write
The Inet address of the destination remote host
               rlCopyInetDestinationUnitNumber 1.3.6.1.4.1.171.10.94.89.89.87.8.1.12 integer read-write
The unit number of the destination unit, value 257 means all units
               rlCopyInetDestinationFileName 1.3.6.1.4.1.171.10.94.89.89.87.8.1.13 displaystring read-write
The name of the destination file.
               rlCopyInetDestinationFileType 1.3.6.1.4.1.171.10.94.89.89.87.8.1.14 rlcopyfiletype read-write
The type of the destination file.
               rlCopyInetUpTime 1.3.6.1.4.1.171.10.94.89.89.87.8.1.15 timeticks read-only
The time elapsed since this entry was created.
               rlCopyInetOperationState 1.3.6.1.4.1.171.10.94.89.89.87.8.1.16 integer read-only
The state of the copy operation. Enumeration: 'copyTimedout': 4, 'downloadInProgress': 2, 'copyFinished': 5, 'copyFailed': 3, 'uploadInProgress': 1.
               rlCopyInetBytesTransferred 1.3.6.1.4.1.171.10.94.89.89.87.8.1.17 integer read-only
The number of bytes that were transferred by the copy operation.
               rlCopyInetInBackground 1.3.6.1.4.1.171.10.94.89.89.87.8.1.18 integer read-write
When enabled the copy operation is done in the background. Enumeration: 'enable': 1, 'disable': 2.
               rlCopyInetRowStatus 1.3.6.1.4.1.171.10.94.89.89.87.8.1.19 rowstatus read-write
It is used to insert or delete an entry
               rlCopyInetHistoryIndex 1.3.6.1.4.1.171.10.94.89.89.87.8.1.20 integer read-write
The index of the entry corresponding to this one in the rlCopyHistoryTable (equals rlCopyHistoryHistoryIndex). A value of 0 indicates that no history entry should be kept for this copy operation.
       rlCopyHistoryInetTable 1.3.6.1.4.1.171.10.94.89.89.87.9 no-access
The (conceptual) table listing only one entry at a time with parameters needed for configuration of the file copy action.
           rlCopyHistoryInetEntry 1.3.6.1.4.1.171.10.94.89.89.87.9.1 no-access
An entry (conceptual row) in the rlCopyHistoryTable.
               rlCopyHistoryInetHistoryIndex 1.3.6.1.4.1.171.10.94.89.89.87.9.1.1 integer read-only
The row index in the table.
               rlCopyHistoryInetApplicationId 1.3.6.1.4.1.171.10.94.89.89.87.9.1.2 rlcopyapplicationtype read-only
The application that activated this comand
               rlCopyHistoryInetSourceLocation 1.3.6.1.4.1.171.10.94.89.89.87.9.1.3 rlcopylocationtype read-write
Source File Location
               rlCopyHistoryInetSourceIpAddressType 1.3.6.1.4.1.171.10.94.89.89.87.9.1.4 inetaddresstype read-write
The Inet address type of the source remote host
               rlCopyHistoryInetSourceIpAddress 1.3.6.1.4.1.171.10.94.89.89.87.9.1.5 inetaddress read-write
The Inet address of the source remote host
               rlCopyHistoryInetSourceUnitNumber 1.3.6.1.4.1.171.10.94.89.89.87.9.1.6 integer read-write
The unit number of the source unit
               rlCopyHistoryInetSourceFileName 1.3.6.1.4.1.171.10.94.89.89.87.9.1.7 displaystring read-write
The name of the source file.
               rlCopyHistoryInetSourceFileType 1.3.6.1.4.1.171.10.94.89.89.87.9.1.8 rlcopyfiletype read-write
The type of the source file.
               rlCopyHistoryInetDestinationLocation 1.3.6.1.4.1.171.10.94.89.89.87.9.1.9 rlcopylocationtype read-write
Destination File Location
               rlCopyHistoryInetDestinationIpAddressType 1.3.6.1.4.1.171.10.94.89.89.87.9.1.10 inetaddresstype read-write
The Inet address type of the destination remote host
               rlCopyHistoryInetDestinationIpAddress 1.3.6.1.4.1.171.10.94.89.89.87.9.1.11 inetaddress read-write
The Inet address of the destination remote host
               rlCopyHistoryInetDestinationUnitNumber 1.3.6.1.4.1.171.10.94.89.89.87.9.1.12 integer read-write
The unit number of the destination unit
               rlCopyHistoryInetDestinationFileName 1.3.6.1.4.1.171.10.94.89.89.87.9.1.13 displaystring read-write
The name of the destination file.
               rlCopyHistoryInetDestinationFileType 1.3.6.1.4.1.171.10.94.89.89.87.9.1.14 rlcopyfiletype read-write
The type of the destination file.
               rlCopyHistoryInetUpTime 1.3.6.1.4.1.171.10.94.89.89.87.9.1.15 timeticks read-only
The time elapsed since this entry was created.
               rlCopyHistoryInetOperationState 1.3.6.1.4.1.171.10.94.89.89.87.9.1.16 integer read-only
The state of the copy operation. Enumeration: 'copyTimedout': 4, 'downloadInProgress': 2, 'copyFinished': 5, 'copyFailed': 3, 'uploadInProgress': 1.
               rlCopyHistoryInetBytesTransferred 1.3.6.1.4.1.171.10.94.89.89.87.9.1.17 integer read-only
The number of bytes that were transferred by the copy operation.
               rlCopyHistoryInetInBackground 1.3.6.1.4.1.171.10.94.89.89.87.9.1.18 integer read-write
When enabled the copy operation is done in the background. Enumeration: 'enable': 1, 'disable': 2.
               rlCopyHistoryInetRowStatus 1.3.6.1.4.1.171.10.94.89.89.87.9.1.19 rowstatus read-write
It is used delete an entry. No other operations are permitted since the history table is populated and updated through the copy table only.
               rlCopyHistoryInetErrorMessage 1.3.6.1.4.1.171.10.94.89.89.87.9.1.20 displaystring read-only
Error message as a result of failed copy action.
       rlCopyUnitsList 1.3.6.1.4.1.171.10.94.89.89.87.10 integer no-access
Potential list of units used by trap rlCopySWToUnits