hm2FMActionActivateResult
HM2-FILEMGMT-MIB ·
.1.3.6.1.4.1.248.11.21.1.2.12
Object
scalar Enumeration
Either returns ok(1) if the action is successfully started, param-error(2) if there is some problem with the given parameters or busy(3) if there is still an action in progress.
Context
- MIB
- HM2-FILEMGMT-MIB
- OID
.1.3.6.1.4.1.248.11.21.1.2.12- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- hm2FileMgmtActionGroup
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 'HM2-FILEMGMT-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-FILEMGMT-MIB::hm2FMActionActivateResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-FILEMGMT-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-FILEMGMT-MIB::hm2FMActionActivateResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | paramError |
3 | busy |