ZHONE-COM-IP-FTP-CLIENT-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
1
Rows
1
Columns
11
.1.3.6.1.4.1.5504.4.1.18.5 · 1 row entry · 11 columns
Uses the zhone variant from /opt/observium/mibs/zhone.
Command help
Walk ftpClientRequestTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZHONE-COM-IP-FTP-CLIENT-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-COM-IP-FTP-CLIENT-MIB::ftpClientRequestTable'
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).
ftpClientRequestEntry row .1.3.6.1.4.1.5504.4.1.18.5.1
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 the ftpClientRequestRowStatus field.
En…
Column Syntax OID
The index of this FTP request in this table. There is
a maximum number of 20 outstanding requests in the
system.
Integer32
Constraints:
range: 1-20
.1.3.6.1.4.1.5504.4.1.18.5.1.1
The operation requested by the manager with the default
being a 'put' of a file in binary mode. These are the
normal ftp operations allowed in being able to transfer a
file in either binary or ASCII modes.
Enumerationr/w
Enumerated Values:
1putBinary
2putAscii
3getBinary
4getAscii
.1.3.6.1.4.1.5504.4.1.18.5.1.2
The local file name to be used in the ftp operation.

No default value is specified and this field must be
specified on a row creation.
Zhone-TCZhoneFileNamer/w
Type Constraints:
range: 0..64
.1.3.6.1.4.1.5504.4.1.18.5.1.3
The remote filename used in the ftp operation. This value
must be specified when the row is created and there is
no default value.
Zhone-TCZhoneFileNamer/w
Type Constraints:
range: 0..64
.1.3.6.1.4.1.5504.4.1.18.5.1.4
Either the ip address or name specifying the location
of the FTP server. This value must be specified on the
row create and there is no default value.
Zhone-TCZhoneAdminStringr/w
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.4.1.18.5.1.5
The user name to be used during the authentication process
with the FTP server.

This field must be specified on the row create and there is
no default value.
Zhone-TCZhoneAdminStringr/w
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.4.1.18.5.1.6
The password associated with this user named which is
used during the authentication process with the FTP
server.

This value must be present during the row create and there
is no default value.
Zhone-TCZhoneAdminStringr/w
Type Constraints:
range: 0..32
.1.3.6.1.4.1.5504.4.1.18.5.1.7
The results of the FTP operation. The possible values are:

inProgress - currently executing the request
success - file has been transferred
stoppedByUser - operation was aborted
localFileNameError - File …
Enumeration
Enumerated Values:
1inProgress
2success
3stoppedByUser
4localFileNameError
5remoteFileNameError
6unreachableDestination
7invalidUserNamePassword
8tooManyOpenFiles
9readError
10writeError
.1.3.6.1.4.1.5504.4.1.18.5.1.8
The action requested by the user. The normal operation
is for a 'start' to be specified and this is the default
value. Specifying 'stop' aborts the current operation
in the current state.

Specifying 'stop…
Enumerationr/w
Enumerated Values:
1start
2stop
.1.3.6.1.4.1.5504.4.1.18.5.1.9
The time when the operation completed. This includes if
the operation was aborted.

While the operation is in progress, a value of 0 is
returned.
SNMPv2-TCTimeStamp
Based On: SNMPv2-SMITimeTicks
Description:
The value of the sysUpTime object at which a specific
occurrence happened. The specific occurrence must be

defined in the description of any object defined using this
type.

If sysUpTime is reset t…
.1.3.6.1.4.1.5504.4.1.18.5.1.10
The rowstatus is used by the manager to create or
destroy a ftp request.

Required fields on a create_and_go are:

- local and remote filenames
- server address or name
- …
Zhone-TCZhoneRowStatusr/w
Type Values:
1active
4createAndGo
6destroy
.1.3.6.1.4.1.5504.4.1.18.5.1.11