<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Get info by SNMP about &amp;quot;ports transceiver information&amp;quot; in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44719#M11016</link>
    <description>If your automation system can support REST JSONRPC, then you can get optics detailed information beginning with EXOS 21.1.1.4 by providing the CLI command but getting the JSON data returned.&lt;BR /&gt;
&lt;BR /&gt;
The example below using curl sends the EXOS CLI command &lt;B&gt;show port 32 transceiver information detail &lt;/B&gt;to the switch /jsonrpc URL.&lt;BR /&gt;
&lt;BR /&gt;
curl --user &lt;B&gt;admin:pass  &lt;/B&gt;-k -i -X POST -H "Content-Type:application/json; indent=4" -d '{"method":"cli","id":"10","jsonrpc":"2.0","params":["&lt;B&gt;show port 32 transceiver information detail&lt;/B&gt;"]}' &lt;A href="http://10.68.65.81/jsonrpc" target="_blank" rel="nofollow noreferrer noopener"&gt;http://10.68.65.81/jsonrpc&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
HTTP/1.1 200 OK&lt;BR /&gt;
Content-Type: application/json&lt;BR /&gt;
Content-Length: 4686&lt;BR /&gt;
Set-Cookie: session=.eJwFwcFOwyAAANBfMZw9QLsuWZMd3GQs6JhSoMDF0EDSWIqkrk677N997wbE1xASqG_goQM1sDq-OEKPpohvTmaqdKYnWeVGM9opAw1klA1ISsHOCmMkUp6C3Dz7IvYKmmvT5p-AK2yWA-NYrUTklBHLX0dVNWnn3uFQNC0irqC6OyrafT7NJ4jWAa9-1SFyPvhKlL40S196GGdPNt9M2XU79n9n7KVGu70k1IolTva63YL7I_jIYRpdCukC6ss0h_s_d0hFlQ.Csx1SQ.9Bs5tJDZrkzfyNr36G7sU-MmKpg; Expires=Wed, 28-Sep-2016 21:25:29 GMT; HttpOnly; Path=/&lt;BR /&gt;
Date: Tue, 27 Sep 2016 21:25:29 GMT&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
  "id": "10",&lt;BR /&gt;
  "jsonrpc": "2.0",&lt;BR /&gt;
  "result": [&lt;BR /&gt;
    {&lt;BR /&gt;
      "CLIoutput": "\nPort :  32       \n\n    Media Type            : SF+_SR  \n    Vendor Name           : FINISAR CORP.    \n    Part Number           : FTLX8571D3BCL-EX \n    Serial Number         : 1602P-04154      \n    Wavelength            : 850 nm\n\n    Temp (Celsius)            :  32.17      Status               :  Normal   \n          Low Warn Threshold  : -8.00       High Warn Threshold  :  73.00   \n          Low Alarm Threshold : -13.00      High Alarm Threshold :  78.00   \n\n    Voltage AUX-1/Vcc (Volts) :  3.35       Status               :  Normal   \n          Low Warn Threshold  :  3.00       High Warn Threshold  :  3.60    \n          Low Alarm Threshold :  2.90       High Alarm Threshold :  3.70    \n \n\n    Tx Power (dBm)            : -2.41       Status               :  Normal   \n          Low Warn Threshold  : -5.00       High Warn Threshold  : -1.00    \n          Low Alarm Threshold : -6.00       High Alarm Threshold :  0.00    \n\n    Rx Power (dBm)            : -2.56       Status               :  Normal   \n          Low Warn Threshold  : -18.01      High Warn Threshold  : -1.00    \n          Low Alarm Threshold : -20.00      High Alarm Threshold :  0.00    \n\n    Tx Bias Current (mA):        7.69       Status               :  Normal   \n          Low Warn Threshold  :  5.00       High Warn Threshold  :  12.60   \n          Low Alarm Threshold :  4.00       High Alarm Threshold :  13.20   \n\n"&lt;BR /&gt;
    },&lt;BR /&gt;
    {&lt;BR /&gt;
      "show_ports_transceiver": {&lt;BR /&gt;
        "channelNum": 0,&lt;BR /&gt;
        "mainChannel": 1,&lt;BR /&gt;
        "mediaType": "SF+_SR ",&lt;BR /&gt;
        "numChannels": 1,&lt;BR /&gt;
        "partNumber": "FTLX8571D3BCL-EX",&lt;BR /&gt;
        "partNumberIsValid": 1,&lt;BR /&gt;
        "port": 32,&lt;BR /&gt;
        "portList": 32,&lt;BR /&gt;
        "rxPower": "-2.560201",&lt;BR /&gt;
        "rxPowerIsValid": 1,&lt;BR /&gt;
        "rxPwrHighAlarmTshld": "0.000000",&lt;BR /&gt;
        "rxPwrHighAlarmTshldIsValid": 1,&lt;BR /&gt;
        "rxPwrHighWarnTshld": "-1.000154",&lt;BR /&gt;
        "rxPwrHighWarnTshldIsValid": 1,&lt;BR /&gt;
        "rxPwrLowAlarmTshld": "-20.000000",&lt;BR /&gt;
        "rxPwrLowAlarmTshldIsValid": 1,&lt;BR /&gt;
        "rxPwrLowWarnTshld": "-18.013430",&lt;BR /&gt;
        "rxPwrLowWarnTshldIsValid": 1,&lt;BR /&gt;
        "rxPwrStatus": 1,&lt;BR /&gt;
        "rxPwrStatusIsValid": 1,&lt;BR /&gt;
        "slNumber": "1602P-04154     ",&lt;BR /&gt;
        "slNumberIsValid": 1,&lt;BR /&gt;
        "temp": "32.171875",&lt;BR /&gt;
        "tempHighAlarmTshld": "78.000000",&lt;BR /&gt;
        "tempHighAlarmTshldIsValid": 1,&lt;BR /&gt;
        "tempHighWarnTshld": "73.000000",&lt;BR /&gt;
        "tempHighWarnTshldIsValid": 1,&lt;BR /&gt;
        "tempIsValid": 1,&lt;BR /&gt;
        "tempLowAlarmTshld": "-13.000000",&lt;BR /&gt;
        "tempLowAlarmTshldIsValid": 1,&lt;BR /&gt;
        "tempLowWarnTshld": "-8.000000",&lt;BR /&gt;
        "tempLowWarnTshldIsValid": 1,&lt;BR /&gt;
        "tempStatus": 1,&lt;BR /&gt;
        "tempStatusIsValid": 1,&lt;BR /&gt;
        "txBiasCurrHighAlarmTshld": "13.200000",&lt;BR /&gt;
        "txBiasCurrHighAlarmTshldIsValid": 1,&lt;BR /&gt;
        "txBiasCurrHighWarnTshld": "12.600000",&lt;BR /&gt;
        "txBiasCurrHighWarnTshldIsValid": 1,&lt;BR /&gt;
        "txBiasCurrLowAlarmTshld": "4.000000",&lt;BR /&gt;
        "txBiasCurrLowAlarmTshldIsValid": 1,&lt;BR /&gt;
        "txBiasCurrLowWarnTshld": "5.000000",&lt;BR /&gt;
        "txBiasCurrLowWarnTshldIsValid": 1,&lt;BR /&gt;
        "txBiasCurrStatus": 1,&lt;BR /&gt;
        "txBiasCurrStatusIsValid": 1,&lt;BR /&gt;
        "txBiasCurrent": "7.694000",&lt;BR /&gt;
        "txBiasCurrentIsValid": 1,&lt;BR /&gt;
        "txPower": "-2.413909",&lt;BR /&gt;
        "txPowerIsValid": 1,&lt;BR /&gt;
        "txPwrHighAlarmTshld": "0.000000",&lt;BR /&gt;
        "txPwrHighAlarmTshldIsValid": 1,&lt;BR /&gt;
        "txPwrHighWarnTshld": "-1.000154",&lt;BR /&gt;
        "txPwrHighWarnTshldIsValid": 1,&lt;BR /&gt;
        "txPwrLowAlarmTshld": "-5.999804",&lt;BR /&gt;
        "txPwrLowAlarmTshldIsValid": 1,&lt;BR /&gt;
        "txPwrLowWarnTshld": "-5.000381",&lt;BR /&gt;
        "txPwrLowWarnTshldIsValid": 1,&lt;BR /&gt;
        "txPwrStatus": 1,&lt;BR /&gt;
        "txPwrStatusIsValid": 1,&lt;BR /&gt;
        "vendorName": "FINISAR CORP.   ",&lt;BR /&gt;
        "voltAux1HighAlarmTshld": "3.700000",&lt;BR /&gt;
        "voltAux1HighAlarmTshldIsValid": 1,&lt;BR /&gt;
        "voltAux1HighWarnTshld": "3.600000",&lt;BR /&gt;
        "voltAux1HighWarnTshldIsValid": 1,&lt;BR /&gt;
        "voltAux1LowAlarmTshld": "2.900000",&lt;BR /&gt;
        "voltAux1LowAlarmTshldIsValid": 1,&lt;BR /&gt;
        "voltAux1LowWarnTshld": "3.000000",&lt;BR /&gt;
        "voltAux1LowWarnTshldIsValid": 1,&lt;BR /&gt;
        "voltAux1Status": 1,&lt;BR /&gt;
        "voltAux1StatusIsValid": 1,&lt;BR /&gt;
        "voltAux2HighAlarmTshldIsValid": 0,&lt;BR /&gt;
        "voltAux2HighWarnTshldIsValid": 0,&lt;BR /&gt;
        "voltAux2LowAlarmTshldIsValid": 0,&lt;BR /&gt;
        "voltAux2LowWarnTshldIsValid": 0,&lt;BR /&gt;
        "voltAux2Status": 0,&lt;BR /&gt;
        "voltAux2StatusIsValid": 0,&lt;BR /&gt;
        "voltageAux1": "3.348800",&lt;BR /&gt;
        "voltageAux1IsValid": 1,&lt;BR /&gt;
        "voltageAux2IsValid": 0,&lt;BR /&gt;
        "wavelength": 850,&lt;BR /&gt;
        "wavelengthIsValid": 1&lt;BR /&gt;
      },&lt;BR /&gt;
      "status": "SUCCESS"&lt;BR /&gt;
    }&lt;BR /&gt;
  ]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Sep 2016 02:34:00 GMT</pubDate>
    <dc:creator>Dave_Hammers</dc:creator>
    <dc:date>2016-09-28T02:34:00Z</dc:date>
    <item>
      <title>Get info by SNMP about "ports transceiver information"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44710#M11007</link>
      <description>Hello, I would like to know if there's OID that can help to get information about tranciever on Summit ports.&lt;BR /&gt;
&lt;BR /&gt;
F.e like by command "show ports tranciever information":&lt;BR /&gt;
Port      Temp    TxPower  RxPower  TxBiasCurrent  Voltage-Aux1/ Voltage-Aux2       (Celsius)   (dBm)    (dBm)     (mA)         Vcc (Volts)       (Volts)&lt;BR /&gt;
================================================================================&lt;BR /&gt;
1         44.33    -2.50    -3.82     26.65         3.29          N/A   &lt;BR /&gt;</description>
      <pubDate>Sun, 10 Apr 2016 06:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44710#M11007</guid>
      <dc:creator>Alexey_Boykov</dc:creator>
      <dc:date>2016-04-10T06:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get info by SNMP about "ports transceiver information"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44711#M11008</link>
      <description>Hello Alexey,&lt;BR /&gt;
&lt;BR /&gt;
This feature is unsupported currently.&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Apr 2016 15:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44711#M11008</guid>
      <dc:creator>Necheporenko__N</dc:creator>
      <dc:date>2016-04-10T15:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get info by SNMP about "ports transceiver information"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44712#M11009</link>
      <description>Thanks for answer!</description>
      <pubDate>Sun, 10 Apr 2016 22:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44712#M11009</guid>
      <dc:creator>Alexey_Boykov</dc:creator>
      <dc:date>2016-04-10T22:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get info by SNMP about "ports transceiver information"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44713#M11010</link>
      <description>Alex,  What is the problem you are trying to track? Or the reason you need the transceiver information?    Just wondering if there is another way to get what you need.</description>
      <pubDate>Sun, 10 Apr 2016 23:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44713#M11010</guid>
      <dc:creator>davidj_cogliane</dc:creator>
      <dc:date>2016-04-10T23:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get info by SNMP about "ports transceiver information"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44714#M11011</link>
      <description>David, i'm just trying to monitor optics signal on Summit ports using Nagios, snmp.</description>
      <pubDate>Mon, 11 Apr 2016 14:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44714#M11011</guid>
      <dc:creator>Alexey_Boykov</dc:creator>
      <dc:date>2016-04-11T14:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get info by SNMP about "ports transceiver information"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44715#M11012</link>
      <description>Has been asked for by many as an added feature.  So far no go you have to log in via cli and run command for the levels... We can continue to ask so this feature request may get traction</description>
      <pubDate>Mon, 11 Apr 2016 20:13:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44715#M11012</guid>
      <dc:creator>EtherMAN</dc:creator>
      <dc:date>2016-04-11T20:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get info by SNMP about "ports transceiver information"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44716#M11013</link>
      <description>Alexey please contact local Extreme team. We see such requests more often =&amp;gt; by bringing the attention you increase the chance to get this feature sooner </description>
      <pubDate>Tue, 12 Apr 2016 12:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44716#M11013</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2016-04-12T12:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get info by SNMP about "ports transceiver information"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44717#M11014</link>
      <description>Ok i'l try </description>
      <pubDate>Tue, 12 Apr 2016 12:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44717#M11014</guid>
      <dc:creator>Alexey_Boykov</dc:creator>
      <dc:date>2016-04-12T12:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get info by SNMP about "ports transceiver information"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44718#M11015</link>
      <description>Would love this feature!&lt;BR /&gt;</description>
      <pubDate>Thu, 05 May 2016 00:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44718#M11015</guid>
      <dc:creator>Jeremy1</dc:creator>
      <dc:date>2016-05-05T00:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get info by SNMP about "ports transceiver information"</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44719#M11016</link>
      <description>If your automation system can support REST JSONRPC, then you can get optics detailed information beginning with EXOS 21.1.1.4 by providing the CLI command but getting the JSON data returned.&lt;BR /&gt;
