<?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: Using netsight to get tranciever inventory report in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/using-netsight-to-get-tranciever-inventory-report/m-p/33559#M3664</link>
    <description>Not a scripter and there is not a mib to my knowledge that will pull this info but a couple of cli commands to get this info is below and examples of the output... &lt;BR /&gt;
&lt;BR /&gt;
You would have to write a script to pull this on multiple switches and have a way to capture the output... &lt;BR /&gt;
&lt;BR /&gt;
BD8900_PHONCore_1.1 # debug hal show optic-info slot 1&lt;BR /&gt;
&lt;BR /&gt;
Optic Info for Slot 1&lt;BR /&gt;
Port            1&lt;BR /&gt;
XFP Vendor:         FINISAR CORP.&lt;BR /&gt;
XFP Part Number:    FTLX8511D3-EX&lt;BR /&gt;
XFP Serial Number:  1227P-10399&lt;BR /&gt;
XFP Revision:       00&lt;BR /&gt;
Date Code:          120627&lt;BR /&gt;
Transceiver Type:   XFP&lt;BR /&gt;
Connector:          LC&lt;BR /&gt;
10GE Compliance:    10GBASE-SR&lt;BR /&gt;
XFP Supported:      yes&lt;BR /&gt;
XFP Display String: 10GBase-SR&lt;BR /&gt;
XFP CMU Lock:       1&lt;BR /&gt;
XFP CDR Lock:       1&lt;BR /&gt;
XFP PowerDown:      0&lt;BR /&gt;
XFP Signal Present: 1&lt;BR /&gt;
XFP Mod NR:         0&lt;BR /&gt;
XFP Tx Disable:     0&lt;BR /&gt;
XFP Int:            1&lt;BR /&gt;
XFP Mod Sel:        0&lt;BR /&gt;
XFP Phy Mux Sel:    0&lt;BR /&gt;
XFP Phy Mode:       0&lt;BR /&gt;
XFP Phy Clock Mode: 1&lt;BR /&gt;
XFP Phy LASI:       1&lt;BR /&gt;
XFP Phy LOS:        1&lt;BR /&gt;
&lt;BR /&gt;
You would have to then parse your data to fields.  This has to be done for each slot on a chassis switch but on a single switch it will give you all ports with this command &lt;BR /&gt;
&lt;BR /&gt;
debug hal show optic-info&lt;BR /&gt;
&lt;BR /&gt;
Not sure how far back on the XOS images this is supported and I am not sure if there is a similar command for non XOS switches.  This is still easier than doing a single command for each port&lt;BR /&gt;
show port 1:1 transceiver info detail.&lt;BR /&gt;
&lt;BR /&gt;
If you are after the optical and performance information then this is the command &lt;BR /&gt;
&lt;BR /&gt;
BD8900_PHONCore_1.3 # debug hal show optic-info ddmi slot 1&lt;BR /&gt;
Optic Info for Slot 1&lt;BR /&gt;
Port            1&lt;BR /&gt;
XFP Vendor:         FINISAR CORP.&lt;BR /&gt;
XFP Part Number:    FTLX8511D3-EX&lt;BR /&gt;
XFP Serial Number:  1227P-10399&lt;BR /&gt;
XFP Revision:       00&lt;BR /&gt;
Date Code:          120627&lt;BR /&gt;
Transceiver Type:   XFP&lt;BR /&gt;
Connector:          LC&lt;BR /&gt;
10GE Compliance:    10GBASE-SR&lt;BR /&gt;
XFP Supported:      yes&lt;BR /&gt;
XFP Display String: 10GBase-SR&lt;BR /&gt;
XFP CMU Lock:       1&lt;BR /&gt;
XFP CDR Lock:       1&lt;BR /&gt;
XFP PowerDown:      0&lt;BR /&gt;
XFP Signal Present: 1&lt;BR /&gt;
XFP Mod NR:         0&lt;BR /&gt;
XFP Tx Disable:     0&lt;BR /&gt;
XFP Int:            1&lt;BR /&gt;
XFP Mod Sel:        0&lt;BR /&gt;
XFP Phy Mux Sel:    0&lt;BR /&gt;
XFP Phy Mode:       0&lt;BR /&gt;
XFP Phy Clock Mode: 1&lt;BR /&gt;
XFP Phy LASI:       1&lt;BR /&gt;
XFP Phy LOS:        1&lt;BR /&gt;
Temperature High Alarm        :  78 C (0x4e00)&lt;BR /&gt;
Temperature High Warning      :  73 C (0x4900)&lt;BR /&gt;
Temperature                   :  34 C (0x22ff)&lt;BR /&gt;
Temperature Low Warning       :  -3 C (0xfffffd00)&lt;BR /&gt;
Temperature Low Alarm         :  -8 C (0xfffff800)&lt;BR /&gt;
Temperature Status            :  Normal&lt;BR /&gt;
Tx Bias High Alarm            :  12000 uA (0x1770)&lt;BR /&gt;
Tx Bias High Warning          :  11000 uA (0x157c)&lt;BR /&gt;
Tx Bias                       :  7718 uA (0xf13)&lt;BR /&gt;
Tx Bias Low Warning           :  5000 uA (0x9c4)&lt;BR /&gt;
Tx Bias Low Alarm             :  4000 uA (0x7d0)&lt;BR /&gt;
Tx Bias Status                :  Normal&lt;BR /&gt;
Tx Power High Alarm           :  1584 uW (0x3de9)&lt;BR /&gt;
Tx Power High Warning         :  1258 uW (0x312d)&lt;BR /&gt;
Tx Power                      :  624 uW (0x1863)&lt;BR /&gt;
Tx Power Low Warning          :  251 uW (0x9d0)&lt;BR /&gt;
Tx Power Low Alarm            :  199 uW (0x7cb)&lt;BR /&gt;
Tx Power Status               :  Normal&lt;BR /&gt;
Rx Power High Alarm           :  1778 uW (0x4577)&lt;BR /&gt;
Rx Power High Warning         :  1584 uW (0x3de9)&lt;BR /&gt;
Rx Power                      :  621 uW (0x1845)&lt;BR /&gt;
Rx Power Low Warning          :  34 uW (0x15b)&lt;BR /&gt;
Rx Power Low Alarm            :  27 uW (0x113)&lt;BR /&gt;
Rx Power Status               :  Normal&lt;BR /&gt;
AUX 1 High Alarm              :  36300&lt;BR /&gt;
AUX 1 High Warning            :  35000&lt;BR /&gt;
AUX 1                         :  33107&lt;BR /&gt;
AUX 1 Low Warning             :  31000&lt;BR /&gt;
AUX 1 Low Alarm               :  30000&lt;BR /&gt;
AUX 1 Status                  :  Normal&lt;BR /&gt;
AUX 1 Measurement             :  +3.3 Supply Voltage&lt;BR /&gt;
AUX 2 High Alarm              :  54967&lt;BR /&gt;
AUX 2 High Warning            :  31293&lt;BR /&gt;
AUX 2                         :  0&lt;BR /&gt;
AUX 2 Low Warning             :  56809&lt;BR /&gt;
AUX 2 Low Alarm               :  40450&lt;BR /&gt;
AUX 2 Status                  :  N/A&lt;BR /&gt;
AUX 2 Measurement             :  AUX not implemented&lt;BR /&gt;
Temperature High Alarm Int/Mask   :  0/0&lt;BR /&gt;
Temperature Low Alarm Int/Mask    :  0/0&lt;BR /&gt;
Temperature High Warning Int/Mask :  0/0&lt;BR /&gt;
Temperature Low Warning Int/Mask  :  0/0&lt;BR /&gt;
Tx Bias High Alarm Int/Mask       :  0/0&lt;BR /&gt;
Tx Bias Low Alarm Int/Mask        :  0/0&lt;BR /&gt;
Tx Bias High Warning Int/Mask     :  0/0&lt;BR /&gt;
Tx Bias Low Warning Int/Mask      :  0/0&lt;BR /&gt;
Tx Power High Alarm Int/Mask      :  0/0&lt;BR /&gt;
Tx Power Low Alarm Int/Mask       :  0/0&lt;BR /&gt;
Tx Power High Warning Int/Mask    :  0/0&lt;BR /&gt;
Tx Power Low Warning Int/Mask     :  0/0&lt;BR /&gt;
Rx Power High Alarm Int/Mask      :  0/0&lt;BR /&gt;
Rx Power Low Alarm Int/Mask       :  0/0&lt;BR /&gt;
Rx Power High Warning Int/Mask    :  0/0&lt;BR /&gt;
Rx Power Low Warning Int/Mask     :  0/0&lt;BR /&gt;
AUX 1 High Alarm Int/Mask         :  0/0&lt;BR /&gt;
AUX 1 Low Alarm Int/Mask          :  0/0&lt;BR /&gt;
AUX 1 High Warning Int/Mask       :  0/0&lt;BR /&gt;
AUX 1 Low Warning Int/Mask        :  0/0&lt;BR /&gt;
AUX 2 High Alarm Int/Mask         :  0/0&lt;BR /&gt;
AUX 2 Low Alarm Int/Mask          :  0/0&lt;BR /&gt;
AUX 2 High Warning Int/Mask       :  0/0&lt;BR /&gt;
AUX 2 Low Warning Int/Mask        :  0/0&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 03 May 2017 02:09:00 GMT</pubDate>
    <dc:creator>EtherMAN</dc:creator>
    <dc:date>2017-05-03T02:09:00Z</dc:date>
    <item>
      <title>Using netsight to get tranciever inventory report</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/using-netsight-to-get-tranciever-inventory-report/m-p/33558#M3663</link>
      <description>Is there a way to use netsight to gather a list/report of all the transceivers used in all my network?</description>
      <pubDate>Wed, 03 May 2017 01:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/using-netsight-to-get-tranciever-inventory-report/m-p/33558#M3663</guid>
      <dc:creator>Byron_Morales</dc:creator>
      <dc:date>2017-05-03T01:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Using netsight to get tranciever inventory report</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/using-netsight-to-get-tranciever-inventory-report/m-p/33559#M3664</link>
      <description>Not a scripter and there is not a mib to my knowledge that will pull this info but a couple of cli commands to get this info is below and examples of the output... &lt;BR /&gt;
