RADLAN-COPY-MIB: View SNMP OID List / Download MIB

VENDOR: RND


 Home MIB: RADLAN-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.89.0.180
Informational trap indicating that the device has finished a copy operation successfully.
     rlCopyFailed 1.3.6.1.4.1.89.0.181
Informational trap indicating that the copy operation has failed.
     rlCopySWFinished 1.3.6.1.4.1.89.0.211
A trap indicating that the device has finished a copy operation of image successfully.
     rlCopySWToUnits 1.3.6.1.4.1.89.0.212
A trap indicating to master unit that remote units have finished a copy operation of image successfully.
     rlCopyMirrorFileIllegal 1.3.6.1.4.1.89.0.220
A trap indicating that the mirror configuration file is illegal due to failure of prevoius copy operation/s to mirror-config.
 rlCopy 1.3.6.1.4.1.89.87
Added field rlCopyInetSpecificCopyInfo
       rlCopyMibVersion 1.3.6.1.4.1.89.87.1 integer read-only
Indicates the Copy support version. The current version is 1.
       rlCopyTable 1.3.6.1.4.1.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.89.87.2.1 no-access
An entry (conceptual row) in the CopyTable.
               rlCopyIndex 1.3.6.1.4.1.89.87.2.1.1 integer read-only
The row index in the table.
               rlCopyApplicationId 1.3.6.1.4.1.89.87.2.1.2 rlcopyapplicationtype read-only
The applicatione activated this comand
               rlCopySourceLocation 1.3.6.1.4.1.89.87.2.1.3 rlcopylocationtype read-write
Source File Location
               rlCopySourceIpAddress 1.3.6.1.4.1.89.87.2.1.4 ipaddress read-write
The Ip address of the source remote host
               rlCopySourceUnitNumber 1.3.6.1.4.1.89.87.2.1.5 integer read-write
The unit number of the source unit
               rlCopySourceFileName 1.3.6.1.4.1.89.87.2.1.6 displaystring read-write
The name of the source file.
               rlCopySourceFileType 1.3.6.1.4.1.89.87.2.1.7 rlcopyfiletype read-write
The type of the source file.
               rlCopyDestinationLocation 1.3.6.1.4.1.89.87.2.1.8 rlcopylocationtype read-write
Destination File Location
               rlCopyDestinationIpAddress 1.3.6.1.4.1.89.87.2.1.9 ipaddress read-write
The Ip address of the destination remote host
               rlCopyDestinationUnitNumber 1.3.6.1.4.1.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.89.87.2.1.11 displaystring read-write
The name of the destination file.
               rlCopyDestinationFileType 1.3.6.1.4.1.89.87.2.1.12 rlcopyfiletype read-write
The type of the destination file.
               rlCopyUpTime 1.3.6.1.4.1.89.87.2.1.13 timeticks read-only
The time elapsed since this entry was created.
               rlCopyOperationState 1.3.6.1.4.1.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.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.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.89.87.2.1.17 rowstatus read-write
It is used to insert or delete an entry
               rlCopyHistoryIndex 1.3.6.1.4.1.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.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.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.89.87.4.1 no-access
An entry (conceptual row) in the rlCopyHistoryTable.
               rlCopyHistoryHistoryIndex 1.3.6.1.4.1.89.87.4.1.1 integer read-only
The row index in the table.
               rlCopyHistoryApplicationId 1.3.6.1.4.1.89.87.4.1.2 rlcopyapplicationtype read-only
The application that activated this comand
               rlCopyHistorySourceLocation 1.3.6.1.4.1.89.87.4.1.3 rlcopylocationtype read-write
Source File Location
               rlCopyHistorySourceIpAddress 1.3.6.1.4.1.89.87.4.1.4 ipaddress read-write
The IP address of the source remote host
               rlCopyHistorySourceUnitNumber 1.3.6.1.4.1.89.87.4.1.5 integer read-write
The unit number of the source unit
               rlCopyHistorySourceFileName 1.3.6.1.4.1.89.87.4.1.6 displaystring read-write
The name of the source file.
               rlCopyHistorySourceFileType 1.3.6.1.4.1.89.87.4.1.7 rlcopyfiletype read-write
The type of the source file.
               rlCopyHistoryDestinationLocation 1.3.6.1.4.1.89.87.4.1.8 rlcopylocationtype read-write
Destination File Location
               rlCopyHistoryDestinationIpAddress 1.3.6.1.4.1.89.87.4.1.9 ipaddress read-write
The IP address of the destination remote host
               rlCopyHistoryDestinationUnitNumber 1.3.6.1.4.1.89.87.4.1.10 integer read-write