&lt;BR /&gt;
The example below using curl sends the EXOS CLI command &lt;B&gt;show port 32 transceiver information detail &lt;/B&gt;to the switch /jsonrpc URL.&lt;BR /&gt;
&lt;BR /&gt;
curl --user &lt;B&gt;admin:pass  &lt;/B&gt;-k -i -X POST -H "Content-Type:application/json; indent=4" -d '{"method":"cli","id":"10","jsonrpc":"2.0","params":["&lt;B&gt;show port 32 transceiver information detail&lt;/B&gt;"]}' &lt;A href="http://10.68.65.81/jsonrpc" target="_blank" rel="nofollow noreferrer noopener"&gt;http://10.68.65.81/jsonrpc&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
HTTP/1.1 200 OK&lt;BR /&gt;
Content-Type: application/json&lt;BR /&gt;
Content-Length: 4686&lt;BR /&gt;
Set-Cookie: session=.eJwFwcFOwyAAANBfMZw9QLsuWZMd3GQs6JhSoMDF0EDSWIqkrk677N997wbE1xASqG_goQM1sDq-OEKPpohvTmaqdKYnWeVGM9opAw1klA1ISsHOCmMkUp6C3Dz7IvYKmmvT5p-AK2yWA-NYrUTklBHLX0dVNWnn3uFQNC0irqC6OyrafT7NJ4jWAa9-1SFyPvhKlL40S196GGdPNt9M2XU79n9n7KVGu70k1IolTva63YL7I_jIYRpdCukC6ss0h_s_d0hFlQ.Csx1SQ.9Bs5tJDZrkzfyNr36G7sU-MmKpg; Expires=Wed, 28-Sep-2016 21:25:29 GMT; HttpOnly; Path=/&lt;BR /&gt;
Date: Tue, 27 Sep 2016 21:25:29 GMT&lt;BR /&gt;
&lt;BR /&gt;
{&lt;BR /&gt;
  "id": "10",&lt;BR /&gt;
  "jsonrpc": "2.0",&lt;BR /&gt;
  "result": [&lt;BR /&gt;
    {&lt;BR /&gt;
      "CLIoutput": "\nPort :  32       \n\n    Media Type            : SF+_SR  \n    Vendor Name           : FINISAR CORP.    \n    Part Number           : FTLX8571D3BCL-EX \n    Serial Number         : 1602P-04154      \n    Wavelength            : 850 nm\n\n    Temp (Celsius)            :  32.17      Status               :  Normal   \n          Low Warn Threshold  : -8.00       High Warn Threshold  :  73.00   \n          Low Alarm Threshold : -13.00      High Alarm Threshold :  78.00   \n\n    Voltage AUX-1/Vcc (Volts) :  3.35       Status               :  Normal   \n          Low Warn Threshold  :  3.00       High Warn Threshold  :  3.60    \n          Low Alarm Threshold :  2.90       High Alarm Threshold :  3.70    \n \n\n    Tx Power (dBm)            : -2.41       Status               :  Normal   \n          Low Warn Threshold  : -5.00       High Warn Threshold  : -1.00    \n          Low Alarm Threshold : -6.00       High Alarm Threshold :  0.00    \n\n    Rx Power (dBm)            : -2.56       Status               :  Normal   \n          Low Warn Threshold  : -18.01      High Warn Threshold  : -1.00    \n          Low Alarm Threshold : -20.00      High Alarm Threshold :  0.00    \n\n    Tx Bias Current (mA):        7.69       Status               :  Normal   \n          Low Warn Threshold  :  5.00       High Warn Threshold  :  12.60   \n          Low Alarm Threshold :  4.00       High Alarm Threshold :  13.20   \n\n"&lt;BR /&gt;
    },&lt;BR /&gt;
    {&lt;BR /&gt;
      "show_ports_transceiver": {&lt;BR /&gt;
        "channelNum": 0,&lt;BR /&gt;
        "mainChannel": 1,&lt;BR /&gt;
        "mediaType": "SF+_SR ",&lt;BR /&gt;
        "numChannels": 1,&lt;BR /&gt;
        "partNumber": "FTLX8571D3BCL-EX",&lt;BR /&gt;
        "partNumberIsValid": 1,&lt;BR /&gt;
        "port": 32,&lt;BR /&gt;
        "portList": 32,&lt;BR /&gt;
        "rxPower": "-2.560201",&lt;BR /&gt;
        "rxPowerIsValid": 1,&lt;BR /&gt;
        "rxPwrHighAlarmTshld": "0.000000",&lt;BR /&gt;
        "rxPwrHighAlarmTshldIsValid": 1,&lt;BR /&gt;
        "rxPwrHighWarnTshld": "-1.000154",&lt;BR /&gt;
        "rxPwrHighWarnTshldIsValid": 1,&lt;BR /&gt;
        "rxPwrLowAlarmTshld": "-20.000000",&lt;BR /&gt;
        "rxPwrLowAlarmTshldIsValid": 1,&lt;BR /&gt;
        "rxPwrLowWarnTshld": "-18.013430",&lt;BR /&gt;
        "rxPwrLowWarnTshldIsValid": 1,&lt;BR /&gt;
        "rxPwrStatus": 1,&lt;BR /&gt;
        "rxPwrStatusIsValid": 1,&lt;BR /&gt;
        "slNumber": "1602P-04154     ",&lt;BR /&gt;
        "slNumberIsValid": 1,&lt;BR /&gt;
        "temp": "32.171875",&lt;BR /&gt;
        "tempHighAlarmTshld": "78.000000",&lt;BR /&gt;
        "tempHighAlarmTshldIsValid": 1,&lt;BR /&gt;
        "tempHighWarnTshld": "73.000000",&lt;BR /&gt;
        "tempHighWarnTshldIsValid": 1,&lt;BR /&gt;
        "tempIsValid": 1,&lt;BR /&gt;
        "tempLowAlarmTshld": "-13.000000",&lt;BR /&gt;
        "tempLowAlarmTshldIsValid": 1,&lt;BR /&gt;
        "tempLowWarnTshld": "-8.000000",&lt;BR /&gt;
        "tempLowWarnTshldIsValid": 1,&lt;BR /&gt;
        "tempStatus": 1,&lt;BR /&gt;
        "tempStatusIsValid": 1,&lt;BR /&gt;
        "txBiasCurrHighAlarmTshld": "13.200000",&lt;BR /&gt;
        "txBiasCurrHighAlarmTshldIsValid": 1,&lt;BR /&gt;
        "txBiasCurrHighWarnTshld": "12.600000",&lt;BR /&gt;
        "txBiasCurrHighWarnTshldIsValid": 1,&lt;BR /&gt;
        "txBiasCurrLowAlarmTshld": "4.000000",&lt;BR /&gt;
        "txBiasCurrLowAlarmTshldIsValid": 1,&lt;BR /&gt;
        "txBiasCurrLowWarnTshld": "5.000000",&lt;BR /&gt;
        "txBiasCurrLowWarnTshldIsValid": 1,&lt;BR /&gt;
        "txBiasCurrStatus": 1,&lt;BR /&gt;
        "txBiasCurrStatusIsValid": 1,&lt;BR /&gt;
        "txBiasCurrent": "7.694000",&lt;BR /&gt;
        "txBiasCurrentIsValid": 1,&lt;BR /&gt;
        "txPower": "-2.413909",&lt;BR /&gt;
        "txPowerIsValid": 1,&lt;BR /&gt;
        "txPwrHighAlarmTshld": "0.000000",&lt;BR /&gt;
        "txPwrHighAlarmTshldIsValid": 1,&lt;BR /&gt;
        "txPwrHighWarnTshld": "-1.000154",&lt;BR /&gt;
        "txPwrHighWarnTshldIsValid": 1,&lt;BR /&gt;
        "txPwrLowAlarmTshld": "-5.999804",&lt;BR /&gt;
        "txPwrLowAlarmTshldIsValid": 1,&lt;BR /&gt;
        "txPwrLowWarnTshld": "-5.000381",&lt;BR /&gt;
        "txPwrLowWarnTshldIsValid": 1,&lt;BR /&gt;
        "txPwrStatus": 1,&lt;BR /&gt;
        "txPwrStatusIsValid": 1,&lt;BR /&gt;
        "vendorName": "FINISAR CORP.   ",&lt;BR /&gt;
        "voltAux1HighAlarmTshld": "3.700000",&lt;BR /&gt;
        "voltAux1HighAlarmTshldIsValid": 1,&lt;BR /&gt;
        "voltAux1HighWarnTshld": "3.600000",&lt;BR /&gt;
        "voltAux1HighWarnTshldIsValid": 1,&lt;BR /&gt;
        "voltAux1LowAlarmTshld": "2.900000",&lt;BR /&gt;
        "voltAux1LowAlarmTshldIsValid": 1,&lt;BR /&gt;
        "voltAux1LowWarnTshld": "3.000000",&lt;BR /&gt;
        "voltAux1LowWarnTshldIsValid": 1,&lt;BR /&gt;
        "voltAux1Status": 1,&lt;BR /&gt;
        "voltAux1StatusIsValid": 1,&lt;BR /&gt;
        "voltAux2HighAlarmTshldIsValid": 0,&lt;BR /&gt;
        "voltAux2HighWarnTshldIsValid": 0,&lt;BR /&gt;
        "voltAux2LowAlarmTshldIsValid": 0,&lt;BR /&gt;
        "voltAux2LowWarnTshldIsValid": 0,&lt;BR /&gt;
        "voltAux2Status": 0,&lt;BR /&gt;
        "voltAux2StatusIsValid": 0,&lt;BR /&gt;
        "voltageAux1": "3.348800",&lt;BR /&gt;
        "voltageAux1IsValid": 1,&lt;BR /&gt;
        "voltageAux2IsValid": 0,&lt;BR /&gt;
        "wavelength": 850,&lt;BR /&gt;
        "wavelengthIsValid": 1&lt;BR /&gt;
      },&lt;BR /&gt;
      "status": "SUCCESS"&lt;BR /&gt;
    }&lt;BR /&gt;
  ]&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Sep 2016 02:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/get-info-by-snmp-about-quot-ports-transceiver-information-quot/m-p/44719#M11016</guid>
      <dc:creator>Dave_Hammers</dc:creator>
      <dc:date>2016-09-28T02:34:00Z</dc:date>
    </item>
  </channel>
</rss>

