wwpFTransferActivate
WWP-FILE-TRANSFER-MIB ·
.1.3.6.1.4.1.6141.2.7.1.1.5
Object
Activate the file transfer operation with a value of True(1). The object will return to 'false' once the file transfer is completed. Poll wwpFTransferStatus for current status. Default value is False. wwpFTransferRemoteFileName, wwpFTransferServerAddress and wwpFTransferOp must be valid prior to setting this object to True.
Context
- MIB
- WWP-FILE-TRANSFER-MIB
- OID
.1.3.6.1.4.1.6141.2.7.1.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- wwpFileTransfer
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 'WWP-FILE-TRANSFER-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WWP-FILE-TRANSFER-MIB::wwpFTransferActivate.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WWP-FILE-TRANSFER-MIB' -M '/opt/observium/mibs/ciena:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WWP-FILE-TRANSFER-MIB::wwpFTransferActivate'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |