CISCO-FTP-CLIENT-MIB
- Registered at
- 1.3.6.1.4.1.9.9.80
- Last updated
- 2006-03-31 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2006-03-31 00:00, 1997-10-09 17:00
- Namespace
- cisco
- Source file
CISCO-FTP-CLIENT-MIB- Digest
sha256:3e7e90cd03d4ffd4ce56286fdf61bcaa3ca19c6373cc2a1d2db0c89d1095351a
Description
The MIB module for invoking Internet File Transfer Protocol (FTP) operations for network management purposes.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-snmp@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TimeStamp |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-FTP-CLIENT-MIB CISCO-SMI SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoFtpClientMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.80.1 | |||
| cfcRequest OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.80.1.1 | |||
| cfcRequestMaximum OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.80.1.1.1 | Unsigned32 (0..4294967295) | read-write | current |
| cfcRequests OBJECT-TYPE The current number of requests in cfcRequestTable. | 1.3.6.1.4.1.9.9.80.1.1.2 | Gauge32 | read-only | current |
| cfcRequestsHigh OBJECT-TYPE The highest number of requests in cfcRequestTable since this system was last initialized. | 1.3.6.1.4.1.9.9.80.1.1.3 | Gauge32 | read-only | current |
| cfcRequestsBumped OBJECT-TYPE The number of requests in cfcRequestTable that were bumped out to make room for a new request. | 1.3.6.1.4.1.9.9.80.1.1.4 | Counter32 | read-only | current |
| cfcRequestTable OBJECT-TYPE A table of FTP client requests. | 1.3.6.1.4.1.9.9.80.1.1.5 | not-accessible | current | |
| cfcRequestEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.80.1.1.5.1 | not-accessible | current | |
| cfcRequestIndex OBJECT-TYPE An arbitrary integer to uniquely identify this entry. To create an entry a management application should pick a random number. | 1.3.6.1.4.1.9.9.80.1.1.5.1.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| cfcRequestOperation OBJECT-TYPE The FTP operation to be performed. | 1.3.6.1.4.1.9.9.80.1.1.5.1.2 | INTEGER {putBinary(1), putASCII(2)} | read-create | current |
| cfcRequestLocalFile OBJECT-TYPE The local file on which the operation is to be performed. | 1.3.6.1.4.1.9.9.80.1.1.5.1.3 | DisplayString (SIZE(1..255)) | read-create | current |
| cfcRequestRemoteFile OBJECT-TYPE The remote file on which the operation is to be performed. | 1.3.6.1.4.1.9.9.80.1.1.5.1.4 | DisplayString (SIZE(1..255)) | read-create | current |
| cfcRequestServer OBJECT-TYPE The domain name or IP address of the FTP server to use. | 1.3.6.1.4.1.9.9.80.1.1.5.1.5 | DisplayString (SIZE(1..64)) | read-create | current |
| cfcRequestUser OBJECT-TYPE The user name to use at the FTP server. | 1.3.6.1.4.1.9.9.80.1.1.5.1.6 | DisplayString (SIZE(1..32)) | read-create | current |
| cfcRequestPassword OBJECT-TYPE The password to use at the FTP server. When read this object always returns a zero-length string. | 1.3.6.1.4.1.9.9.80.1.1.5.1.7 | DisplayString (SIZE(0..16)) | read-create | current |
| cfcRequestResult OBJECT-TYPE The result of the FTP operation. | 1.3.6.1.4.1.9.9.80.1.1.5.1.8 | INTEGER {pending(1), success(2), aborted(3), fileOpenFailLocal(4), fileOpenFailRemote(5), badDomainName(6), unreachableIpAddress(7), linkFailed(8), fileReadFailed(9), fileWriteFailed(10)} | read-only | current |
| cfcRequestCompletionTime OBJECT-TYPE The value of sysUpTime when the operation completed. For an incomplete operation this value is zero. | 1.3.6.1.4.1.9.9.80.1.1.5.1.9 | TimeStamp | read-only | current |
| cfcRequestStop OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.80.1.1.5.1.10 | INTEGER {ready(1), stop(2)} | read-create | current |
| cfcRequestOperationState OBJECT-TYPE The operational state of the file transfer. To short-terminate the transfer set cfcRequestStop to 'stop'. | 1.3.6.1.4.1.9.9.80.1.1.5.1.11 | INTEGER {running(1), stopping(2), stopped(3)} | read-only | current |
| cfcRequestEntryStatus OBJECT-TYPE The control that allows modification, creation, and deletion of entries. For detailed rules see the DESCRIPTION for cfcRequestEntry. | 1.3.6.1.4.1.9.9.80.1.1.5.1.12 | RowStatus | read-create | current |
| ciscoFtpClientMIBConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.80.3 | |||
| ciscoFtpClientMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.80.3.1 | |||
| ciscoFtpClientMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.80.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoFtpClientMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco FTP Client MIB. Implementation of this MIB is based on individual product needs. | 1.3.6.1.4.1.9.9.80.3.1.1 | current |
| ciscoFtpClientRequestGroup OBJECT-GROUP FTP client request management. | 1.3.6.1.4.1.9.9.80.3.2.1 | current |