hmAutoconfigAdapterStatus
HMPRIV-MGMT-SNMP-MIB ·
.1.3.6.1.4.1.248.14.2.4.200.1
Object
scalar Enumeration
Status of the AutoConfiguration Adapter. notPresent(1): AutoConfiguration Adapter has not been detected. removed(2): Configuration was loaded from adapter, but adapter was removed in running mode of the agent. ok(3): Configuration of adapter and switch match. notInSync(4): Configuration of adapter and switch don't match, e.g. configuration has not yet been written into the adapter. outOfMemory(5): Configuration is too large for the adapter. wrongMachine(6): Adapter contains configuration which cannot be loaded into this machine because it was created by a different type of switch. checksumErr(7): Data in adapter fails consistency check. genericErr(8): Any other failure, e.g. hardware malfunction. autodisabled(9): USB port has been disabled for safety reasons.
Context
- MIB
- HMPRIV-MGMT-SNMP-MIB
- OID
.1.3.6.1.4.1.248.14.2.4.200.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- hmAutoconfigGroup
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 'HMPRIV-MGMT-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMPRIV-MGMT-SNMP-MIB::hmAutoconfigAdapterStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HMPRIV-MGMT-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HMPRIV-MGMT-SNMP-MIB::hmAutoconfigAdapterStatus'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.