From 7c4e95b5857378b8c52d6f8b34b2dec69faed3f7 Mon Sep 17 00:00:00 2001 From: hui-ma Date: Wed, 11 Jul 2018 00:15:43 -0700 Subject: [PATCH] Update OIDsforSensorandTransciver.MD --- doc/OIDsforSensorandTransciver.MD | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/OIDsforSensorandTransciver.MD b/doc/OIDsforSensorandTransciver.MD index f02fe5457b..6c1e7b87ef 100644 --- a/doc/OIDsforSensorandTransciver.MD +++ b/doc/OIDsforSensorandTransciver.MD @@ -36,6 +36,10 @@ As shown in the following diagram, we need to collect sensor and transceiver inf - TX2Bias: rawdata - TX3Bias: rawdata - TX4Bias: rawdata + - TX1Power: rawdata # in dbm + - TX2Power: rawdata + - TX3Power: rawdata + - TX4Power: rawdata @@ -94,6 +98,7 @@ ifindex is the ifindex in https://github.com/Azure/sonic-py-swsssdk/blob/master/ | --- | --- | | DOM RX Power Sensor for Ethernet[X]/[LANEID] | Ifindex \* 1000 + LANEID \* 10 + 1 | | DOM TX Bias Sensor for Ethernet[X]/[LANEID] | Ifindex \* 1000 + LANEID \* 10 + 2 | +| DOM TX Power Sensor for Ethernet[X]/[LANEID] | Ifindex \* 1000 + LANEID \* 10 + 3 | | DOM Temperature Sensor for Ethernet[X] | Ifindex \* 1000 + 1 | | DOM Voltage Sensor for Ethernet[X] | Ifindex \* 1000 + 2 |