flashCmdOperation
CT-FLASH-MIB ·
.1.3.6.1.4.1.52.4.1.5.10.3.4
Object
scalar mandatory
r/w
Enumeration
Operation to perform on the specified flash file. Download and upload operations require that the network. pathname, filename, version, type, and volume be specified. Cleanup does not require any additional information.
Context
- MIB
- CT-FLASH-MIB
- OID
.1.3.6.1.4.1.52.4.1.5.10.3.4- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- flashCmd
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 'CT-FLASH-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-FLASH-MIB::flashCmdOperation.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CT-FLASH-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CT-FLASH-MIB::flashCmdOperation'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | install |
2 | download |
3 | upload |
4 | cleanup |
5 | delete |
6 | none |