Problem
How to find details of the Check Point appliance hardware information with no physical access?
Solution
- #dmiparse | grep ‘Product Name’ >> to get the model of the checkpoint device
- #dmiparse | grep ‘Serial Number’ >> to get the serial number
- #ifconfig -a | grep ‘HWaddr’ >> to get the mac address (usually Mgmt port is used)
- #cplic print is also useful to get the list of the device’s MAC addresses