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

VENDOR: WAYSTREAM AB


 Home MIB: WAYSTREAM-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
 wsCopy 1.3.6.1.4.1.9303.3.2
MIB describing the file copy functions available on Waystream ASRs
     wsCopyNextState 1.3.6.1.4.1.9303.3.2.1 unsigned32 read-only
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.
     wsCopyTable 1.3.6.1.4.1.9303.3.2.2 no-access
A list of current copy sessions. The next available entry is given by the value of wsCopyNextState.
         wsCopyEntry 1.3.6.1.4.1.9303.3.2.2.1 no-access
An entry for a copy session.
             wsCopyIndex 1.3.6.1.4.1.9303.3.2.2.1.1 unsigned32 read-only
A unique value for each copy session.
             wsCopySource 1.3.6.1.4.1.9303.3.2.2.1.2 displaystring read-write
The source URL for a filhandle. The string provided must match an acceptable URL as typed in the command line interface copy command.
             wsCopyDestination 1.3.6.1.4.1.9303.3.2.2.1.3 displaystring read-write
The destination filename for a filehandle. The string provided must match an acceptable destination as typed in the command line interface copy command.
             wsCopyStatus 1.3.6.1.4.1.9303.3.2.2.1.4 integer read-write
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 Enumeration: 'start': 1, 'notused': 0, 'stop': 2, 'init': 4, 'failed': 6, 'finished': 7, 'destroy': 3, 'inprogress': 5.
             wsCopyError 1.3.6.1.4.1.9303.3.2.2.1.5 displaystring read-only
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.