ftpClientRequestRowStatus
ZHONE-COM-IP-FTP-CLIENT-MIB ·
.1.3.6.1.4.1.5504.4.1.18.5.1.11
Object
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
- user name
- password
A get on this field always return 'active'.
Context
- MIB
- ZHONE-COM-IP-FTP-CLIENT-MIB
- OID
.1.3.6.1.4.1.5504.4.1.18.5.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ftpClientRequestEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/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::ftpClientRequestRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -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::ftpClientRequestRowStatus.<ftpClientRequestIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-COM-IP-FTP-CLIENT-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-COM-IP-FTP-CLIENT-MIB::ftpClientRequestRowStatus'
Syntax
- Source
- Zhone-TCZhoneRowStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | active |
4 | createAndGo |
6 | destroy |