rcAutoConfigResult
AUTO-CONFIGURATION-MIB ·
.1.3.6.1.4.1.8886.6.1.28.8
Object
scalar Enumeration
The object indicates the result states of auto upgrade.
Context
- MIB
- AUTO-CONFIGURATION-MIB
- OID
.1.3.6.1.4.1.8886.6.1.28.8- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- rcAutoConfig
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 'AUTO-CONFIGURATION-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AUTO-CONFIGURATION-MIB::rcAutoConfigResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AUTO-CONFIGURATION-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AUTO-CONFIGURATION-MIB::rcAutoConfigResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | succeeded |
3 | ipAddressUnavailable |
4 | acquireFailed |
5 | getFailed |
6 | writeFailed |
7 | notEnoughMemory |
8 | other |
9 | stopped |