CISCO-FTP-CLIENT-MIB

File: CISCO-FTP-CLIENT-MIB.mib (10087 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Gauge32
Counter32 Unsigned32 TimeStamp
RowStatus DisplayString MODULE-COMPLIANCE
OBJECT-GROUP ciscoMgmt

Defined Types

CfcRequestEntry  
SEQUENCE    
  cfcRequestIndex Unsigned32
  cfcRequestOperation INTEGER
  cfcRequestLocalFile DisplayString
  cfcRequestRemoteFile DisplayString
  cfcRequestServer DisplayString
  cfcRequestUser DisplayString
  cfcRequestPassword DisplayString
  cfcRequestResult INTEGER
  cfcRequestCompletionTime TimeStamp
  cfcRequestStop INTEGER
  cfcRequestOperationState INTEGER
  cfcRequestEntryStatus RowStatus

Defined Values

ciscoFtpClientMIB 1.3.6.1.4.1.9.9.80
The MIB module for invoking Internet File Transfer Protocol (FTP) operations for network management purposes.
MODULE-IDENTITY    

ciscoFtpClientMIBObjects 1.3.6.1.4.1.9.9.80.1
OBJECT IDENTIFIER    

cfcRequest 1.3.6.1.4.1.9.9.80.1.1
OBJECT IDENTIFIER    

cfcRequestMaximum 1.3.6.1.4.1.9.9.80.1.1.1
The maximum number of requests this system can hold in cfcRequestTable. A value of 0 indicates no configured limit. This object may be read-only on some systems. When an attempt is made to create a new entry but the table is full, the oldest completed entry is bumped out and cfcRequestsBumped is incremented. Changing this number does not disturb existing requests that are not completed and bumps completed requests as necessary.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cfcRequests 1.3.6.1.4.1.9.9.80.1.1.2
The current number of requests in cfcRequestTable.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfcRequestsHigh 1.3.6.1.4.1.9.9.80.1.1.3
The highest number of requests in cfcRequestTable since this system was last initialized.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cfcRequestsBumped 1.3.6.1.4.1.9.9.80.1.1.4
The number of requests in cfcRequestTable that were bumped out to make room for a new request.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcRequestTable 1.3.6.1.4.1.9.9.80.1.1.5
A table of FTP client requests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcRequestEntry

cfcRequestEntry 1.3.6.1.4.1.9.9.80.1.1.5.1
Information about an FTP client request. Management applications use cfcRequestEntryStatus to control entry modification, creation, and deletion. Setting cfcRequestEntryStatus to 'active' from any state including 'active' causes the operation to be started. The entry may be modified only when cfcRequestOperationState is 'stopped'. The value of cfcRequestEntryStatus may be set to 'destroy' at any time. Doing so will abort a running request. Entries may not be created without explicitly setting cfcRequestEntryStatus to either 'createAndGo' or 'createAndWait'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcRequestEntry  

cfcRequestIndex 1.3.6.1.4.1.9.9.80.1.1.5.1.1
An arbitrary integer to uniquely identify this entry. To create an entry a management application should pick a random number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cfcRequestOperation 1.3.6.1.4.1.9.9.80.1.1.5.1.2
The FTP operation to be performed.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER putBinary(1), putASCII(2)  

cfcRequestLocalFile 1.3.6.1.4.1.9.9.80.1.1.5.1.3
The local file on which the operation is to be performed.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..255)  

cfcRequestRemoteFile 1.3.6.1.4.1.9.9.80.1.1.5.1.4
The remote file on which the operation is to be performed.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..255)  

cfcRequestServer 1.3.6.1.4.1.9.9.80.1.1.5.1.5
The domain name or IP address of the FTP server to use.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..64)  

cfcRequestUser 1.3.6.1.4.1.9.9.80.1.1.5.1.6
The user name to use at the FTP server.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

cfcRequestPassword 1.3.6.1.4.1.9.9.80.1.1.5.1.7
The password to use at the FTP server. When read this object always returns a zero-length string.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

cfcRequestResult 1.3.6.1.4.1.9.9.80.1.1.5.1.8
The result of the FTP operation.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER pending(1), success(2), aborted(3), fileOpenFailLocal(4), fileOpenFailRemote(5), badDomainName(6), unreachableIpAddress(7), linkFailed(8), fileReadFailed(9), fileWriteFailed(10)  

cfcRequestCompletionTime 1.3.6.1.4.1.9.9.80.1.1.5.1.9
The value of sysUpTime when the operation completed. For an incomplete operation this value is zero.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cfcRequestStop 1.3.6.1.4.1.9.9.80.1.1.5.1.10
The action control to stop a running request. Setting this to 'stop' will begin the process of stopping the request. Setting it to 'ready' or setting it to 'stop' more than once have no effect. When read this object always returns ready.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ready(1), stop(2)  

cfcRequestOperationState 1.3.6.1.4.1.9.9.80.1.1.5.1.11
The operational state of the file transfer. To short-terminate the transfer set cfcRequestStop to 'stop'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER running(1), stopping(2), stopped(3)  

cfcRequestEntryStatus 1.3.6.1.4.1.9.9.80.1.1.5.1.12
The control that allows modification, creation, and deletion of entries. For detailed rules see the DESCRIPTION for cfcRequestEntry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoFtpClientMIBConformance 1.3.6.1.4.1.9.9.80.3
OBJECT IDENTIFIER    

ciscoFtpClientMIBCompliances 1.3.6.1.4.1.9.9.80.3.1
OBJECT IDENTIFIER    

ciscoFtpClientMIBGroups 1.3.6.1.4.1.9.9.80.3.2
OBJECT IDENTIFIER    

ciscoFtpClientMIBCompliance 1.3.6.1.4.1.9.9.80.3.1.1
The compliance statement for entities which implement the Cisco FTP Client MIB. Implementation of this MIB is based on individual product needs.
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoFtpClientRequestGroup 1.3.6.1.4.1.9.9.80.3.2.1
FTP client request management.
Status: current Access: read-create
OBJECT-GROUP