Re: OSPF Checkpoint Edge to Cisco 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 |