hwOntVoipSignalProfileCommitResult
HUAWEI-VOIP-ONT-MIB ·
.1.3.6.1.4.1.2011.6.36.11.26.1.5
Object
column Enumeration
Indicates the commit result of a ONT VoIP signal 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-VOIP-ONT-MIB
- OID
.1.3.6.1.4.1.2011.6.36.11.26.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwOntVoipSignalProfileEntry
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-VOIP-ONT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-VOIP-ONT-MIB::hwOntVoipSignalProfileCommitResult'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-VOIP-ONT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-VOIP-ONT-MIB::hwOntVoipSignalProfileCommitResult.<hwOntVoipSignalProfileIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-VOIP-ONT-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-VOIP-ONT-MIB::hwOntVoipSignalProfileCommitResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | success |
2 | fail |
3 | operating |