- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: CLI command to show FW/IPS Policy
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CLI command to show FW/IPS Policy
What cli command to show all installed policy and also ips policy.
- Tags:
- r77.30
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, you can use
cpstat fw
in order to find what policy package is installed on a Security Gateway.
For IPS, you'll have to use
ips stat
in order to check the ips status (active profile, update version, ...)
You can find such commands and lot more in the specific Admin Guide or on the CLI Reference Guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't remember saying that, but then again, I've probably forgotten more than I remember about Check Point
You can look in $FWDIR/state/local/FW1 on the gateway...where you'll find all kinds of stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, you can use
cpstat fw
in order to find what policy package is installed on a Security Gateway.
For IPS, you'll have to use
ips stat
in order to check the ips status (active profile, update version, ...)
You can find such commands and lot more in the specific Admin Guide or on the CLI Reference Guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I mean, show/list all the firewall policy not the install policy package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You want to see all the rules that are installed on the local gateway, right? This is possible starting from R80.10. https://community.checkpoint.com/people/dwelccfe6e688-522c-305c-adaa-194bd7a7becc mentioned the file that contains all the rules a while ago. Let me check and get back to your shortly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't remember saying that, but then again, I've probably forgotten more than I remember about Check Point
You can look in $FWDIR/state/local/FW1 on the gateway...where you'll find all kinds of stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On R80.10, you can not see Active IPS profile by using command " ips stat " , use following command
# cat $FWDIR/state/local/AMW/local.set | grep -A15 malware_profiles | grep ":name" | awk '{print $2}' | tr -d "()"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Instead of looking for specific commands, you could also install our
Common Check Point Commands (ccc)
script and have them always available by entering: ccc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
fw stat
for policy status.
Jozko Mrkvicka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the following command will give you TP policy status:
fw stat -b AMW
