Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 

Show all Gateway Parameter >>> Registry, Kernel, SecureXL - ONELINER

HeikoAnkenbrand
Champion Champion
Champion

This oneliner shows you all parameter  of the firewall gateway with their values:

    - Registry parameter
    - Kernel parameter
    - SecureXL parameter

This can be useful in the debug case to see an overview of all Gateway parameters.

 

 


   printf '%.s-' {1..79};echo -e "\nRegistry";printf '%.s-' {1..79}; echo -e "";cpprod_util 2>&1 |grep -v Usage |grep -v "ome " | grep -v init | egrep -v '^\s*$|^#'|sort -u| awk '{printf $1 " = "} {system("cpprod_util " $1 " 2>&1")}' | grep 
...;
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)
1 Reply

Bernhard
Participant

Hi Heiko,

is there a way to show ONLY the non default values?


BR,
Bernhard

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos