RADLAN-COPY-MIB

File: RADLAN-COPY-MIB.mib (16395 bytes)

Imported modules

RADLAN-MIB SNMPv2-SMI SNMPv2-TC-v1
SNMPv2-TC

Imported symbols

rnd OBJECT-TYPE IpAddress
Unsigned32 Counter32 TimeTicks
MODULE-IDENTITY DisplayString TEXTUAL-CONVENTION
TruthValue RowStatus

Defined Types

RlCopyApplicationType  
Specifies management application
TEXTUAL-CONVENTION    
  INTEGER mcli(1), cli(2), ewb(3), nms(4), initerm(5), serial(6)  

RlCopyLocationType  
Specifies file location
TEXTUAL-CONVENTION    
  INTEGER local(1), anotherUnit(2), tftp(3), xmodem(4), scp(5), serial(6)  

RlCopyFileType  
The File type
TEXTUAL-CONVENTION    
  INTEGER other(1), runningConfig(2), startupConfig(3), backupConfig(4), runningMibConfig(5), startupMibConfig(6), backupMibConfig(7), image(8), boot(9), null(10)  

RlCopyEntry  
SEQUENCE    
  rlCopyIndex INTEGER
  rlCopyApplicationId RlCopyApplicationType
  rlCopySourceLocation RlCopyLocationType
  rlCopySourceIpAddress IpAddress
  rlCopySourceUnitNumber INTEGER
  rlCopySourceFileName DisplayString
  rlCopySourceFileType RlCopyFileType
  rlCopyDestinationLocation RlCopyLocationType
  rlCopyDestinationIpAddress IpAddress
  rlCopyDestinationUnitNumber INTEGER
  rlCopyDestinationFileName DisplayString
  rlCopyDestinationFileType RlCopyFileType
  rlCopyUpTime TimeTicks
  rlCopyOperationState INTEGER
  rlCopyBytesTransferred INTEGER
  rlCopyInBackground INTEGER
  rlCopyRowStatus RowStatus
  rlCopyHistoryIndex INTEGER

RlCopyHistoryEntry  
SEQUENCE    
  rlCopyHistoryHistoryIndex INTEGER
  rlCopyHistoryApplicationId RlCopyApplicationType
  rlCopyHistorySourceLocation RlCopyLocationType
  rlCopyHistorySourceIpAddress IpAddress
  rlCopyHistorySourceUnitNumber INTEGER
  rlCopyHistorySourceFileName DisplayString
  rlCopyHistorySourceFileType RlCopyFileType
  rlCopyHistoryDestinationLocation RlCopyLocationType
  rlCopyHistoryDestinationIpAddress IpAddress
  rlCopyHistoryDestinationUnitNumber INTEGER
  rlCopyHistoryDestinationFileName DisplayString
  rlCopyHistoryDestinationFileType RlCopyFileType
  rlCopyHistoryUpTime TimeTicks
  rlCopyHistoryOperationState INTEGER
  rlCopyHistoryBytesTransferred INTEGER
  rlCopyHistoryInBackground INTEGER
  rlCopyHistoryRowStatus RowStatus
  rlCopyHistoryErrorMessage DisplayString

RlCopyMessagesEntry  
SEQUENCE    
  rlCopyMessagesCopyIndex INTEGER
  rlCopyMessagesMessageIndex INTEGER
  rlCopyMessagesMessageText DisplayString
  rlCopyMessagesStatus RowStatus

Defined Values

rlCopy 1.3.6.1.4.1.89.87
The private MIB module definition for file copy in Radlan devices.
MODULE-IDENTITY    

rlCopyMibVersion 1.3.6.1.4.1.89.87.1
Indicates the Copy support version. The current version is 1.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCopyTable 1.3.6.1.4.1.89.87.2
The (conceptual) table listing only one entry at a time with parameters needed for configuration of the file copy action.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlCopyEntry

rlCopyEntry 1.3.6.1.4.1.89.87.2.1
An entry (conceptual row) in the CopyTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCopyEntry  

rlCopyIndex 1.3.6.1.4.1.89.87.2.1.1
The row index in the table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCopyApplicationId 1.3.6.1.4.1.89.87.2.1.2
The applicatione activated this comand
Status: current Access: read-only
OBJECT-TYPE    
  RlCopyApplicationType  

rlCopySourceLocation 1.3.6.1.4.1.89.87.2.1.3
Source File Location
Status: current Access: read-write
OBJECT-TYPE    
  RlCopyLocationType  

rlCopySourceIpAddress 1.3.6.1.4.1.89.87.2.1.4
The Ip address of the source remote host
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlCopySourceUnitNumber 1.3.6.1.4.1.89.87.2.1.5
The unit number of the source unit
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlCopySourceFileName 1.3.6.1.4.1.89.87.2.1.6
The name of the source file.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlCopySourceFileType 1.3.6.1.4.1.89.87.2.1.7
The type of the source file.
Status: current Access: read-write
OBJECT-TYPE    
  RlCopyFileType  

rlCopyDestinationLocation 1.3.6.1.4.1.89.87.2.1.8
Destination File Location
Status: current Access: read-write
OBJECT-TYPE    
  RlCopyLocationType  

rlCopyDestinationIpAddress 1.3.6.1.4.1.89.87.2.1.9
The Ip address of the destination remote host
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlCopyDestinationUnitNumber 1.3.6.1.4.1.89.87.2.1.10
The unit number of the destination unit, value 257 means all units
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlCopyDestinationFileName 1.3.6.1.4.1.89.87.2.1.11
The name of the destination file.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlCopyDestinationFileType 1.3.6.1.4.1.89.87.2.1.12
The type of the destination file.
Status: current Access: read-write
OBJECT-TYPE    
  RlCopyFileType  

