cplic print

Syntax

cplic print {-h | -help}

cplic [-d] print[{-n | -noheader}] [-x] [{-t | -type}] [-F <Output File>] [{-p | -preatures}] [-D]

You can run this command:

Parameters

Parameter

Description

{-h | -help}

Shows the applicable built-in usage.

-d

Runs the command in debug mode.

Use only if you troubleshoot the command itself.

Best Practice - If you use this parameter, then redirect the output to a file, or use the script command to save the entire CLI session.

{-n | -noheader}

Prints licenses without the output header.

-x

Prints licenses and their signature.

{-t | -type]

Prints licenses and their type: Central or Local.

-F <Output File>

Saves the command output to the specified file.

{-p | -preatures}

Prints licenses and their primitive features.

Best Practice - Use this syntax:

cplic print -n -p | tr ' ' '\n' | sort -u

-D

On a Multi-Domain ServerClosed Dedicated Check Point server that runs Check Point software to host virtual Security Management Servers called Domain Management Servers. Synonym: Multi-Domain Security Management Server. Acronym: MDS., prints only Domain licenses.

Example 1

[Expert@HostName:0]# cplic print
Host             Expiration   Features
192.168.3.28     25Aug2019    CPMP-XXX  CK-XXXXXXXXXXXX
[Expert@HostName:0]#

Example 2

[Expert@HostName:0]# cplic print -n
192.168.3.28     25Aug2019    CPMP-XXX  CK-XXXXXXXXXXXX
[Expert@HostName:0]#

Example 3

[Expert@HostName:0]# cplic print -x
Host             Expiration   Signature                         Features
192.168.3.28     25Aug2019    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx   CPMP-XXX  CK-XXXXXXXXXXXX
[Expert@HostName:0]#

Example 4

[Expert@HostName:0]# cplic print -t
Type      Host             Expiration   Features
central   192.168.3.28     25Aug2019    CPMP-XXX  CK-XXXXXXXXXXXX
[Expert@HostName:0]#

Example 5

[Expert@HostName:0]# cplic print -t
Host             Expiration   Features
192.168.3.28     25Aug2019    CPMP-XXX  CK-XXXXXXXXXXXX fw1:6.0:swb fw1:6.0:zp fw1:6.0:ctnt ...
[Expert@HostName:0]#
[Expert@HostName:0]# cplic print -n -p | tr ' ' '\n' | sort -u

25Aug2019
192.168.3.28
::CK-XXXXXXXXXXXX
::CPMP-XXX
cvpn:6.0:cvpn
cvpn:6.0:mobmail
...
etm:6.0:fg
etm:6.0:fgmgmt
etm:6.0:fgvpn
...
evnt:6.0:alzd100
evnt:6.0:smrt_evnt
...
fw1:6.0:abot
fw1:6.0:appi
fw1:6.0:av
fw1:6.0:blades
fw1:6.0:cmpmgmt
...
ips:6.0:alcr
ips:6.0:app2070c1
...
mgmt:6.0:gblp
...
smb:6.0:smp1

[Expert@HostName:0]#