[no_bulk] DDM* MIBs for Jetstream OS (#13715)

This commit is contained in:
Peca Nesovanovic
2022-01-27 11:54:07 +01:00
committed by GitHub
parent 3a4efc6fa0
commit a1c6b735b0
2 changed files with 89 additions and 66 deletions

View File

@@ -1,5 +1,4 @@
--- mib: TPLINK-SYSINFO-MIB:TPLINK-SYSMONITOR-MIB:TPLINK-DDMSTATUS-MIB:TPLINK-DDMBIASCURTHRESHOLD-MIB:TPLINK-DDMTEMPTHRESHOLD-MIB:TPLINK-DDMVOLTHRESHOLD-MIB:TPLINK-DDMRXPOWTHRESHOLD-MIB:TPLINK-DDMTXPOWTHRESHOLD-MIB:TPLINK-POWER-OVER-ETHERNET-MIB
mib: TPLINK-SYSINFO-MIB:TPLINK-SYSMONITOR-MIB:TPLINK-DDMSTATUS-MIB:TPLINK-DDMBIASCURTHRESHOLD-MIB:TPLINK-DDMRXPOWTHRESHOLD-MIB:TPLINK-DDMTXPOWTHRESHOLD-MIB:TPLINK-DDMTEMPTHRESHOLD-MIB:TPLINK-DDMVOLTHRESHOLD-MIB:TPLINK-POWER-OVER-ETHERNET-MIB
modules: modules:
os: os:
hardware: TPLINK-SYSINFO-MIB::tpSysInfoHwVersion.0 hardware: TPLINK-SYSINFO-MIB::tpSysInfoHwVersion.0
@@ -22,72 +21,73 @@ modules:
data: data:
- -
oid: oid:
- ddmBiasCurThresholdLowAlarm - TPLINK-DDMSTATUS-MIB::ddmStatusTable
- ddmBiasCurThresholdLowWarn - TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdLowAlarm
- ddmBiasCurThresholdHighAlarm - TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdLowWarn
- ddmBiasCurThresholdHighWarn - TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdHighAlarm
- ddmTempThresholdLowAlarm - TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdHighWarn
- ddmTempThresholdLowWarn - TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdLowAlarm
- ddmTempThresholdHighAlarm - TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdLowWarn
- ddmTempThresholdHighWarn - TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdHighAlarm
- ddmVolThresholdLowAlarm - TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdHighWarn
- ddmVolThresholdLowWarn - TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdLowAlarm
- ddmVolThresholdHighAlarm - TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdLowWarn
- ddmVolThresholdHighWarn - TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdHighAlarm
- ddmRxPowThresholdLowAlarm - TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdHighWarn
- ddmRxPowThresholdLowWarn - TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdLowAlarm
- ddmRxPowThresholdHighAlarm - TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdLowWarn
- ddmRxPowThresholdHighWarn - TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdHighAlarm
- ddmTxPowThresholdLowAlarm - TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdHighWarn
- ddmTxPowThresholdLowWarn - TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdLowAlarm
- ddmTxPowThresholdHighAlarm - TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdLowWarn
- ddmTxPowThresholdHighWarn - TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdHighAlarm
- TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdHighWarn
current: current:
data: data:
- -
oid: ddmStatusEntry oid: TPLINK-DDMSTATUS-MIB::ddmStatusTable
num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.4.{{ $index }}' num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.4.{{ $index }}'
value: ddmStatusBiasCurrent value: TPLINK-DDMSTATUS-MIB::ddmStatusBiasCurrent
descr: 'DDM Bias Current {{ $ddmStatusPort }}' descr: 'DDM Bias Current {{ $TPLINK-DDMSTATUS-MIB::ddmStatusPort }}'
divisor: 1000 divisor: 1000
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
group: SFPs group: SFPs
index: 'ddmStatusBiasCurrent.{{ $index }}' index: 'ddmStatusBiasCurrent.{{ $index }}'
low_limit: ddmBiasCurThresholdLowAlarm low_limit: TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdLowAlarm
low_warn_limit: ddmBiasCurThresholdLowWarn low_warn_limit: TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdLowWarn
high_limit: ddmBiasCurThresholdHighAlarm high_limit: TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdHighAlarm
warn_limit: ddmBiasCurThresholdHighWarn warn_limit: TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdHighWarn
dbm: dbm:
data: data:
- -
oid: ddmStatusEntry oid: TPLINK-DDMSTATUS-MIB::ddmStatusTable
num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.5.{{ $index }}' num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.5.{{ $index }}'
value: ddmStatusTxPow value: TPLINK-DDMSTATUS-MIB::ddmStatusTxPow
descr: 'DDM TX Power {{ $ddmStatusPort }}' descr: 'DDM TX Power {{ $TPLINK-DDMSTATUS-MIB::ddmStatusPort }}'
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
group: SFPs group: SFPs
index: 'ddmStatusTxPow.{{ $index }}' index: 'ddmStatusTxPow.{{ $index }}'
user_func: mw_to_dbm user_func: mw_to_dbm
low_limit: ddmTxPowThresholdLowAlarm low_limit: TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdLowAlarm
low_warn_limit: ddmTxPowThresholdLowWarn low_warn_limit: TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdLowWarn
high_limit: ddmTxPowThresholdHighAlarm high_limit: TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdHighAlarm
warn_limit: ddmTxPowThresholdHighWarn warn_limit: TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdHighWarn
- -
oid: ddmStatusEntry oid: TPLINK-DDMSTATUS-MIB::ddmStatusTable
num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.6.{{ $index }}' num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.6.{{ $index }}'
value: ddmStatusRxPow value: TPLINK-DDMSTATUS-MIB::ddmStatusRxPow
descr: 'DDM RX Power {{ $ddmStatusPort }}' descr: 'DDM RX Power {{ $TPLINK-DDMSTATUS-MIB::ddmStatusPort }}'
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
group: SFPs group: SFPs
index: 'ddmStatusRxPow.{{ $index }}' index: 'ddmStatusRxPow.{{ $index }}'
user_func: mw_to_dbm user_func: mw_to_dbm
low_limit: ddmRxPowThresholdLowAlarm low_limit: TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdLowAlarm
low_warn_limit: ddmRxPowThresholdLowWarn low_warn_limit: TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdLowWarn
high_limit: ddmRxPowThresholdHighAlarm high_limit: TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdHighAlarm
warn_limit: ddmRxPowThresholdHighWarn warn_limit: TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdHighWarn
power: power:
data: data:
- -
@@ -117,10 +117,10 @@ modules:
state: state:
data: data:
- -
oid: ddmStatusEntry oid: TPLINK-DDMSTATUS-MIB::ddmStatusTable
num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.7.{{ $index }}' num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.7.{{ $index }}'
value: ddmStatusDataReady value: TPLINK-DDMSTATUS-MIB::ddmStatusDataReady
descr: 'DDM Data Ready {{ $ddmStatusPort }}' descr: 'DDM Data Ready {{ $TPLINK-DDMSTATUS-MIB::ddmStatusPort }}'
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
group: SFPs group: SFPs
@@ -132,10 +132,10 @@ modules:
- {value: 2, generic: 2, graph: 2, descr: N/A} - {value: 2, generic: 2, graph: 2, descr: N/A}
state_name: ddmStatusDataReady state_name: ddmStatusDataReady
- -
oid: ddmStatusEntry oid: TPLINK-DDMSTATUS-MIB::ddmStatusTable
num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.8.{{ $index }}' num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.8.{{ $index }}'
value: ddmStatusLossSignal value: TPLINK-DDMSTATUS-MIB::ddmStatusLossSignal
descr: 'DDM Loss of Signal {{ $ddmStatusPort }}' descr: 'DDM Loss of Signal {{ $TPLINK-DDMSTATUS-MIB::ddmStatusPort }}'
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
group: SFPs group: SFPs
@@ -144,10 +144,10 @@ modules:
states: *ddm_states states: *ddm_states
state_name: ddmStatusLossSignal state_name: ddmStatusLossSignal
- -
oid: ddmStatusEntry oid: TPLINK-DDMSTATUS-MIB::ddmStatusTable
num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.9.{{ $index }}' num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.9.{{ $index }}'
value: ddmStatusTxFault value: TPLINK-DDMSTATUS-MIB::ddmStatusTxFault
descr: 'DDM TX Fault {{ $ddmStatusPort }}' descr: 'DDM TX Fault {{ $TPLINK-DDMSTATUS-MIB::ddmStatusPort }}'
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
group: SFPs group: SFPs
@@ -158,30 +158,30 @@ modules:
temperature: temperature:
data: data:
- -
oid: ddmStatusEntry oid: TPLINK-DDMSTATUS-MIB::ddmStatusTable
num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.2.{{ $index }}' num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.2.{{ $index }}'
value: ddmStatusTemperature value: TPLINK-DDMSTATUS-MIB::ddmStatusTemperature
descr: 'DDM Temperature {{ $ddmStatusPort }}' descr: 'DDM Temperature {{ $TPLINK-DDMSTATUS-MIB::ddmStatusPort }}'
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
group: SFPs group: SFPs
index: 'ddmStatusTemperature.{{ $index }}' index: 'ddmStatusTemperature.{{ $index }}'
low_limit: ddmTempThresholdLowAlarm low_limit: TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdLowAlarm
low_warn_limit: ddmTempThresholdLowWarn low_warn_limit: TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdLowWarn
high_limit: ddmTempThresholdHighAlarm high_limit: TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdHighAlarm
warn_limit: ddmTempThresholdHighWarn warn_limit: TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdHighWarn
voltage: voltage:
data: data:
- -
oid: ddmStatusEntry oid: TPLINK-DDMSTATUS-MIB::ddmStatusTable
num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.3.{{ $index }}' num_oid: '.1.3.6.1.4.1.11863.6.96.1.7.1.1.3.{{ $index }}'
value: ddmStatusVoltage value: TPLINK-DDMSTATUS-MIB::ddmStatusVoltage
descr: 'DDM Voltage {{ $ddmStatusPort }}' descr: 'DDM Voltage {{ $TPLINK-DDMSTATUS-MIB::ddmStatusPort }}'
entPhysicalIndex: '{{ $index }}' entPhysicalIndex: '{{ $index }}'
entPhysicalIndex_measured: ports entPhysicalIndex_measured: ports
group: SFPs group: SFPs
index: 'ddmStatusVoltage.{{ $index }}' index: 'ddmStatusVoltage.{{ $index }}'
low_limit: ddmVolThresholdLowAlarm low_limit: TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdLowAlarm
low_warn_limit: ddmVolThresholdLowWarn low_warn_limit: TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdLowWarn
high_limit: ddmVolThresholdHighAlarm high_limit: TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdHighAlarm
warn_limit: ddmVolThresholdHighWarn warn_limit: TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdHighWarn

View File

@@ -10,3 +10,26 @@ discovery:
- -
sysDescr: sysDescr:
- JetStream - JetStream
oids:
no_bulk:
- TPLINK-DDMSTATUS-MIB::ddmStatusTable
- TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdLowAlarm
- TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdLowWarn
- TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdHighAlarm
- TPLINK-DDMBIASCURTHRESHOLD-MIB::ddmBiasCurThresholdHighWarn
- TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdLowAlarm
- TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdLowWarn
- TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdHighAlarm
- TPLINK-DDMTEMPTHRESHOLD-MIB::ddmTempThresholdHighWarn
- TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdLowAlarm
- TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdLowWarn
- TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdHighAlarm
- TPLINK-DDMVOLTHRESHOLD-MIB::ddmVolThresholdHighWarn
- TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdLowAlarm
- TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdLowWarn
- TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdHighAlarm
- TPLINK-DDMRXPOWTHRESHOLD-MIB::ddmRxPowThresholdHighWarn
- TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdLowAlarm
- TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdLowWarn
- TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdHighAlarm
- TPLINK-DDMTXPOWTHRESHOLD-MIB::ddmTxPowThresholdHighWarn