transferType
ExaltComProducts ·
.1.3.6.1.4.1.25651.1.2.3.3.4.3
Object
The file transfer type. Valid values: - uploadFirmware(0) - uploadConfig(1) - uploadRDD(2) (Valid only for TDD radios) - downloadFirmware(3) - downloadConfig(4) - downloadMIBs(5) - downloadEventLogs(6). The actual operation starts via updating transferStart parameter value.
Context
- MIB
- ExaltComProducts
- OID
.1.3.6.1.4.1.25651.1.2.3.3.4.3- Type
- scalar
- Access
- readwrite
- Status
- current
- 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 'ExaltComProducts' -M '/opt/observium/mibs/exalt:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ExaltComProducts::transferType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ExaltComProducts' -M '/opt/observium/mibs/exalt:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ExaltComProducts::transferType'
Syntax
- Source
- ExaltCommFileTransferTypeT
- Base type
Enumeration
Values & Constraints
Type Values
0 | uploadFirmware |
1 | uploadConfig |
2 | uploadRDD |
3 | downloadFirmware |
4 | downloadConfig |
5 | downloadMIBs |
6 | downloadEventLogs |