downloadMethod
PACKETFRONT-DRG-MIB ·
.1.3.6.1.4.1.9303.4.3.1.3.4
Object
scalar r/w
Enumeration
Defines the method to be used for the file download. This may be a specific protocol, or auto(3) which will cycle through the available methods to find one which works.
Context
- MIB
- PACKETFRONT-DRG-MIB
- OID
.1.3.6.1.4.1.9303.4.3.1.3.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- downloadConfig
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 'PACKETFRONT-DRG-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PACKETFRONT-DRG-MIB::downloadMethod.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PACKETFRONT-DRG-MIB' -M '/opt/observium/mibs/packetfront:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PACKETFRONT-DRG-MIB::downloadMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tftp |
2 | http |
3 | auto |