I don't think there is a direct way to pull this info from the running firewall kernel (I originally thought it could be provided by the sim ranges command), but what you can do is first run fw ctl iflist on the firewall to get the list of interfaces, and then view (not edit!) the firewall's $FWDIR/state/local/FW1/local.set file. In that file you will find a section called "if_info" and under that "objtype (gw)" and then an indented list of firewall interfaces. Under each firewall interface you will see two values:
has_addr_info (true|false)
true: antispoofing enabled on that interface
false: antispoofing is disabled on that interface
monitor_only (true|false)
true: antispoofing action is Detect on that interface
false: antispoofing action is Prevent on that interface
I'm sure someone could script something to pull this info out of the file a bit easier...
--
My Book "Max Power: Check Point Firewall Performance Optimization"
Second Edition Coming Soon
Gateway Performance Optimization R81.20 Course
now available at maxpowerfirewalls.com