<?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 One-liner for Remote Access VPN License Summary in SASE and Remote Access</title>
    <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/One-liner-for-Remote-Access-VPN-License-Summary/m-p/79205#M11042</link>
    <description>&lt;P&gt;This one-liner shows quick and easy a&lt;STRONG&gt; summary&lt;/STRONG&gt; of all available &lt;STRONG&gt;Secure Client&lt;/STRONG&gt;,&lt;STRONG&gt; SSL VPN &lt;/STRONG&gt;and&lt;STRONG&gt; Mobile Access&lt;/STRONG&gt; &lt;STRONG&gt;Portal&lt;/STRONG&gt; &lt;STRONG&gt;licenses&lt;/STRONG&gt;&amp;nbsp; on the management server. It replaces the old tool "dtps lic".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SC_Bild9.JPG" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/4997iB7B5064AE2A90653/image-size/large?v=v2&amp;amp;px=999" role="button" title="SC_Bild9.JPG" alt="SC_Bild9.JPG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;"&lt;FONT color="#FF0000"&gt;copy and past&lt;/FONT&gt;" the following one-liner to your &lt;FONT color="#FF0000"&gt;management server&lt;/FONT&gt; in epxpert mode:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;printf '%.s-' {1..78};echo;echo 'Remote Access VPN License Summary';printf '%.s-' {1..78};echo;echo -n 'Secure Client licenses on SMS (CPVP-VSC-5-NGX-XXX)      : '; cplic print |grep never | grep -o -E 'CPVP-VSC-5-NGX\+.*' |sed 's/CPVP-VSC-5-NGX+//g' |awk '{ total = total + $1 } END { print total }';echo -n 'Secure Client licenses on SMS (CPVP-VSC-XXX-NGX)        : '; cplic print |grep never |grep -v 'CPVP-VSC-5-NGX\+' |grep -o -E 'CPVP-VSC-.*NGX' | sed 's/CPVP-VSC-//g' | sed 's/-NGX//g' | awk '{ total = total + $1 } END { print total }'; echo -n 'SNX (not MOB) licenses on SMS (CPVP-SNX-XXX-NGX)        : '; cplic print |grep never | grep SNX | sed 's/.*\sCPVP\-SNX\-//' | sed 's/\-NGX.*//' |awk '{ total2 = total2 + $1 } END { print total2 }';echo -n 'Mobile Access Blade licenses on SMS (CPSB-SSLVPN-XXX)   : ';cplic print |grep never | grep SSLVPN | sed 's/.*\sCPSB\-SSLVPN\-//' | awk '{ total3 = total3 + $1 } END { print total3 }';printf '%.s-' {1..78};echo;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use this tool to create a new sclic command on the management server. It has some more features:&lt;BR /&gt;&lt;A class="page-link lia-link-navigation lia-custom-event" href="https://community.checkpoint.com/t5/General-Topics/R80-x-Mobile-User-License-Tool-replaced-quot-dtps-lic-quot/td-p/78848/jump-to/first-unread-message" target="_blank" rel="noopener"&gt;R80.x - Mobile User License Tool - replaced "dtps lic"&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 22 Mar 2020 08:44:22 GMT</pubDate>
    <dc:creator>HeikoAnkenbrand</dc:creator>
    <dc:date>2020-03-22T08:44:22Z</dc:date>
    <item>
      <title>One-liner for Remote Access VPN License Summary</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/One-liner-for-Remote-Access-VPN-License-Summary/m-p/79205#M11042</link>
      <description>&lt;P&gt;This one-liner shows quick and easy a&lt;STRONG&gt; summary&lt;/STRONG&gt; of all available &lt;STRONG&gt;Secure Client&lt;/STRONG&gt;,&lt;STRONG&gt; SSL VPN &lt;/STRONG&gt;and&lt;STRONG&gt; Mobile Access&lt;/STRONG&gt; &lt;STRONG&gt;Portal&lt;/STRONG&gt; &lt;STRONG&gt;licenses&lt;/STRONG&gt;&amp;nbsp; on the management server. It replaces the old tool "dtps lic".&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SC_Bild9.JPG" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/4997iB7B5064AE2A90653/image-size/large?v=v2&amp;amp;px=999" role="button" title="SC_Bild9.JPG" alt="SC_Bild9.JPG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;"&lt;FONT color="#FF0000"&gt;copy and past&lt;/FONT&gt;" the following one-liner to your &lt;FONT color="#FF0000"&gt;management server&lt;/FONT&gt; in epxpert mode:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;printf '%.s-' {1..78};echo;echo 'Remote Access VPN License Summary';printf '%.s-' {1..78};echo;echo -n 'Secure Client licenses on SMS (CPVP-VSC-5-NGX-XXX)      : '; cplic print |grep never | grep -o -E 'CPVP-VSC-5-NGX\+.*' |sed 's/CPVP-VSC-5-NGX+//g' |awk '{ total = total + $1 } END { print total }';echo -n 'Secure Client licenses on SMS (CPVP-VSC-XXX-NGX)        : '; cplic print |grep never |grep -v 'CPVP-VSC-5-NGX\+' |grep -o -E 'CPVP-VSC-.*NGX' | sed 's/CPVP-VSC-//g' | sed 's/-NGX//g' | awk '{ total = total + $1 } END { print total }'; echo -n 'SNX (not MOB) licenses on SMS (CPVP-SNX-XXX-NGX)        : '; cplic print |grep never | grep SNX | sed 's/.*\sCPVP\-SNX\-//' | sed 's/\-NGX.*//' |awk '{ total2 = total2 + $1 } END { print total2 }';echo -n 'Mobile Access Blade licenses on SMS (CPSB-SSLVPN-XXX)   : ';cplic print |grep never | grep SSLVPN | sed 's/.*\sCPSB\-SSLVPN\-//' | awk '{ total3 = total3 + $1 } END { print total3 }';printf '%.s-' {1..78};echo;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use this tool to create a new sclic command on the management server. It has some more features:&lt;BR /&gt;&lt;A class="page-link lia-link-navigation lia-custom-event" href="https://community.checkpoint.com/t5/General-Topics/R80-x-Mobile-User-License-Tool-replaced-quot-dtps-lic-quot/td-p/78848/jump-to/first-unread-message" target="_blank" rel="noopener"&gt;R80.x - Mobile User License Tool - replaced "dtps lic"&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2020 08:44:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/One-liner-for-Remote-Access-VPN-License-Summary/m-p/79205#M11042</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-03-22T08:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: One-liner for Remote Access VPN License Summary</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/One-liner-for-Remote-Access-VPN-License-Summary/m-p/79281#M11043</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;nice solution.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 06:25:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/One-liner-for-Remote-Access-VPN-License-Summary/m-p/79281#M11043</guid>
      <dc:creator>yo</dc:creator>
      <dc:date>2020-03-23T06:25:34Z</dc:date>
    </item>
  </channel>
</rss>

