fileTransferProtocol
AETHRA-MIB ·
.1.3.6.1.4.1.7745.5.1.1.1
Object
scalar mandatory
r/w
Enumeration
Set this parameter to configure the protocol for file transfer command. The protocol file(4) reads from a local disk for download command, writes to a local disk for upload. OID: 1.3.6.1.4.1.7745.5.1.1.1
Context
- MIB
- AETHRA-MIB
- OID
.1.3.6.1.4.1.7745.5.1.1.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- fileTransfer
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 'AETHRA-MIB' -M '/opt/observium/mibs/aethra:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AETHRA-MIB::fileTransferProtocol.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AETHRA-MIB' -M '/opt/observium/mibs/aethra:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AETHRA-MIB::fileTransferProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tftp |
2 | ftp |
3 | http |
4 | file |
5 | scp |