<?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: Show Maestro Transceiver Status - One-liner in Scripts</title>
    <link>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/134518#M893</link>
    <description>&lt;P&gt;This is great! Thanks for sharing Danny! I usually use &lt;STRONG&gt;orch_stat -p&lt;/STRONG&gt; and &lt;STRONG&gt;show maestro port x optic info&lt;/STRONG&gt; to get all that information, but orch_stat -p works only on certain JHF level. Your oneliner should work regardless of the JHF status I believe.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 15:36:41 GMT</pubDate>
    <dc:creator>Lari_Luoma</dc:creator>
    <dc:date>2021-11-19T15:36:41Z</dc:date>
    <item>
      <title>Show Maestro Transceiver Status - One-liner</title>
      <link>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/134483#M891</link>
      <description>&lt;DIV class=""&gt;
&lt;P style="text-align: center;"&gt;&lt;span class="lia-unicode-emoji" title=":information:"&gt;ℹ️&lt;/span&gt;&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/Maestro/Check-Point-Maestro-FAQ/m-p/127280/highlight/true#M577" target="_self"&gt;Check Point Maestro - FAQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;One-liner (Bash) to verify transceivers on Maestro HyperScale Orchestrators (MHO):&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;echo;echo Collecting transceiver data...;tor_util get_all_ports_optic_enf_st -v|grep is|tr ' ' '\n'|tr -d ,|grep [[:digit:]]|while read port;do echo "--------------- Port: $port ---------------";mlxlink -d $(mst status|grep direct|head -n1|awk '{print $1}') -p $port -m|sed '/Power\|Bias\|Volt\|Temp\|Alarm\|CDR\|Digit\|Wave\|Version\|Att\|Rev\|OUI\|Cable\|---\|Info\|Link\|Loop\|FEC\|Width/d';done|sed -z 's/\nStatus/Status/g'|more;transceiver_verifier -v|sed "s/[Uu]nsupported/"$'\033\[91m&amp;amp;\033\[0m/g'|sed -e "s/^[Ss]upported/"$'\033\[32m&amp;amp;\033\[0m/g';echo&lt;/LI-CODE&gt;&lt;SPAN&gt;One-liner (Bash) to verify transceivers on SGMs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;ifconfig|grep ethsBP|awk '{print $1}'|while read line;do echo $line;ethtool -m $line|more;echo;done&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Integrated with our &lt;STRONG&gt;&lt;A href="https://community.checkpoint.com/t5/Scripts/ccc-Common-Check-Point-Commands/m-p/38488#M4" target="_blank" rel="noopener"&gt;ccc script&lt;/A&gt;&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks to&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/2895"&gt;@Tom_Kendrick&lt;/a&gt;&amp;nbsp;for pointing me into the right direction.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Jan 2023 16:46:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/134483#M891</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2023-01-04T16:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show Maestro Transceiver Status - One-liner</title>
      <link>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/134518#M893</link>
      <description>&lt;P&gt;This is great! Thanks for sharing Danny! I usually use &lt;STRONG&gt;orch_stat -p&lt;/STRONG&gt; and &lt;STRONG&gt;show maestro port x optic info&lt;/STRONG&gt; to get all that information, but orch_stat -p works only on certain JHF level. Your oneliner should work regardless of the JHF status I believe.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 15:36:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/134518#M893</guid>
      <dc:creator>Lari_Luoma</dc:creator>
      <dc:date>2021-11-19T15:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show Maestro Transceiver Status - One-liner</title>
      <link>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/134519#M894</link>
      <description>&lt;P&gt;I'm glad you like it. &lt;STRONG&gt;orch_stat&lt;/STRONG&gt; is slower and the output is Check Point version specific.&lt;BR /&gt;I usually use the&amp;nbsp;&lt;STRONG&gt;orch_stat -a&lt;/STRONG&gt;&amp;nbsp;one-liner from my&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://community.checkpoint.com/t5/Scripts/Maestro-MHO-Ports-Dump-Sorted-amp-Colored/m-p/126663/highlight/true#M806" target="_self"&gt;Maestro MHO Ports Dump - Sorted &amp;amp; Colored&lt;/A&gt; tool, but that lacks detailed transceiver stats. So I created the one-liners above.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 15:54:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/134519#M894</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2021-11-19T15:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show Maestro Transceiver Status - One-liner</title>
      <link>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/234064#M1170</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/687"&gt;@Danny&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;What do the conclusions mean?:&lt;/P&gt;&lt;P&gt;ETH_AN_FSM_ENABLE&lt;BR /&gt;ETH_AN_FSM_GOOD_CHECK?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have&lt;BR /&gt;State: Polling&lt;BR /&gt;Physical State:&amp;nbsp;ETH_AN_FSM_GOOD_CHECK&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 14:56:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/234064#M1170</guid>
      <dc:creator>ShemHunter</dc:creator>
      <dc:date>2024-11-28T14:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Show Maestro Transceiver Status - One-liner</title>
      <link>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/234098#M1171</link>
      <description>&lt;P&gt;I suggest to open a SR with Check Point TAC and ask them.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 19:18:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/Show-Maestro-Transceiver-Status-One-liner/m-p/234098#M1171</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2024-11-28T19:18:58Z</dc:date>
    </item>
  </channel>
</rss>