The unit number of the destination unit
               rlCopyHistoryDestinationFileName 1.3.6.1.4.1.89.87.4.1.11 displaystring read-write
The name of the destination file.
               rlCopyHistoryDestinationFileType 1.3.6.1.4.1.89.87.4.1.12 rlcopyfiletype read-write
The type of the destination file.
               rlCopyHistoryUpTime 1.3.6.1.4.1.89.87.4.1.13 timeticks read-only
The time elapsed since this entry was created.
               rlCopyHistoryOperationState 1.3.6.1.4.1.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.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.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.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.89.87.4.1.18 displaystring read-only
Error message as a result of failed copy action.
       rlCopyAuditingEnable 1.3.6.1.4.1.89.87.5 truthvalue read-write
Controls whether SysLog messages should be issued on file copy events
       rlCopyMessagesTable 1.3.6.1.4.1.89.87.6 no-access
The table listing the messages issued during a COPY operation.
           rlCopyMessagesEntry 1.3.6.1.4.1.89.87.6.1 no-access
An entry (conceptual row) in the rlCopyMessagesTable.
               rlCopyMessagesCopyIndex 1.3.6.1.4.1.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.89.87.6.1.2 integer no-access
The index of the displayed message.
               rlCopyMessagesMessageText 1.3.6.1.4.1.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.89.87.6.1.4 rowstatus read-write
Only destroy is supported.
       rlCopyMessagesTableRemoveEntries 1.3.6.1.4.1.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.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.89.87.8.1 no-access
An entry (conceptual row) in the CopyTable.
               rlCopyInetIndex 1.3.6.1.4.1.89.87.8.1.1 integer read-only
The row index in the table.
               rlCopyInetApplicationId 1.3.6.1.4.1.89.87.8.1.2 rlcopyapplicationtype read-only
The applicatione activated this comand
               rlCopyInetSourceLocation 1.3.6.1.4.1.89.87.8.1.3 rlcopylocationtype read-write
Source File Location
               rlCopyInetSourceIpAddressType 1.3.6.1.4.1.89.87.8.1.4 inetaddresstype read-write
The Inet address type of the source remote host
               rlCopyInetSourceIpAddress 1.3.6.1.4.1.89.87.8.1.5 inetaddress read-write
The Inet address of the source remote host
               rlCopyInetSourceUnitNumber 1.3.6.1.4.1.89.87.8.1.6 integer read-write
The unit number of the source unit
               rlCopyInetSourceFileName 1.3.6.1.4.1.89.87.8.1.7 displaystring read-write
The name of the source file.
               rlCopyInetSourceFileType 1.3.6.1.4.1.89.87.8.1.8 rlcopyfiletype read-write
The type of the source file.
               rlCopyInetDestinationLocation 1.3.6.1.4.1.89.87.8.1.9 rlcopylocationtype read-write
Destination File Location
               rlCopyInetDestinationIpAddressType 1.3.6.1.4.1.89.87.8.1.10 inetaddresstype read-write
The Inet address type of the destination remote host
               rlCopyInetDestinationIpAddress 1.3.6.1.4.1.89.87.8.1.11 inetaddress read-write
The Inet address of the destination remote host
               rlCopyInetDestinationUnitNumber 1.3.6.1.4.1.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.89.87.8.1.13 displaystring read-write
The name of the destination file.
               rlCopyInetDestinationFileType 1.3.6.1.4.1.89.87.8.1.14 rlcopyfiletype read-write
The type of the destination file.
               rlCopyInetUpTime 1.3.6.1.4.1.89.87.8.1.15 timeticks read-only
The time elapsed since this entry was created.
               rlCopyInetOperationState 1.3.6.1.4.1.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.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.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.89.87.8.1.19 rowstatus read-write
It is used to insert or delete an entry
               rlCopyInetHistoryIndex 1.3.6.1.4.1.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.
               rlCopyInetDestinationUnitList 1.3.6.1.4.1.89.87.8.1.21 integer read-write
A bitmap of destination units for copy operation.
               rlCopyInetUnitStatusList 1.3.6.1.4.1.89.87.8.1.22 integer read-only
A bitmap of copy operation status for each unit.
               rlCopyInetSpecificCopyInfo 1.3.6.1.4.1.89.87.8.1.23 displaystring read-write
Copy application specific information. For example: for SCP copy this field can be used to pass username and password information.
       rlCopyHistoryInetTable 1.3.6.1.4.1.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.89.87.9.1 no-access
An entry (conceptual row) in the rlCopyHistoryTable.
               rlCopyHistoryInetHistoryIndex 1.3.6.1.4.1.89.87.9.1.1 integer read-only
The row index in the table.
               rlCopyHistoryInetApplicationId 1.3.6.1.4.1.89.87.9.1.2 rlcopyapplicationtype read-only