&lt;BR /&gt;
You would have to write a script to pull this on multiple switches and have a way to capture the output... &lt;BR /&gt;
&lt;BR /&gt;
BD8900_PHONCore_1.1 # debug hal show optic-info slot 1&lt;BR /&gt;
&lt;BR /&gt;
Optic Info for Slot 1&lt;BR /&gt;
Port            1&lt;BR /&gt;
XFP Vendor:         FINISAR CORP.&lt;BR /&gt;
XFP Part Number:    FTLX8511D3-EX&lt;BR /&gt;
XFP Serial Number:  1227P-10399&lt;BR /&gt;
XFP Revision:       00&lt;BR /&gt;
Date Code:          120627&lt;BR /&gt;
Transceiver Type:   XFP&lt;BR /&gt;
Connector:          LC&lt;BR /&gt;
10GE Compliance:    10GBASE-SR&lt;BR /&gt;
XFP Supported:      yes&lt;BR /&gt;
XFP Display String: 10GBase-SR&lt;BR /&gt;
XFP CMU Lock:       1&lt;BR /&gt;
XFP CDR Lock:       1&lt;BR /&gt;
XFP PowerDown:      0&lt;BR /&gt;
XFP Signal Present: 1&lt;BR /&gt;
XFP Mod NR:         0&lt;BR /&gt;
XFP Tx Disable:     0&lt;BR /&gt;
XFP Int:            1&lt;BR /&gt;
XFP Mod Sel:        0&lt;BR /&gt;
XFP Phy Mux Sel:    0&lt;BR /&gt;
XFP Phy Mode:       0&lt;BR /&gt;
XFP Phy Clock Mode: 1&lt;BR /&gt;
XFP Phy LASI:       1&lt;BR /&gt;
XFP Phy LOS:        1&lt;BR /&gt;
&lt;BR /&gt;
You would have to then parse your data to fields.  This has to be done for each slot on a chassis switch but on a single switch it will give you all ports with this command &lt;BR /&gt;
&lt;BR /&gt;
debug hal show optic-info&lt;BR /&gt;
&lt;BR /&gt;
Not sure how far back on the XOS images this is supported and I am not sure if there is a similar command for non XOS switches.  This is still easier than doing a single command for each port&lt;BR /&gt;
show port 1:1 transceiver info detail.&lt;BR /&gt;
&lt;BR /&gt;
If you are after the optical and performance information then this is the command &lt;BR /&gt;
&lt;BR /&gt;
BD8900_PHONCore_1.3 # debug hal show optic-info ddmi slot 1&lt;BR /&gt;
Optic Info for Slot 1&lt;BR /&gt;
Port            1&lt;BR /&gt;
XFP Vendor:         FINISAR CORP.&lt;BR /&gt;
XFP Part Number:    FTLX8511D3-EX&lt;BR /&gt;
XFP Serial Number:  1227P-10399&lt;BR /&gt;
XFP Revision:       00&lt;BR /&gt;
Date Code:          120627&lt;BR /&gt;
Transceiver Type:   XFP&lt;BR /&gt;
Connector:          LC&lt;BR /&gt;
10GE Compliance:    10GBASE-SR&lt;BR /&gt;
XFP Supported:      yes&lt;BR /&gt;
XFP Display String: 10GBase-SR&lt;BR /&gt;
XFP CMU Lock:       1&lt;BR /&gt;
XFP CDR Lock:       1&lt;BR /&gt;
XFP PowerDown:      0&lt;BR /&gt;
XFP Signal Present: 1&lt;BR /&gt;
XFP Mod NR:         0&lt;BR /&gt;
XFP Tx Disable:     0&lt;BR /&gt;
XFP Int:            1&lt;BR /&gt;
XFP Mod Sel:        0&lt;BR /&gt;
XFP Phy Mux Sel:    0&lt;BR /&gt;
XFP Phy Mode:       0&lt;BR /&gt;
XFP Phy Clock Mode: 1&lt;BR /&gt;
XFP Phy LASI:       1&lt;BR /&gt;
XFP Phy LOS:        1&lt;BR /&gt;
Temperature High Alarm        :  78 C (0x4e00)&lt;BR /&gt;
Temperature High Warning      :  73 C (0x4900)&lt;BR /&gt;
Temperature                   :  34 C (0x22ff)&lt;BR /&gt;
Temperature Low Warning       :  -3 C (0xfffffd00)&lt;BR /&gt;
Temperature Low Alarm         :  -8 C (0xfffff800)&lt;BR /&gt;
Temperature Status            :  Normal&lt;BR /&gt;
Tx Bias High Alarm            :  12000 uA (0x1770)&lt;BR /&gt;
Tx Bias High Warning          :  11000 uA (0x157c)&lt;BR /&gt;
Tx Bias                       :  7718 uA (0xf13)&lt;BR /&gt;
Tx Bias Low Warning           :  5000 uA (0x9c4)&lt;BR /&gt;
Tx Bias Low Alarm             :  4000 uA (0x7d0)&lt;BR /&gt;
Tx Bias Status                :  Normal&lt;BR /&gt;
Tx Power High Alarm           :  1584 uW (0x3de9)&lt;BR /&gt;
Tx Power High Warning         :  1258 uW (0x312d)&lt;BR /&gt;
Tx Power                      :  624 uW (0x1863)&lt;BR /&gt;
Tx Power Low Warning          :  251 uW (0x9d0)&lt;BR /&gt;
Tx Power Low Alarm            :  199 uW (0x7cb)&lt;BR /&gt;
Tx Power Status               :  Normal&lt;BR /&gt;
Rx Power High Alarm           :  1778 uW (0x4577)&lt;BR /&gt;
Rx Power High Warning         :  1584 uW (0x3de9)&lt;BR /&gt;
Rx Power                      :  621 uW (0x1845)&lt;BR /&gt;
Rx Power Low Warning          :  34 uW (0x15b)&lt;BR /&gt;
Rx Power Low Alarm            :  27 uW (0x113)&lt;BR /&gt;
Rx Power Status               :  Normal&lt;BR /&gt;
AUX 1 High Alarm              :  36300&lt;BR /&gt;
AUX 1 High Warning            :  35000&lt;BR /&gt;
AUX 1                         :  33107&lt;BR /&gt;
AUX 1 Low Warning             :  31000&lt;BR /&gt;
AUX 1 Low Alarm               :  30000&lt;BR /&gt;
AUX 1 Status                  :  Normal&lt;BR /&gt;
AUX 1 Measurement             :  +3.3 Supply Voltage&lt;BR /&gt;
AUX 2 High Alarm              :  54967&lt;BR /&gt;
AUX 2 High Warning            :  31293&lt;BR /&gt;
AUX 2                         :  0&lt;BR /&gt;
AUX 2 Low Warning             :  56809&lt;BR /&gt;
AUX 2 Low Alarm               :  40450&lt;BR /&gt;
AUX 2 Status                  :  N/A&lt;BR /&gt;
AUX 2 Measurement             :  AUX not implemented&lt;BR /&gt;
Temperature High Alarm Int/Mask   :  0/0&lt;BR /&gt;
Temperature Low Alarm Int/Mask    :  0/0&lt;BR /&gt;
Temperature High Warning Int/Mask :  0/0&lt;BR /&gt;
Temperature Low Warning Int/Mask  :  0/0&lt;BR /&gt;
Tx Bias High Alarm Int/Mask       :  0/0&lt;BR /&gt;
Tx Bias Low Alarm Int/Mask        :  0/0&lt;BR /&gt;
Tx Bias High Warning Int/Mask     :  0/0&lt;BR /&gt;
Tx Bias Low Warning Int/Mask      :  0/0&lt;BR /&gt;
Tx Power High Alarm Int/Mask      :  0/0&lt;BR /&gt;
Tx Power Low Alarm Int/Mask       :  0/0&lt;BR /&gt;
Tx Power High Warning Int/Mask    :  0/0&lt;BR /&gt;
Tx Power Low Warning Int/Mask     :  0/0&lt;BR /&gt;
Rx Power High Alarm Int/Mask      :  0/0&lt;BR /&gt;
Rx Power Low Alarm Int/Mask       :  0/0&lt;BR /&gt;
Rx Power High Warning Int/Mask    :  0/0&lt;BR /&gt;
Rx Power Low Warning Int/Mask     :  0/0&lt;BR /&gt;
AUX 1 High Alarm Int/Mask         :  0/0&lt;BR /&gt;
AUX 1 Low Alarm Int/Mask          :  0/0&lt;BR /&gt;
AUX 1 High Warning Int/Mask       :  0/0&lt;BR /&gt;
AUX 1 Low Warning Int/Mask        :  0/0&lt;BR /&gt;
AUX 2 High Alarm Int/Mask         :  0/0&lt;BR /&gt;
AUX 2 Low Alarm Int/Mask          :  0/0&lt;BR /&gt;
AUX 2 High Warning Int/Mask       :  0/0&lt;BR /&gt;
AUX 2 Low Warning Int/Mask        :  0/0&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2017 02:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/using-netsight-to-get-tranciever-inventory-report/m-p/33559#M3664</guid>
      <dc:creator>EtherMAN</dc:creator>
      <dc:date>2017-05-03T02:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: Using netsight to get tranciever inventory report</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/using-netsight-to-get-tranciever-inventory-report/m-p/33560#M3665</link>
      <description>There's a few threads that talk about ways to get this information via REST in JSON format. See below.&lt;BR /&gt;
