RADLAN-COPY-MIB
- Last updated
- 2006-02-02 00:00
- Organization
- Radlan Computer Communications Ltd.
- Revisions
- 2006-02-02 00:00, 2003-09-22 00:00
- Namespace
- radlan
- Source file
RADLAN-COPY-MIB- Digest
sha256:a4d88faf0cac2a9a33c37d2edb4ab1abcd37c14f743c41221219dc580a5d468f
Description
The private MIB module definition for file copy in Radlan devices.
Contact
radlan.com
Imports
| From | Symbols |
|---|---|
| RADLAN-MIB | rnd |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
| SNMPv2-TC-v1 | DisplayString |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BRIDGE-MIB IANAifType-MIB IEEE8021-PAE-MIB IF-MIB P-BRIDGE-MIB Q-BRIDGE-MIB RADLAN-COPY-MIB RADLAN-MIB RFC1158-MIB RFC1271-MIB RMON-MIB RMON2-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-SMI-v1 SNMPv2-TC SNMPv2-TC-v1 TOKEN-RING-RMON-MIB
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| RlCopyApplicationType TEXTUAL-CONVENTION Specifies management application | current | |||
| RlCopyFileType TEXTUAL-CONVENTION The File type | current | |||
| RlCopyLocationType TEXTUAL-CONVENTION Specifies file location | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| rlCopyMibVersion OBJECT-TYPE Indicates the Copy support version. The current version is 1. | 1.3.6.1.4.1.89.87.1 | INTEGER | read-only | current |
| rlCopyTable OBJECT-TYPE The (conceptual) table listing only one entry at a time with parameters needed for configuration of the file copy action. | 1.3.6.1.4.1.89.87.2 | not-accessible | current | |
| rlCopyEntry OBJECT-TYPE An entry (conceptual row) in the CopyTable. | 1.3.6.1.4.1.89.87.2.1 | not-accessible | current | |
| rlCopyIndex OBJECT-TYPE The row index in the table. | 1.3.6.1.4.1.89.87.2.1.1 | INTEGER | read-only | current |
| rlCopyApplicationId OBJECT-TYPE The applicatione activated this comand | 1.3.6.1.4.1.89.87.2.1.2 | RlCopyApplicationType | read-only | current |
| rlCopySourceLocation OBJECT-TYPE Source File Location | 1.3.6.1.4.1.89.87.2.1.3 | RlCopyLocationType | read-write | current |
| rlCopySourceIpAddress OBJECT-TYPE The Ip address of the source remote host | 1.3.6.1.4.1.89.87.2.1.4 | IpAddress | read-write | current |
| rlCopySourceUnitNumber OBJECT-TYPE The unit number of the source unit | 1.3.6.1.4.1.89.87.2.1.5 | INTEGER | read-write | current |
| rlCopySourceFileName OBJECT-TYPE The name of the source file. | 1.3.6.1.4.1.89.87.2.1.6 | DisplayString | read-write | current |
| rlCopySourceFileType OBJECT-TYPE The type of the source file. | 1.3.6.1.4.1.89.87.2.1.7 | RlCopyFileType | read-write | current |
| rlCopyDestinationLocation OBJECT-TYPE Destination File Location | 1.3.6.1.4.1.89.87.2.1.8 | RlCopyLocationType | read-write | current |
| rlCopyDestinationIpAddress OBJECT-TYPE The Ip address of the destination remote host | 1.3.6.1.4.1.89.87.2.1.9 | IpAddress | read-write | current |
| rlCopyDestinationUnitNumber OBJECT-TYPE The unit number of the destination unit, value 257 means all units | 1.3.6.1.4.1.89.87.2.1.10 | INTEGER | read-write | current |
| rlCopyDestinationFileName OBJECT-TYPE The name of the destination file. | 1.3.6.1.4.1.89.87.2.1.11 | DisplayString | read-write | current |
| rlCopyDestinationFileType OBJECT-TYPE The type of the destination file. | 1.3.6.1.4.1.89.87.2.1.12 | RlCopyFileType | read-write | current |
| rlCopyUpTime OBJECT-TYPE The time elapsed since this entry was created. | 1.3.6.1.4.1.89.87.2.1.13 | TimeTicks | read-only | current |
| rlCopyOperationState OBJECT-TYPE The state of the copy operation. | 1.3.6.1.4.1.89.87.2.1.14 | INTEGER {uploadInProgress(1), downloadInProgress(2), copyFailed(3), copyTimedout(4), copyFinished(5)} | read-only | current |
| rlCopyBytesTransferred OBJECT-TYPE The number of bytes that were transferred by the copy operation. | 1.3.6.1.4.1.89.87.2.1.15 | INTEGER | read-only | current |
| rlCopyInBackground OBJECT-TYPE When enabled the copy operation is done in the background. | 1.3.6.1.4.1.89.87.2.1.16 | INTEGER {enable(1), disable(2)} | read-write | current |
| rlCopyRowStatus OBJECT-TYPE It is used to insert or delete an entry | 1.3.6.1.4.1.89.87.2.1.17 | RowStatus | read-write | current |
| rlCopyHistoryIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.89.87.2.1.18 | INTEGER | read-write | current |
| rlCopyFreeHistoryIndex OBJECT-TYPE Gives the next free index in the rlCopyHistoryTable (i.e., the next available value for rlCopyHistoryHistoryIndex) | 1.3.6.1.4.1.89.87.3 | INTEGER | read-only | current |
| rlCopyHistoryTable OBJECT-TYPE The (conceptual) table listing only one entry at a time with parameters needed for configuration of the file copy action. | 1.3.6.1.4.1.89.87.4 | not-accessible | current | |
| rlCopyHistoryEntry OBJECT-TYPE An entry (conceptual row) in the rlCopyHistoryTable. | 1.3.6.1.4.1.89.87.4.1 | not-accessible | current | |
| rlCopyHistoryHistoryIndex OBJECT-TYPE The row index in the table. | 1.3.6.1.4.1.89.87.4.1.1 | INTEGER | read-only | current |
| rlCopyHistoryApplicationId OBJECT-TYPE The application that activated this comand | 1.3.6.1.4.1.89.87.4.1.2 | RlCopyApplicationType | read-only | current |
| rlCopyHistorySourceLocation OBJECT-TYPE Source File Location | 1.3.6.1.4.1.89.87.4.1.3 | RlCopyLocationType | read-write | current |
| rlCopyHistorySourceIpAddress OBJECT-TYPE The IP address of the source remote host | 1.3.6.1.4.1.89.87.4.1.4 | IpAddress | read-write | current |
| rlCopyHistorySourceUnitNumber OBJECT-TYPE The unit number of the source unit | 1.3.6.1.4.1.89.87.4.1.5 | INTEGER | read-write | current |
| rlCopyHistorySourceFileName OBJECT-TYPE The name of the source file. | 1.3.6.1.4.1.89.87.4.1.6 | DisplayString | read-write | current |
| rlCopyHistorySourceFileType OBJECT-TYPE The type of the source file. | 1.3.6.1.4.1.89.87.4.1.7 | RlCopyFileType | read-write | current |
| rlCopyHistoryDestinationLocation OBJECT-TYPE Destination File Location | 1.3.6.1.4.1.89.87.4.1.8 | RlCopyLocationType | read-write | current |
| rlCopyHistoryDestinationIpAddress OBJECT-TYPE The IP address of the destination remote host | 1.3.6.1.4.1.89.87.4.1.9 | IpAddress | read-write | current |
| rlCopyHistoryDestinationUnitNumber OBJECT-TYPE The unit number of the destination unit | 1.3.6.1.4.1.89.87.4.1.10 | INTEGER | read-write | current |
| rlCopyHistoryDestinationFileName OBJECT-TYPE The name of the destination file. | 1.3.6.1.4.1.89.87.4.1.11 | DisplayString | read-write | current |
| rlCopyHistoryDestinationFileType OBJECT-TYPE The type of the destination file. | 1.3.6.1.4.1.89.87.4.1.12 | RlCopyFileType | read-write | current |
| rlCopyHistoryUpTime OBJECT-TYPE The time elapsed since this entry was created. | 1.3.6.1.4.1.89.87.4.1.13 | TimeTicks | read-only | current |
| rlCopyHistoryOperationState OBJECT-TYPE The state of the copy operation. | 1.3.6.1.4.1.89.87.4.1.14 | INTEGER {uploadInProgress(1), downloadInProgress(2), copyFailed(3), copyTimedout(4), copyFinished(5)} | read-only | current |
| rlCopyHistoryBytesTransferred OBJECT-TYPE The number of bytes that were transferred by the copy operation. | 1.3.6.1.4.1.89.87.4.1.15 | INTEGER | read-only | current |
| rlCopyHistoryInBackground OBJECT-TYPE When enabled the copy operation is done in the background. | 1.3.6.1.4.1.89.87.4.1.16 | INTEGER {enable(1), disable(2)} | read-write | current |
| rlCopyHistoryRowStatus OBJECT-TYPE It is used delete an entry. No other operations are permitted since the history table is populated and updated through the copy table only. | 1.3.6.1.4.1.89.87.4.1.17 | RowStatus | read-write | current |
| rlCopyHistoryErrorMessage OBJECT-TYPE Error message as a result of failed copy action. | 1.3.6.1.4.1.89.87.4.1.18 | DisplayString | read-only | current |
| rlCopyAuditingEnable OBJECT-TYPE Controls whether SysLog messages should be issued on file copy events | 1.3.6.1.4.1.89.87.5 | TruthValue | read-write | current |
| rlCopyMessagesTable OBJECT-TYPE The table listing the messages issued during a COPY operation. | 1.3.6.1.4.1.89.87.6 | not-accessible | current | |
| rlCopyMessagesEntry OBJECT-TYPE An entry (conceptual row) in the rlCopyMessagesTable. | 1.3.6.1.4.1.89.87.6.1 | not-accessible | current | |
| rlCopyMessagesCopyIndex OBJECT-TYPE The index of the copy operation whose messages are displayed. | 1.3.6.1.4.1.89.87.6.1.1 | INTEGER (1..2147483647) | not-accessible | current |
| rlCopyMessagesMessageIndex OBJECT-TYPE The index of the displayed message. | 1.3.6.1.4.1.89.87.6.1.2 | INTEGER (1..2147483647) | not-accessible | current |
| rlCopyMessagesMessageText OBJECT-TYPE The text of the message occurred in the copy operation. | 1.3.6.1.4.1.89.87.6.1.3 | DisplayString (SIZE(0..80)) | read-only | current |
| rlCopyMessagesStatus OBJECT-TYPE Only destroy is supported. | 1.3.6.1.4.1.89.87.6.1.4 | RowStatus | read-write | current |
| rlCopyMessagesTableRemoveEntries OBJECT-TYPE 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. | 1.3.6.1.4.1.89.87.7 | INTEGER | read-write | current |