- CheckMates
- :
- Products
- :
- Quantum
- :
- SMB Gateways (Spark)
- :
- Re: Is it possible to enable/disable rules thru CL...
- 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
Is it possible to enable/disable rules thru CLI on locally managed checkpoint 770 firewall?
I am looking to restrict access from specific network object (mac address) to internet based on schedule that varies from day to do. I was going to upload schedule and then have script/CLI enable or disable rules that do restrictions. Only option on checkpoint is same schedule every day. Is there a better way to do this?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's possible. Read below for the correct access-rule syntax:
Check Point 600/700/1100/1200R/1400 Appliance R77.20.70 Guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's possible. Read below for the correct access-rule syntax:
Check Point 600/700/1100/1200R/1400 Appliance R77.20.70 Guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the reference!
Am able to accomplish objective with something like following to print & change rule:
clish -c "show access-rule type outgoing position 2"
clish -c "set access-rule type outgoing position 2 disabled true"
