Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 

Transceiver & Line Card Inventory - One-liner

Danny
Champion Champion
Champion

✔️ Runs on all Check Point Gaia systems.

One-liner (Bash) to show the inventory of plugged transceivers, DAC cables and line cards.

In expert mode run:


    echo;if [[ -f "/etc/cp-release" ]] && ! [[ `grep Embed /etc/cp-release` ]];then stat=`cpstat os`;tput bold;echo -n "$stat"|grep "Appliance Name:"|sed 's/Appliance Name://'|tr -s ' '|tr -d '\n';if [[ `echo "$stat"|grep "Maestro"` ]] && [[ `grep original_name /etc/appliance_config.xml|tr '<>' '\n'|grep "Check Point
...;
TO ACCESS CHECKMATES TOOLBOX it's simple and free

Disclaimer: Check Point does not provide maintenance services or technical or customer support for third party content provided on this Site, including in CheckMates Toolbox. See also our Third Party Software Disclaimer.




(2)
Who rated this post