MIBs Depot

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

FromSymbols
CISCO-SMIciscoMgmt
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Gauge32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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.1Unsigned32 (0..4294967295)read-writecurrent
cfcRequests
OBJECT-TYPE
The current number of requests in cfcRequestTable.
1.3.6.1.4.1.9.9.80.1.1.2Gauge32read-onlycurrent
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.3Gauge32read-onlycurrent
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.4Counter32read-onlycurrent
cfcRequestTable
OBJECT-TYPE
A table of FTP client requests.
1.3.6.1.4.1.9.9.80.1.1.5not-accessiblecurrent
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.1not-accessiblecurrent
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.1Unsigned32 (1..4294967295)not-accessiblecurrent
cfcRequestOperation
OBJECT-TYPE
The FTP operation to be performed.
1.3.6.1.4.1.9.9.80.1.1.5.1.2INTEGER {putBinary(1), putASCII(2)}read-createcurrent
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.3DisplayString (SIZE(1..255))read-createcurrent
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.4DisplayString (SIZE(1..255))read-createcurrent
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.5DisplayString (SIZE(1..64))read-createcurrent
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.6DisplayString (SIZE(1..32))read-createcurrent
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.7DisplayString (SIZE(0..16))read-createcurrent
cfcRequestResult
OBJECT-TYPE
The result of the FTP operation.
1.3.6.1.4.1.9.9.80.1.1.5.1.8INTEGER {pending(1), success(2), aborted(3), fileOpenFailLocal(4), fileOpenFailRemote(5), badDomainName(6), unreachableIpAddress(7), linkFailed(8), fileReadFailed(9), fileWriteFailed(10)}read-onlycurrent
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.9TimeStampread-onlycurrent
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.10INTEGER {ready(1), stop(2)}read-createcurrent
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.11INTEGER {running(1), stopping(2), stopped(3)}read-onlycurrent
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.12RowStatusread-createcurrent
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

NameOIDStatus
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.1current
ciscoFtpClientRequestGroup
OBJECT-GROUP
FTP client request management.
1.3.6.1.4.1.9.9.80.3.2.1current