View Single Post
  #2 (permalink)  
Old 2006-07-31
n3al10 n3al10 is offline
Junior Member
 
Join Date: 2006-07-28
Posts: 11
Rep Power: 0
n3al10 has an average reputation (10+)
Default 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
Reply With Quote