The application that activated this comand
               rlCopyHistoryInetSourceLocation 1.3.6.1.4.1.89.87.9.1.3 rlcopylocationtype read-write
Source File Location
               rlCopyHistoryInetSourceIpAddressType 1.3.6.1.4.1.89.87.9.1.4 inetaddresstype read-write
The Inet address type of the source remote host
               rlCopyHistoryInetSourceIpAddress 1.3.6.1.4.1.89.87.9.1.5 inetaddress read-write
The Inet address of the source remote host
               rlCopyHistoryInetSourceUnitNumber 1.3.6.1.4.1.89.87.9.1.6 integer read-write
The unit number of the source unit
               rlCopyHistoryInetSourceFileName 1.3.6.1.4.1.89.87.9.1.7 displaystring read-write
The name of the source file.
               rlCopyHistoryInetSourceFileType 1.3.6.1.4.1.89.87.9.1.8 rlcopyfiletype read-write
The type of the source file.
               rlCopyHistoryInetDestinationLocation 1.3.6.1.4.1.89.87.9.1.9 rlcopylocationtype read-write
Destination File Location
               rlCopyHistoryInetDestinationIpAddressType 1.3.6.1.4.1.89.87.9.1.10 inetaddresstype read-write
The Inet address type of the destination remote host
               rlCopyHistoryInetDestinationIpAddress 1.3.6.1.4.1.89.87.9.1.11 inetaddress read-write
The Inet address of the destination remote host
               rlCopyHistoryInetDestinationUnitNumber 1.3.6.1.4.1.89.87.9.1.12 integer read-write
The unit number of the destination unit
               rlCopyHistoryInetDestinationFileName 1.3.6.1.4.1.89.87.9.1.13 displaystring read-write
The name of the destination file.
               rlCopyHistoryInetDestinationFileType 1.3.6.1.4.1.89.87.9.1.14 rlcopyfiletype read-write
The type of the destination file.
               rlCopyHistoryInetUpTime 1.3.6.1.4.1.89.87.9.1.15 timeticks read-only
The time elapsed since this entry was created.
               rlCopyHistoryInetOperationState 1.3.6.1.4.1.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.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.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.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.89.87.9.1.20 displaystring read-only
Error message as a result of failed copy action.
               rlCopyHistoryInetDestinationUnitList 1.3.6.1.4.1.89.87.9.1.21 integer read-write
A bitmap of destination units for copy operation.
               rlCopyHistoryInetUnitStatusList 1.3.6.1.4.1.89.87.9.1.22 integer read-only
A bitmap of copy operation status for each unit.
               rlCopyHistoryInetTotalFileSize 1.3.6.1.4.1.89.87.9.1.23 integer read-only
The total length of image/static file
       rlCopyUnitsList 1.3.6.1.4.1.89.87.10 integer no-access
Potential list of units used by trap rlCopySWToUnits
       rlCopyMirrorTimeout 1.3.6.1.4.1.89.87.11 integer read-write
This MIB should be used in order to change the time-interval of automatic copy of startup-config to mirror-config. The MIB is for debugging purposes only, and given value should be the number of minutes for time-interval of this copy.
       rlCopyOptionsTable 1.3.6.1.4.1.89.87.12 no-access
The table includes more field options for the copy operation.
             rlCopyOptionsEntry 1.3.6.1.4.1.89.87.12.1 no-access
An entry (conceptual row) in the rlCopyOptionsTable.
                 rlCopyOptionsIndex 1.3.6.1.4.1.89.87.12.1.1 unsigned32 no-access
The index should be equal to the value of rlCopyInetIndex of the relevant rlCopyInetEntry.
                 rlCopyOptionsRequestedSsdAccess 1.3.6.1.4.1.89.87.12.1.2 rlcopysecsdaccesstype read-only
The requested format for sensitive data in the copy. Relevant only for configuration file upload
                 rlCopyOptionsCheckFilePermission 1.3.6.1.4.1.89.87.12.1.3 truthvalue read-only
Controls whether to check file permissions during copy.
                 rlCopyOptionsCheckSystemReservedStorage 1.3.6.1.4.1.89.87.12.1.4 truthvalue read-only
Controls whether to check system reserved storage during copy.
       rlCopyMirror 1.3.6.1.4.1.89.87.13
             rlCopyMirrorEnable 1.3.6.1.4.1.89.87.13.1 integer read-write
This MIB should be used in order to enable/disable automatic copy of startup-config to mirror-config. Enumeration: 'enable': 1, 'disable': 2.
       rlCopyStaticDowngradeStatus 1.3.6.1.4.1.89.87.14 truthvalue read-only
Controls whether static downgrade in progress