PACKETFRONT-COPY-MIB
AI MIB Summary
The PACKETFRONT-COPY-MIB provides management access to file copy operations and transfer status metrics on Packetfront Application Security Routers (ASRs). This module enables monitoring of data replication tasks, including transfer initiation, completion states, and associated error counters for internal or external file synchronization processes.
MIB describing the file copy functions available on Packetfront ASRs
Main OID:
pfCopy.1.3.6.1.4.1.9303.3.2
9
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
9 total| Object Name |
|---|
pfCopyMIB describing the file copy functions available on Packetfront ASRs MODULE-IDENTITY .1.3.6.1.4.1.9303.3.2 |
pfCopyNextStateGenerate 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.ro Unsigned32 .1.3.6.1.4.1.9303.3.2.1 |
pfCopyTableA list of current copy sessions. The next available entry is given by the value of pfCopyNextState. SEQUENCE OF PfCopyEntry .1.3.6.1.4.1.9303.3.2.2 |
pfCopyEntryAn entry for a copy session. PfCopyEntry .1.3.6.1.4.1.9303.3.2.2.1 |
pfCopyIndexA unique value for each copy session.ro Unsigned32 .1.3.6.1.4.1.9303.3.2.2.1.1 |
pfCopySourceThe source URL for a filhandle. The string provided must match an acceptable URL as typed in the command line interface copy command.rw DisplayString .1.3.6.1.4.1.9303.3.2.2.1.2 |
pfCopyDestinationThe destination filename for a filehandle. The string provided must match an acceptable destination as typed in the command line interface copy command.rw DisplayString .1.3.6.1.4.1.9303.3.2.2.1.3 |
pfCopyStatusThe 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 possiblerw Enumeration .1.3.6.1.4.1.9303.3.2.2.1.4 |
pfCopyErrorA 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.ro DisplayString .1.3.6.1.4.1.9303.3.2.2.1.5 |