zhoneBertStatus

ZHONE-Wan-MIB · .1.3.6.1.4.1.5504.5.2.14.1.1

Object

column Enumeration
The overall BERT operational status.  This field will indicate 
the operation status for the interface indexed by 
zhoneBertInterfaceIndex.
              
                                      
inProgress (1)        - if the test is currently running.
              
abortInProgress (2)   - if a request to stop the test
                        is still in progress.
              
complete (3)          - if the test has been run at least 
                        once since system reset and has 
                        completed.
              
noResults (4)         - if the test results are empty, such as 
                        after a system reset.
              
aborted (5)           - if the test was aborted by the user before
                        it could complete. 
              
unsupported (6)       - if the device does not support BERT.
              
portNotAdminTest (7)  - if port not in admin TEST.
              
failed (8)            - if BERT failed to complete.

Context

MIB
ZHONE-Wan-MIB
OID
.1.3.6.1.4.1.5504.5.2.14.1.1
Type
column
Access
readonly
Status
current
Parent
zhoneDs1BertResultsEntry

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 'ZHONE-Wan-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-Wan-MIB::zhoneBertStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-Wan-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-Wan-MIB::zhoneBertStatus.<zhoneBertIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-Wan-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-Wan-MIB::zhoneBertStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1inProgress
2abortInProgress
3complete
4noResults
5aborted
6unsupported
7portNotAdminTest
8failed