PACKETFRONT-COPY-MIB: View SNMP OID List / Download MIB
VENDOR: WAYSTREAM AB
Home | MIB: PACKETFRONT-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).
|
|||
Object Name | OID | Type | Access | Info |
pfCopy | 1.3.6.1.4.1.9303.3.2 |
MIB describing the file copy functions available on Packetfront ASRs |
||
pfCopyNextState | 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 pfCopy branch to set the source and destination and commence file transfer activities. |
pfCopyTable | 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 pfCopyNextState. |
|
1.3.6.1.4.1.9303.3.2.2.1 | no-access |
An entry for a copy session. |
||
pfCopyIndex | 1.3.6.1.4.1.9303.3.2.2.1.1 | unsigned32 | read-only |
A unique value for each copy session. |
pfCopySource | 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. |
pfCopyDestination | 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. |
pfCopyStatus | 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: 'failed': 6, 'notused': 0, 'stop': 2, 'finished': 7, 'start': 1, 'init': 4, 'destroy': 3, 'inprogress': 5. |
pfCopyError | 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. |