- Products
- Learn
- Local User Groups
- Partners
- More
Access Control and Threat Prevention Best Practices
5 November @ 5pm CET / 11am ET
Ask Check Point Threat Intelligence Anything!
October 28th, 9am ET / 3pm CET
Check Point Named Leader
2025 Gartner® Magic Quadrant™ for Hybrid Mesh Firewall
HTTPS Inspection
Help us to understand your needs better
CheckMates Go:
Spark Management Portal and More!
This oneliner shows you all Registry parameter (int, uint and string) of the firewall gateway with their values.
This can be useful in the debug case to see an overview of all Registry parameters.
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 -v 'cpprod_util: function'
This oneliner shows you all Registry parameter (int, uint and string) of the firewall gateway with their values.
This can be useful in the debug case to see an overview of all Registry parameters.
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 -v 'cpprod_util: function'
;
@HeikoAnkenbrand Why don't you post directly to ToolBox and force me to do that for you? 🙂
@HeikoAnkenbrand Why don't you post directly to ToolBox and force me to do that for you? 🙂
;Hi @_Val_,
Sorry, it does not work under Andriod/DeX (Edge, Firefox, Chrome) on my TAB S4. When I use "Toolbox" it always goes to "General Topics".
I think this is a Android/DeX or forum bug.
Hi, the "grep -v init" is hiding some parameters like "FwIsFwdStaticAffinity" and "FwSetFwdStaticAffinity".
You should use "grep -vw init" instead.
You could also use awk to get rid of the headers and the empty lines like this:
cpprod_util 2>&1 | awk 'NR>4&&NF==3{printf $1 " = "} NR>4&&NF==3{system("cpprod_util " $1 " 2>&1")}' | grep -v 'cpprod_util: function'|sort -u
Hi, the "grep -v init" is hiding some parameters like "FwIsFwdStaticAffinity" and "FwSetFwdStaticAffinity".
You should use "grep -vw init" instead.
You could also use awk to get rid of the headers and the empty lines like this:
cpprod_util 2>&1 | awk 'NR>4&&NF==3{printf $1 " = "} NR>4&&NF==3{system("cpprod_util " $1 " 2>&1")}' | grep -v 'cpprod_util: function'|sort -u
;About CheckMates
Learn Check Point
Advanced Learning
YOU DESERVE THE BEST SECURITY