Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. fw tab -t connections -s (view the number of concurrent connections going through your firewall)
  2. fw -i 0 tab -t connections -s (view the number of concurrent connections going through core 0 on the firewall)
  3.  
  4. fw ctl pstat (full fw command and syntax that allows you to disable only sync on a cluster firewall member)
  5. fw ctl conn -a (see if all cluster members have the same products installed)
  6. fw ctl debug -buf 1024 (set the debug buffer size to 1024)
  7. fw ctl setsync off (full fw command and syntax that allows you to disable only sync on a cluster firewall member)
  8.  
  9. cphaprob -i list (full cphaprob command and syntax that will show full synchronization status)
  10. cphaprob state (command and syntax you would use to verify that your Check Point cluster is functioning correctly)
  11. cphaprob -a if (command and syntax that you would use to view the virtual cluster interfaces of a ClusterXL environment)
  12. cphaprob -l list (command and syntax to view critical devices on a cluster member in a ClusterXL environment)
  13. cphaprob fcustat (provide full connectivity upgrade status)
  14.  
  15.  
  16. cphaconf set_ccp broadcast (command and syntax to configure the Cluster Control Protocol (CCP) to use Broadcast)
  17.  
  18. fwaccel on/off
  19. fwaccel stats (verify SecureXL statistics)
  20. fwaccel stat (verify the SecureXL status)
  21.  
  22. sim affinity (bind a NIC to a single processor when using CoreXL on GAiA)
  23.  
  24. cligated (enter the router shell)
  25.  
  26. fw monitor -e "accept src=192.168.4.125;"
  27. fw monitor -e "accept;" -o monitor.out
  28.  
  29. vpn shell show interface detailed <VTI name>
  30.  
  31. confd -provides service to access the GAIA configuration database
  32. cpd -process is responsible for transferring the policy file from SmartCenter to the Gateway
  33. CPLMD -process that starts when opening SmartView Tracker application.
  34. FWSSD -Anytime a client initiates a connection to a server, the firewall kernel signals the FWD process using a trap. FWD spawns the ________ childservice, which runs the security server.
  35.  
  36.  
  37. vpn crl_zap (erase all CRL's)
  38.  
  39.  
  40.  
  41.  
  42.  
  43. fw kernel || fw ver -k (verify the Check Point kernel running on a firewall)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement