zxGponPingResultStatus
ZXGPON-ONTMGMT-MIB ·
.1.3.6.1.4.1.3902.1012.3.50.27.3.1.1
Object
column Enumeration
This attribute specifies the status of Ping test. notStarted:The test is not started, and the result is unavailable. inProgress:The test is in progress, and the result is unavailable. finished:The test is in finished, and the result is available. failed:The test is failed,and the result is unavailable.
Context
- MIB
- ZXGPON-ONTMGMT-MIB
- OID
.1.3.6.1.4.1.3902.1012.3.50.27.3.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zxGponPingResultEntry
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 'ZXGPON-ONTMGMT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXGPON-ONTMGMT-MIB::zxGponPingResultStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZXGPON-ONTMGMT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZXGPON-ONTMGMT-MIB::zxGponPingResultStatus.<zxGponOltIndex>.<zxGponONTIndex>.<zxGponIPHostConfigDataId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZXGPON-ONTMGMT-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZXGPON-ONTMGMT-MIB::zxGponPingResultStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notStarted |
2 | inProgress |
3 | finished |
4 | failed |