WAYSTREAM-COPY-MIB

File: WAYSTREAM-COPY-MIB.mib (5994 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WAYSTREAM-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
DisplayString wsExperiment

Defined Types

WsCopyEntry  
SEQUENCE    
  wsCopyIndex Unsigned32
  wsCopySource DisplayString
  wsCopyDestination DisplayString
  wsCopyStatus INTEGER
  wsCopyError DisplayString

Defined Values

wsCopy 1.3.6.1.4.1.9303.3.2
MIB describing the file copy functions available on Waystream ASRs
MODULE-IDENTITY    

wsCopyNextState 1.3.6.1.4.1.9303.3.2.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCopyTable 1.3.6.1.4.1.9303.3.2.2
A list of current copy sessions. The next available entry is given by the value of wsCopyNextState.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WsCopyEntry

wsCopyEntry 1.3.6.1.4.1.9303.3.2.2.1
An entry for a copy session.
Status: current Access: not-accessible
OBJECT-TYPE    
  WsCopyEntry  

wsCopyIndex 1.3.6.1.4.1.9303.3.2.2.1.1
A unique value for each copy session.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wsCopySource 1.3.6.1.4.1.9303.3.2.2.1.2
The source URL for a filhandle. The string provided must match an acceptable URL as typed in the command line interface copy command.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

wsCopyDestination 1.3.6.1.4.1.9303.3.2.2.1.3
The destination filename for a filehandle. The string provided must match an acceptable destination as typed in the command line interface copy command.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

wsCopyStatus 1.3.6.1.4.1.9303.3.2.2.1.4
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
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER notused(0), start(1), stop(2), destroy(3), init(4), inprogress(5), failed(6), finished(7)  

wsCopyError 1.3.6.1.4.1.9303.3.2.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)