WAYSTREAM-COPY-MIB
- Registered at
- 1.3.6.1.4.1.9303.3.2
- Last updated
- 2017-02-10 11:00
- Organization
- Waystream AB
- Revisions
- 2017-02-10 11:00, 2011-01-11 17:35, 2009-03-23 11:17, 2008-09-10 15:38
- Namespace
- waystream
- Source file
WAYSTREAM-COPY-MIB- Digest
sha256:18da0a7f8afb51c8932dad7854e52e33fd769daddfcdb33b72235e62f2a72bb7
Description
MIB describing the file copy functions available on Waystream ASRs
Contact
Waystream AB Customer Service Mail : Farogatan 33 SE-164 51 Kista Sweden Tel : +46 8 5626 9450 E-mail: info@waystream.com Web : http://www.waystream.com
Imports
| From | Symbols |
|---|---|
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
| WAYSTREAM-SMI | wsExperiment |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
SNMPv2-CONF SNMPv2-SMI SNMPv2-TC WAYSTREAM-COPY-MIB WAYSTREAM-SMI
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| wsCopyNextState OBJECT-TYPE Generate a unique filehandle. The filehandle is used with the other objects in the wsCopy branch to set the source and destination and commence file transfer activities. | 1.3.6.1.4.1.9303.3.2.1 | Unsigned32 | read-only | current |
| wsCopyTable OBJECT-TYPE A list of current copy sessions. The next available entry is given by the value of wsCopyNextState. | 1.3.6.1.4.1.9303.3.2.2 | not-accessible | current | |
| wsCopyEntry OBJECT-TYPE An entry for a copy session. | 1.3.6.1.4.1.9303.3.2.2.1 | not-accessible | current | |
| wsCopyIndex OBJECT-TYPE A unique value for each copy session. | 1.3.6.1.4.1.9303.3.2.2.1.1 | Unsigned32 | read-only | current |
| wsCopySource OBJECT-TYPE The source URL for a filhandle. The string provided must match an acceptable URL as typed in the command line interface copy command. | 1.3.6.1.4.1.9303.3.2.2.1.2 | DisplayString (SIZE(0..255)) | read-write | current |
| wsCopyDestination OBJECT-TYPE The destination filename for a filehandle. The string provided must match an acceptable destination as typed in the command line interface copy command. | 1.3.6.1.4.1.9303.3.2.2.1.3 | DisplayString (SIZE(0..255)) | read-write | current |
| wsCopyStatus OBJECT-TYPE The status of a filehandle notused - Get: The filehandle has not been used during the last 24 hours Set: Not possible start - Get: Not possible Set: Start filetransfer stop - Get: Not possible Set: Stop filetransfer in progress destroy - Get: Not possible Set: Remove source and destination entries for filehandle init - Get: Filtransfer started Set: Not possible inprogress - Get: Filetransfer in progress Set: Not possible failed - Get: A failure occured during last filetransfer Set: Not possible finished - Get: The file was successfully transferred and stored Set: not possible | 1.3.6.1.4.1.9303.3.2.2.1.4 | INTEGER {notused(0), start(1), stop(2), destroy(3), init(4), inprogress(5), failed(6), finished(7)} | read-write | current |
| wsCopyError OBJECT-TYPE A textual description of the filehandle last error status. If the filehandle does not exist or has not been used for the last 24 hours, a 'No Error' message is returned. | 1.3.6.1.4.1.9303.3.2.2.1.5 | DisplayString (SIZE(0..255)) | read-only | current |