enetTestStatus
ELECTROLINE-DHT-ENET-MIB ·
.1.3.6.1.4.1.5802.1.3.1.2.5.1.12.1.3.1.1.1.18
Object
column Enumeration
This MIB indicates the test status. A value of N/A(0) is returned before the test is ran. A value of Running (1) is returned while the test is in progress. A value of Completed (2) is returned when the test is stopped by the TestControl MIB or by the end-point when the enetTestNumOfPackets is reached. A value of RessourceUnavailable (3) is returned when the end-point is not able to start the test due to internal or network limitations. A value of InvalidParameters(4) is returned if the test parameters cannot be accepted by the end-point. A value of Ready(5) is reported if the SetUpTest command succeeded.
Context
- MIB
- ELECTROLINE-DHT-ENET-MIB
- OID
.1.3.6.1.4.1.5802.1.3.1.2.5.1.12.1.3.1.1.1.18- Type
- column
- Access
- readonly
- Status
- current
- Parent
- enetTestControlEntry
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 'ELECTROLINE-DHT-ENET-MIB' -M '/opt/observium/mibs/electroline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELECTROLINE-DHT-ENET-MIB::enetTestStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELECTROLINE-DHT-ENET-MIB' -M '/opt/observium/mibs/electroline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELECTROLINE-DHT-ENET-MIB::enetTestStatus.<enetTestIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELECTROLINE-DHT-ENET-MIB' -M '/opt/observium/mibs/electroline:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELECTROLINE-DHT-ENET-MIB::enetTestStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | na |
1 | running |
2 | completed |
3 | ressourceUnavailable |
4 | invalidParameter |
5 | ready |