AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » Cisco » CISCO-FTP-CLIENT-MIB » Objects

CISCO-FTP-CLIENT-MIB.mib object view, vendor Cisco

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file CISCO-FTP-CLIENT-MIB and use it to monitor vendor specific OID's.

CISCO-FTP-CLIENT-MIB file content

Object view of CISCO-FTP-CLIENT-MIB:

Scalar Object
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.
cfcRequests .1.3.6.1.4.1.9.9.80.1.1.2
The current number of requests in cfcRequestTable.
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.
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.
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'.
Tabular Object
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.
cfcRequestOperation .1.3.6.1.4.1.9.9.80.1.1.5.1.2
The FTP operation to be performed.
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.
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.
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.
cfcRequestUser .1.3.6.1.4.1.9.9.80.1.1.5.1.6
The user name to use at the FTP server.
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.
cfcRequestResult .1.3.6.1.4.1.9.9.80.1.1.5.1.8
The result of the FTP operation.
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.
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.
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'.
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.
Table
cfcRequestTable .1.3.6.1.4.1.9.9.80.1.1.5
A table of FTP client requests.
Object Identifier
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
ciscoFtpClientMIBConformance .1.3.6.1.4.1.9.9.80.3
ciscoFtpClientMIBCompliances .1.3.6.1.4.1.9.9.80.3.1
ciscoFtpClientMIBGroups .1.3.6.1.4.1.9.9.80.3.2
Group
ciscoFtpClientRequestGroup .1.3.6.1.4.1.9.9.80.3.2.1
FTP client request management.