zxAnFileFtpOperType
ZTE-AN-FTP-CLIENT-MIB ·
.1.3.6.1.4.1.3902.1015.1.1.50.1.2
Object
scalar r/w
Enumeration
The operation type is based on ManagedMainType and ManagedSubType.
UpLoad: put file to NMS ftp server.Used for SubType: PORT_LINK_INFO,STARTUP_FILE,RUNNING_FILE,SAVED_FILE.
DownLoad: get file from NMS ftp server.Used for SubType: STARTUP_FILE,RUNNING_FILE,SAVED_FILE.
Context
- MIB
- ZTE-AN-FTP-CLIENT-MIB
- OID
.1.3.6.1.4.1.3902.1015.1.1.50.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- zxAnFtpClientMIBObjects
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-FTP-CLIENT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-FTP-CLIENT-MIB::zxAnFileFtpOperType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-FTP-CLIENT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-FTP-CLIENT-MIB::zxAnFileFtpOperType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | upload |
2 | download |