rlCopyUpTime 1.3.6.1.4.1.89.87.2.1.13
The time elapsed since this entry was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rlCopyOperationState 1.3.6.1.4.1.89.87.2.1.14
The state of the copy operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER uploadInProgress(1), downloadInProgress(2), copyFailed(3), copyTimedout(4), copyFinished(5)  

rlCopyBytesTransferred 1.3.6.1.4.1.89.87.2.1.15
The number of bytes that were transferred by the copy operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCopyInBackground 1.3.6.1.4.1.89.87.2.1.16
When enabled the copy operation is done in the background.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rlCopyRowStatus 1.3.6.1.4.1.89.87.2.1.17
It is used to insert or delete an entry
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlCopyHistoryIndex 1.3.6.1.4.1.89.87.2.1.18
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlCopyFreeHistoryIndex 1.3.6.1.4.1.89.87.3
Gives the next free index in the rlCopyHistoryTable (i.e., the next available value for rlCopyHistoryHistoryIndex)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCopyHistoryTable 1.3.6.1.4.1.89.87.4
The (conceptual) table listing only one entry at a time with parameters needed for configuration of the file copy action.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlCopyHistoryEntry

rlCopyHistoryEntry 1.3.6.1.4.1.89.87.4.1
An entry (conceptual row) in the rlCopyHistoryTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCopyHistoryEntry  

rlCopyHistoryHistoryIndex 1.3.6.1.4.1.89.87.4.1.1
The row index in the table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCopyHistoryApplicationId 1.3.6.1.4.1.89.87.4.1.2
The application that activated this comand
Status: current Access: read-only
OBJECT-TYPE    
  RlCopyApplicationType  

rlCopyHistorySourceLocation 1.3.6.1.4.1.89.87.4.1.3
Source File Location
Status: current Access: read-write
OBJECT-TYPE    
  RlCopyLocationType  

rlCopyHistorySourceIpAddress 1.3.6.1.4.1.89.87.4.1.4
The IP address of the source remote host
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlCopyHistorySourceUnitNumber 1.3.6.1.4.1.89.87.4.1.5
The unit number of the source unit
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlCopyHistorySourceFileName 1.3.6.1.4.1.89.87.4.1.6
The name of the source file.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlCopyHistorySourceFileType 1.3.6.1.4.1.89.87.4.1.7
The type of the source file.
Status: current Access: read-write
OBJECT-TYPE    
  RlCopyFileType  

rlCopyHistoryDestinationLocation 1.3.6.1.4.1.89.87.4.1.8
Destination File Location
Status: current Access: read-write
OBJECT-TYPE    
  RlCopyLocationType  

rlCopyHistoryDestinationIpAddress 1.3.6.1.4.1.89.87.4.1.9
The IP address of the destination remote host
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

rlCopyHistoryDestinationUnitNumber 1.3.6.1.4.1.89.87.4.1.10
The unit number of the destination unit
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

rlCopyHistoryDestinationFileName 1.3.6.1.4.1.89.87.4.1.11
The name of the destination file.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

rlCopyHistoryDestinationFileType 1.3.6.1.4.1.89.87.4.1.12
The type of the destination file.
Status: current Access: read-write
OBJECT-TYPE    
  RlCopyFileType  

rlCopyHistoryUpTime 1.3.6.1.4.1.89.87.4.1.13
The time elapsed since this entry was created.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

rlCopyHistoryOperationState 1.3.6.1.4.1.89.87.4.1.14
The state of the copy operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER uploadInProgress(1), downloadInProgress(2), copyFailed(3), copyTimedout(4), copyFinished(5)  

rlCopyHistoryBytesTransferred 1.3.6.1.4.1.89.87.4.1.15
The number of bytes that were transferred by the copy operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

rlCopyHistoryInBackground 1.3.6.1.4.1.89.87.4.1.16
When enabled the copy operation is done in the background.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

rlCopyHistoryRowStatus 1.3.6.1.4.1.89.87.4.1.17
It is used delete an entry. No other operations are permitted since the history table is populated and updated through the copy table only.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlCopyHistoryErrorMessage 1.3.6.1.4.1.89.87.4.1.18
Error message as a result of failed copy action.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

rlCopyAuditingEnable 1.3.6.1.4.1.89.87.5
Controls whether SysLog messages should be issued on file copy events
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rlCopyMessagesTable 1.3.6.1.4.1.89.87.6
The table listing the messages issued during a COPY operation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlCopyMessagesEntry

rlCopyMessagesEntry 1.3.6.1.4.1.89.87.6.1
An entry (conceptual row) in the rlCopyMessagesTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  RlCopyMessagesEntry  

rlCopyMessagesCopyIndex 1.3.6.1.4.1.89.87.6.1.1
The index of the copy operation whose messages are displayed.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

rlCopyMessagesMessageIndex 1.3.6.1.4.1.89.87.6.1.2
The index of the displayed message.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

rlCopyMessagesMessageText 1.3.6.1.4.1.89.87.6.1.3
The text of the message occurred in the copy operation.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..80)  

rlCopyMessagesStatus 1.3.6.1.4.1.89.87.6.1.4
Only destroy is supported.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

rlCopyMessagesTableRemoveEntries 1.3.6.1.4.1.89.87.7
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER