me1200FirmwareControlImageUploadDoUpload
ME1200-FIRMWARE-MIB ·
.1.3.6.1.4.1.9.9.815.1.28.1.4.2.1
Object
Action to do upload image or not. true(1) is to do the upload operation. false(2) 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
- ME1200-FIRMWARE-MIB
- OID
.1.3.6.1.4.1.9.9.815.1.28.1.4.2.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- me1200FirmwareControlImageUpload
- 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 'ME1200-FIRMWARE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ME1200-FIRMWARE-MIB::me1200FirmwareControlImageUploadDoUpload.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ME1200-FIRMWARE-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ME1200-FIRMWARE-MIB::me1200FirmwareControlImageUploadDoUpload'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |