zyCableDiagnosticPortStatusActionStatus
ZYXEL-CABLE-DIAG-MIB ·
.1.3.6.1.4.1.890.1.15.3.112.2.1.1.1
Object
column Enumeration
Indicates the status of the last cable diagnostic test action set on the interface. none(0) - The cable diagnostic has never been run for this interface or the previous result has been cleared. success(1) - The last cable diagnostic test was done successfully. failure(2) - The last cable diagnostic test was failed. processing(3) - The cable diagnostic is running currently on the interface.
Context
- MIB
- ZYXEL-CABLE-DIAG-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.112.2.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zyxelCableDiagnosticPortStatusEntry
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 'ZYXEL-CABLE-DIAG-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-CABLE-DIAG-MIB::zyCableDiagnosticPortStatusActionStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-CABLE-DIAG-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-CABLE-DIAG-MIB::zyCableDiagnosticPortStatusActionStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-CABLE-DIAG-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-CABLE-DIAG-MIB::zyCableDiagnosticPortStatusActionStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | success |
2 | failure |
3 | processing |