&lt;A href="https://community.extremenetworks.com/extreme/topics/transceiver-ddmi-stats-via-snmp" target="_blank" rel="nofollow noreferrer noopener"&gt;Transceiver DDMI stats via SNMP&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://community.extremenetworks.com/extreme/topics/get-info-by-snmp-about-ports-trainciever-information" target="_blank" rel="nofollow noreferrer noopener"&gt;Get info by SNMP about "ports transceiver information"&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2017 02:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/using-netsight-to-get-tranciever-inventory-report/m-p/33560#M3665</guid>
      <dc:creator>Drew_C</dc:creator>
      <dc:date>2017-05-03T02:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Using netsight to get tranciever inventory report</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/using-netsight-to-get-tranciever-inventory-report/m-p/33561#M3666</link>
      <description>With S-Series, K-Series, and 7100 switches, you could use a NetSight command script to execute&lt;BR /&gt;
show port transceiver *.*.*  Of course, one would want to have a FlexView or some kind of OneView Report that can collect this information for all the different Extreme Networks switches, but that is currently not possible, as far as I know. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Currently, one needs to stitch together lots of individual solutions:&lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;EXOS switches support a couple of REST APIs, using XML or JSON, depending on EXOS version 
&lt;/LI&gt;&lt;LI&gt;some EXOS and EOS switches support CLI commands directly via SSH command line (e.g. &lt;I&gt;ssh admin@switch show config&lt;/I&gt;) 
&lt;/LI&gt;&lt;LI&gt;all switches can be accessed using expect and SSH (or telnet) to automate CLI commands 
&lt;/LI&gt;&lt;LI&gt;EOS switches usually provide lots of info via SNMP, but one needs to read the MIBs, use the NetSight MIB Tool, or find a fitting FlexView to discover this (SecureStacks implement different parts of MIBs than S-Series, for example)&lt;/LI&gt;&lt;/UL&gt;All of the above solutions require &lt;I&gt;different&lt;/I&gt; commands (with differing output) or SNMP OIDs to read the &lt;I&gt;same&lt;/I&gt; information.&lt;BR /&gt;
&lt;BR /&gt;
It would be nice if Extreme Management could abstract these differences and allow easy access to the information, at least for all Extreme Networks branded devices.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik</description>
      <pubDate>Wed, 03 May 2017 12:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/using-netsight-to-get-tranciever-inventory-report/m-p/33561#M3666</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-05-03T12:40:00Z</dc:date>
    </item>
  </channel>
</rss>

