loadExecute
QTECH-GBNPlatformOAM-MIB ·
.1.3.6.1.4.1.27514.1.2.1.1.6.4
Object
scalar r/w
Enumeration
Execute file download or upload procedure. A SET of this object starts the load procedure. Note that the Application and Boot images can only be downloaded. The NVM Configuration file can be uploaded and downloaded. A GET of this object will return the status of the executed operation. Use 'gbnCommonLoadExecuteStatus' to determine the status of the executed load.
Context
- MIB
- QTECH-GBNPlatformOAM-MIB
- OID
.1.3.6.1.4.1.27514.1.2.1.1.6.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- gbnPlatformOAMUpDownLoad
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 'QTECH-GBNPlatformOAM-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-GBNPlatformOAM-MIB::loadExecute.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-GBNPlatformOAM-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-GBNPlatformOAM-MIB::loadExecute'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noop |
2 | downloadTftp |
3 | uploadTftp |
4 | downloadFtp |
5 | uploadFtp |
6 | downloadXmodem |