| CPUG | |
| The Check Point User Group | |
| A Resource For The Check Point Community. Fast. Useful. Independent. | |
|
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| Has anyone configued OSPF to work between a checkpoint edge X and a cisco router? I have been trying and what I see is that the cisco router sees the hello packets coming from the public IP address of the edge and the OSPF area as 0.0.0.1. Looking at the log viewer I see multicast packets from the edge getting translated as public IP. Checkpoint's documentation is not thorough enough and have not been able to find anything on the web |
| |||
| OK we figured it out after looking at the RFC. Most people that I know do not set up their OSPF area on a cisco router with 0.0.0.1 but its in the RFC Here is what we used on the edge: set ospf internal set ospf router-id 10.51.19.125 add ospf area id 0.0.0.1 auth-md5 false add ospf network address 10.51.19.0 mask 255.255.255.128 area 0.0.0.1 Here is what we used on the cisoc router: router ospf 1 router-id 10.51.19.126 log-adjacency-changes passive-interface default no passive-interface FastEthernet0/0 network 10.51.19.0 0.0.0.127 area 0.0.0.1 |
![]() |
| Thread Tools | |
| Display Modes | |
| |