hwRnDeviceObjectConfigResult
HUAWEI-RN-MIB ·
.1.3.6.1.4.1.2011.6.188.1.3.1.2
Object
column Enumeration
Indicates the RN configuration status. When the running status is online, ETH RN status can be one of the following. Options: 1. normal(1) - Normal 2. failed(2) - Failed 3. notConfig(3) - Not config 4. config(4) - Config 5. invalidValue(-1) - Invalid value
Context
- MIB
- HUAWEI-RN-MIB
- OID
.1.3.6.1.4.1.2011.6.188.1.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwRnDeviceInfoEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'HUAWEI-RN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-RN-MIB::hwRnDeviceObjectConfigResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-RN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-RN-MIB::hwRnDeviceObjectConfigResult.<ifIndex>.<hwRnDeviceOntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-RN-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-RN-MIB::hwRnDeviceObjectConfigResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalidValue |
1 | normal |
2 | failed |
3 | notConfig |
4 | config |