That's what I do when I migrate a Cisco device to Check Point:-)
1) Creat a Cisco config file. For example cisco.txt.
Cisco> show running config
2) Upload this file to your new Check Point gateway. Now found all IP addresses in cisco config and create a IP list.
Check Point GW# more cisco.txt | grep "ip address" > iplist.txt
3) After that you can customize the file via vi. Now edit the iplist.txt and replace the cisco syntax with the check point GAIA syntax.
For example Cisco syntax:
ip address 172.17.129.246 255.255.255.252
to Check Point syntax.
Now set the interface (red) for example eth0.1 and add the interface settings (green) for all interfaces:
set interface eth0.1 ipv4-address 172.17.129.246 mask 255.255.255.252
set interface eth0.1 link-speed 1000M/full
set interface eth0.1 state on
set interface eth0.1 auto-negotiation on
set interface eth0.1 mtu 1500
4) Now load the new iplist.txt file in GAIA via CLISH and save the new config:
Check Point GW> load configuration iplist.txt
Check Point GW> save config
PS:
- You can also take over the routes by adjusting the syntax.
- The NAT settings are added as NAT rules in the SmartConsole.
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips