| CPUG | |
| The Check Point User Group | |
| A Resource For The Check Point Community. Fast. Useful. Independent. | |
|
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Hello! I am looking to make an automated script to sumarize the CheckPoint and server configuration for a reference documentation. In our Nokia boxes you can easily invoke clish -c "show summary" which pretty much sumarizes the important configuration. Is there something similar you can use under SPLAT to get for instance the settings done in cpconfig/sysconfig? Firewall policy is not required. Just box setup configuration (interfaces, routes, HA configuration, etc). Regards, Mikael Last edited by mhakali; 2008-08-21 at 03:54. |
| |||
| Thank you for the tip. I have considered cpinfo. Although cpinfo lists in detail every configuration aspect done to CheckPoint on the box. It's namless number of pages and information. Probably not suitable for a sumarized text document. And question is if it actually includes sysconfig options such as interface configuration is included in cpinfo. Regards Mikael |
| |||
| I don't think that SPLAT has such an option. However, you could build your own summary script with just a few commands in less than ten minutes. hostname domainname uptime fw -ver fwm -ver fw stat mii-tool ethtool ifconfig -a netstat -rn cat /etc/resolv.conf cat $FWDIR/conf/gui-clients cplic print rpm -qa | grep CP* | sort rpm -qi for each packet of the above list uname -a cat /proc/version free crontab -l cpwd_admin list $CPDIR/bin/cpprod_util CPPROD_IsSecurePlatform $CPDIR/bin/cpprod_util CPPROD_IsSecurePlatformPro $CPDIR/bin/cpprod_util FwGetIPForwarding $CPDIR/bin/cpprod_util FwIsFirewallMgmt $CPDIR/bin/cpprod_util FwIsFirewallModule $CPDIR/bin/cpprod_util FwIsPrimary $CPDIR/bin/cpprod_util FwIsLogServer $CPDIR/bin/cpprod_util FwIsSecureXL |
| |||
| Quote:
What I wanted to save was time to make it look nice and readable (which summary outputs usally are). Thanks. Regards, Mikael |
![]() |
| Thread Tools | |
| Display Modes | |
| |