cie1000FirmwareControlImageUploadDoUpload
CIE1000-FIRMWARE-MIB ·
.1.3.6.1.4.1.9.9.832.1.28.1.4.2.1
Object
Action to do upload image or not. true is to do the upload operation. false is to do nothing. The upload operation may need longer time to upload the image, so the SNMP timeout time needs to be modified accordingly.
Context
- MIB
- CIE1000-FIRMWARE-MIB
- OID
.1.3.6.1.4.1.9.9.832.1.28.1.4.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cie1000FirmwareControlImageUpload
- Groups
- 1
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 'CIE1000-FIRMWARE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-FIRMWARE-MIB::cie1000FirmwareControlImageUploadDoUpload.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIE1000-FIRMWARE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIE1000-FIRMWARE-MIB::cie1000FirmwareControlImageUploadDoUpload'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |