ftpClientRequestTable
ZHONE-COM-IP-FTP-CLIENT-MIB ·
.1.3.6.1.4.1.5504.4.1.18.5
Object
table
The table of ftp requests. An FTP request is initiated
by a manager by setting the required values and setting
the ftpClientRequestRowStatus to 'createAndGo'.
An FTP request is stopped and deleted by setting the
ftpClientRequestRowStatus to 'destroy'.
The manager obtains the index to utilize by getting the
next available index (get to ftpClientNextIndex).
Context
- MIB
- ZHONE-COM-IP-FTP-CLIENT-MIB
- OID
.1.3.6.1.4.1.5504.4.1.18.5- Type
- table
- Status
- current
- Parent
- ftpClient
- Siblings
- 4
- Children
- 1
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ftpClientNextIndex The next available index to be used for an FTP request.
The manager performs a get on this variable to determine
which index to utilize for its request. The agent
controls this va… | scalar | Integer32 | .1.3.6.1.4.1.5504.4.1.18.1 |
| ftpClientHighRequests The highest number of requests that the agent has
processed at one time. Because it is up to the manager
to delete a ftp request, even after completion,
this number may be artifi… | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.5504.4.1.18.2 |
| ftpClientAutoRemovals The number of times a manager tried to initiate an
ftp request (get of ftpClientNextIndex), and there were
not available indexes. In this case, the agent deletes
the oldest comp… | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.5504.4.1.18.3 |
| ftpClientIndexFailures The number of times a get was performed on the
ftpClientNextIndex field and all indexes were in
use (all had ftp requests in progress) | scalar | SNMPv2-SMIInteger32 | .1.3.6.1.4.1.5504.4.1.18.4 |
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ftpClientRequestEntry Each row of this table represents an ftp request that
may either be in progress or completed (see
ftpClientRequestResult). The manager both creates and
deletes entries utilizing… | row | - | .1.3.6.1.4.1.5504.4.1.18.5.1 |