nbsEusmCableTestStatus

NBS-EUSM-MIB · .1.3.6.1.4.1.629.202.3.2.1.1

Object

column r/w Enumeration
To initiate and get the status of the cable test feature. It
is applicable only to copper ports. In the future we may
have multiple copper ports. A GET on this object will show
testIdle if a test has never been run, or testCompleted(4)
if it has.
              
When testStart(2) is SET, for a short time of
about 3 seconds you would expect to see testInProgress(3).
Time-stamp of the test start will be sent by the SNMP agent
to the line-card to keep track of the time instance of the
test.

Context

MIB
NBS-EUSM-MIB
OID
.1.3.6.1.4.1.629.202.3.2.1.1
Type
column
Access
readwrite
Status
current
Parent
nbsEusmCableTestEntry

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

Syntax

Enumeration

Values & Constraints

Enumerated Values
1notSupported
2testStart
3testInProgress
4testCompleted
5testIdle