wtSeriFtpAutoFtp
Com-Server-Intern-MIB ·
.1.3.6.1.4.1.5040.1.1.1.3.8.1.3
Object
column mandatory
r/w
Enumeration
Set this switch to 2 to activate the automatic FTP client. This mode is recommended when the same command needs to be executed over and over. The FTP commands are stored in the Com-Server. The latter opens a connection to the FTP server when it receives data on the serial port. It sends the login and runs the configured file command. Then the connection is closed again. Configure the command in the following parameter wtSeriFtpLoginString. Set this switch to 1 to activate the FTP client with serial protocol. See section FTP client mode in the corresponding manual for the Com-Server.
Context
- MIB
- Com-Server-Intern-MIB
- OID
.1.3.6.1.4.1.5040.1.1.1.3.8.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- wtSeriFtpClientEntry
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 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Com-Server-Intern-MIB::wtSeriFtpAutoFtp'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Com-Server-Intern-MIB::wtSeriFtpAutoFtp.<wtSeriInterfaceNo>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Com-Server-Intern-MIB' -M '/opt/observium/mibs/webgraph:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Com-Server-Intern-MIB::wtSeriFtpAutoFtp'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | wtSeriAutoFtpOff |
2 | wtSeriAutoFtpOn |