PACKETFRONT-COPY-MIB

File: PACKETFRONT-COPY-MIB.mib (5855 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC PACKETFRONT-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
DisplayString pfExperiment

Defined Types

PfCopyEntry  
SEQUENCE    
  pfCopyIndex Unsigned32
  pfCopySource DisplayString
  pfCopyDestination DisplayString
  pfCopyStatus INTEGER
  pfCopyError DisplayString

Defined Values

pfCopy 1.3.6.1.4.1.9303.3.2
MIB describing the file copy functions available on Packetfront ASRs
MODULE-IDENTITY    

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

pfCopyTable 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 pfCopyNextState.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PfCopyEntry

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

pfCopyIndex 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  

pfCopySource 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)  

pfCopyDestination 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)  

pfCopyStatus 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)  

pfCopyError 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)