applTestStatus
PDN-DIAGNOSTICS-MIB ·
.1.3.6.1.4.1.1795.2.24.2.16.1.2.5.1.3
Object
column mandatory
Enumeration
This object shows the current status of an application test. none - indicates waiting for test parameters. inProgress - indicates the test is in process. success - indicates the test is completed. failed - indicates the test is failed. abort - indicates the test was aborted
Context
- MIB
- PDN-DIAGNOSTICS-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.16.1.2.5.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- applTestStatusEntry
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 'PDN-DIAGNOSTICS-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DIAGNOSTICS-MIB::applTestStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'PDN-DIAGNOSTICS-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PDN-DIAGNOSTICS-MIB::applTestStatus.<applTestId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'PDN-DIAGNOSTICS-MIB' -M '/opt/observium/mibs/paradyne:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'PDN-DIAGNOSTICS-MIB::applTestStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | inProgress |
3 | success |
4 | failed |
5 | abort |