Dear All,
Sorry for the simple question, but I couldn't find this information clearly in the guide.
I need to configure OSPF on a Check Point appliance and I need it to propagate static routes from the routing table.
However, in the Gaia settings, I couldn't find where to specify which network I'm going to advertise. I only have the option to add an interface to a specific area.
Comparing with a Cisco router, the equivalent command to what I'm looking for in Check Point would be as follows:
Configure the static route
Router(config)# ip route 192.168.2.0 255.255.255.0 192.168.1.2
Propagate this route via OSPF
Router(config)# router ospf 1
Router(config-router)# network 192.168.1.0 0.0.0.255 area 0
This way, I advertise the network 192.168.1.0/24 through OSPF area 0.
I couldn't find an equivalent command in Gaia.
Thank you in advance.