hpnicfEvbSetResult
HPN-ICF-EVB-MIB ·
.1.3.6.1.4.1.11.2.14.11.15.2.134.1.1
Object
scalar Enumeration
If a set operation on EVB-MIB-tables returns success, this object
indicates the actual result of this operation. Otherwise, it is
meaningless.
unknown: The set operation on the node has been completed, but the
result could only be got from the table which the set
operation happended.
processing: The set operation is in process. Another set operation
cannot be performed at this time.
success: The set operation has succeeded.
failed: The set operation has failed.
Context
- MIB
- HPN-ICF-EVB-MIB
- OID
.1.3.6.1.4.1.11.2.14.11.15.2.134.1.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- hpnicfEvbSysObjects
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 'HPN-ICF-EVB-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPN-ICF-EVB-MIB::hpnicfEvbSetResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPN-ICF-EVB-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPN-ICF-EVB-MIB::hpnicfEvbSetResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | processing |
3 | success |
4 | failed |