Como encontrar a versão do firewall Check Point na linha de comando

2

Na linha de comando do firewall do Check Point, como posso encontrar sua versão?
Versão principal, versão secundária e, opcionalmente, número de compilação.

    
por Alex Lipov 19.07.2015 / 16:37

1 resposta

2

Nota: todos os comandos disponíveis no shell clish (shell padrão CLI), sistema operacional Gaia.

O comando mais básico é:

show version all

Exemplo de saída:

Product version Check Point Gaia R75.45
OS build 123
OS kernel version 2.6.18-92cp
OS edition 32-bit


Outros comandos relevantes do Guia de referência da CLI do Check Point :


Versão do Security Gateway
Exibe o número da versão principal e secundária do Security Gateway e o número da compilação:

fw ver [-k][-f <filename>]
where:
  -k Print the version name and build number of the Kernel module.  
  -f <filename> Print the version name and build number to the specified file.


Versão VPN
Exibe o número da versão principal da VPN e o número da compilação.

vpn ver [-k] -f <filename> 
where:   
  ver Displays the version name and version build number
  -k Displays the version name and build number and the kernel build number
  -f Prints the version number and build number to a text file.


Produtos e Sistema Operacional
Obtenha detalhes dos produtos e do sistema operacional instalados no Check Point Security Gateway especificado e atualize o banco de dados.

cprinstall get <object name>
where:
  <object name> The name of the Check Point Security Gateway object defined in SmartDashboard.

Exemplo:

cprinstall get gw1
Checking cprid connection...
Verified
Operation completed successfully
Updating machine information...
Update successfully completed
'Get Gateway Data' completed successfully

Operating system Major Version Minor Version
SecurePlatform R75.20 R75.20

Vendor Product Major Version Minor Version
Check Point VPN-1 Power/UTM R75.20 R75.20
Check Point SecurePlatform R75.20 R75.20
Check Point SmartPortal R75.20 R75.20


[No SmartCenter] Versão do servidor de gerenciamento

fwm ver [-f <filename>]
where:
  -f <filename> Exports the build number data to a file
    
por 19.07.2015 / 16:37