hwGponDeviceLineProfileCommitResult

HUAWEI-XPON-MIB · .1.3.6.1.4.1.2011.6.128.1.1.3.61.1.11

Object

column Enumeration
This object indicates the commit result of a GPON line profile, the aging time of the result is 20s.
Options:
1. success(1)   - Indicates that the commit result is success
2. fail(2)      - Indicates that the commit result is fail
3. operating(3) - Indicates that the commit does not complete
4. invalid(-1)  - Indicates that no commit is being operated

Context

MIB
HUAWEI-XPON-MIB
OID
.1.3.6.1.4.1.2011.6.128.1.1.3.61.1.11
Type
column
Access
readonly
Status
current
Parent
hwGponDeviceLineProfileInfoEntry

Walk 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-XPON-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-XPON-MIB::hwGponDeviceLineProfileCommitResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-XPON-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-XPON-MIB::hwGponDeviceLineProfileCommitResult.<hwGponDeviceLineProfileInfoNameIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-XPON-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-XPON-MIB::hwGponDeviceLineProfileCommitResult'

Syntax

Enumeration

Values & Constraints

Enumerated Values
-1invalid
1success
2fail
3operating