hwGponDeviceOntVoipFtpCfgResult

HUAWEI-XPON-COMMON-MIB · .1.3.6.1.4.1.2011.6.145.1.1.1.1.1.4

Object

column Enumeration
Query the failed alarm information of config XML file.
Options:
1. success(0)            - The ONT configuration is successful
2. resolvefail(1)        - Failed to resolve the configuration server name
3. notreach(2)           - Cannot reach configuration server(The port cannot be reached, ICMP errors)
4. notconnect(3)         - Cannot connect to configuration server (due to bad credentials or other fault after the port responded)
5. notvalidate(4)        - Cannot validate configuration server
6. notauthenticate(5)    - Cannot authenticate configuration session (e.g. missing credentials)
7. responsetimeout(6)    - Timeout waiting for response from configuration server
8. responsefail(7)       - Failure response received from configuration server
9. configfileerror(8)    - Configuration file received has an error
10. invalid(-1)          - Other errors

Context

MIB
HUAWEI-XPON-COMMON-MIB
OID
.1.3.6.1.4.1.2011.6.145.1.1.1.1.1.4
Type
column
Access
readonly
Status
current
Parent
hwGponDeviceOntVoipCfgFileInfoEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
-1invalid
0success
1resolvefail
2notreach
3notconnect
4notvalidate
5notauthenticate
6responsetimeout
7responsefail
8configfileerror