enetResultsStatus
ELECTROLINE-DHT-ENET-MIB ·
.1.3.6.1.4.1.5802.1.3.1.2.5.1.12.1.3.3.1.1.3
Object
column Enumeration
This MIB shows the result status. A value of partial(1) is returned
while the test is running. A value of complete(2) is returned if the
test is stopped.
The inconsistent(0) value is returned if the test controls parameters
have been altered since the test results were conputed. This indicates
that the test results are not related to the test control parameters.
Note that all the results for one entry are updated at once
when a get on the enetResultsStatus is performed. This ensures
that all displayed results where taken in the same period and
are coherent with each other.
Context
- MIB
- ELECTROLINE-DHT-ENET-MIB
- OID
.1.3.6.1.4.1.5802.1.3.1.2.5.1.12.1.3.3.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- enetCurrentResultsEntry
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::enetResultsStatus'
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::enetResultsStatus.<enetResultsIndex>'
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::enetResultsStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | inconsistent |
1 | partial |
2 | complete |