Please help me with the YAML file I recently reworked for Vsole OLT. Instead of the PON optical signal, I made changes to the uplink interface. Everything is working fine except the TX optical parameter, which cannot be shown on the dashboard, but it is clearly reading when running the discovery module.
mib: V1600D
modules:
os:
hardware: V1600D::v1600dOltType.5.0
serial: V1600D::systemInfo.11.0
version: V1600D::sysFirmVersion.0
features: V1600D::sysHardVersion.0
mempools:
data:
-
percent_used: V1600D::memoryLoad
descr: 'Memory Load'
processors:
data:
-
oid: V1600D::cpuLoad
num_oid: '1.3.6.1.4.1.37950.1.1.5.10.12.3.{{ $index }}'
descr: 'CPU Load'
sensors:
pre-cache:
data:
-
oid: upLinkPortDescr
temperature:
data:
-
oid: V1600D::sysTemperature
num_oid: '.1.3.6.1.4.1.37950.1.1.5.10.12.5.9.{{ $index }}'
descr: "System Temperature"
-
oid: V1600D::upLinkOpticalTransceiverTable
value: V1600D::upLinktempperature
num_oid: '.1.3.6.1.4.1.37950.1.1.5.10.13.7.1.2.{{ $index }}'
descr: "{{ $upLinkPortDescr }} Temperature"
group: "UPLINK"
current:
data:
-
oid: V1600D::upLinkOpticalTransceiverTable
value: V1600D::upLinkbiasCurrent
num_oid: '.1.3.6.1.4.1.37950.1.1.5.10.13.7.1.4.{{ $index }}'
descr: "{{ $upLinkPortDescr }} UPLINK-SFP-Bias"
divisor: 1000
group: "UPLINK"
dbm:
data:
-
oid: V1600D::upLinkOpticalTransceiverTable
value: V1600D::upLinktransmitPower
num_oid: '.1.3.6.1.4.1.37950.1.1.5.10.13.7.1.5.{{ $index }}'
descr: "{{ $upLinkPortDescr }} TXPower"
group: "UPLINK"
-
oid: V1600D::upLinkOpticalTransceiverTable
value: V1600D::upLinkreceivePower
num_oid: '.1.3.6.1.4.1.37950.1.1.5.10.13.7.1.6.{{ $index }}'
descr: "{{ $upLinkPortDescr }} RXPower"
group: "UPLINK"