CISCO-FTP-CLIENT-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-FTP-CLIENT-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
 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.
       ciscoFtpClientMIBObjects 1.3.6.1.4.1.9.9.80.1
           cfcRequest 1.3.6.1.4.1.9.9.80.1.1
               cfcRequestMaximum 1.3.6.1.4.1.9.9.80.1.1.1 unsigned32 read-write
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.
               cfcRequests 1.3.6.1.4.1.9.9.80.1.1.2 gauge32 read-only
The current number of requests in cfcRequestTable.
               cfcRequestsHigh 1.3.6.1.4.1.9.9.80.1.1.3 gauge32 read-only
The highest number of requests in cfcRequestTable since this system was last initialized.
               cfcRequestsBumped 1.3.6.1.4.1.9.9.80.1.1.4 counter32 read-only
The number of requests in cfcRequestTable that were bumped out to make room for a new request.
               cfcRequestTable 1.3.6.1.4.1.9.9.80.1.1.5 no-access
A table of FTP client requests.
                   cfcRequestEntry 1.3.6.1.4.1.9.9.80.1.1.5.1 no-access
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'.
                       cfcRequestIndex 1.3.6.1.4.1.9.9.80.1.1.5.1.1 unsigned32 no-access
An arbitrary integer to uniquely identify this entry. To create an entry a management application should pick a random number.
                       cfcRequestOperation 1.3.6.1.4.1.9.9.80.1.1.5.1.2 integer read-only
The FTP operation to be performed. Enumeration: 'putBinary': 1, 'putASCII': 2.
                       cfcRequestLocalFile 1.3.6.1.4.1.9.9.80.1.1.5.1.3 displaystring read-only
The local file on which the operation is to be performed.
                       cfcRequestRemoteFile 1.3.6.1.4.1.9.9.80.1.1.5.1.4 displaystring read-only
The remote file on which the operation is to be performed.
                       cfcRequestServer 1.3.6.1.4.1.9.9.80.1.1.5.1.5 displaystring read-only
The domain name or IP address of the FTP server to use.
                       cfcRequestUser 1.3.6.1.4.1.9.9.80.1.1.5.1.6 displaystring read-only
The user name to use at the FTP server.
                       cfcRequestPassword 1.3.6.1.4.1.9.9.80.1.1.5.1.7 displaystring read-only
The password to use at the FTP server. When read this object always returns a zero-length string.
                       cfcRequestResult 1.3.6.1.4.1.9.9.80.1.1.5.1.8 integer read-only
The result of the FTP operation. Enumeration: 'badDomainName': 6, 'success': 2, 'fileReadFailed': 9, 'linkFailed': 8, 'fileOpenFailLocal': 4, 'unreachableIpAddress': 7, 'pending': 1, 'aborted': 3, 'fileOpenFailRemote': 5, 'fileWriteFailed': 10.
                       cfcRequestCompletionTime 1.3.6.1.4.1.9.9.80.1.1.5.1.9 timestamp read-only
The value of sysUpTime when the operation completed. For an incomplete operation this value is zero.
                       cfcRequestStop 1.3.6.1.4.1.9.9.80.1.1.5.1.10 integer read-only
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. Enumeration: 'ready': 1, 'stop': 2.
                       cfcRequestOperationState 1.3.6.1.4.1.9.9.80.1.1.5.1.11 integer read-only
The operational state of the file transfer. To short-terminate the transfer set cfcRequestStop to 'stop'. Enumeration: 'stopping': 2, 'running': 1, 'stopped': 3.
                       cfcRequestEntryStatus 1.3.6.1.4.1.9.9.80.1.1.5.1.12 rowstatus read-only
The control that allows modification, creation, and deletion of entries. For detailed rules see the DESCRIPTION for cfcRequestEntry.
       ciscoFtpClientMIBConformance 1.3.6.1.4.1.9.9.80.3
           ciscoFtpClientMIBCompliances 1.3.6.1.4.1.9.9.80.3.1
               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.
           ciscoFtpClientMIBGroups 1.3.6.1.4.1.9.9.80.3.2
               ciscoFtpClientRequestGroup 1.3.6.1.4.1.9.9.80.3.2.1
FTP client request management.