Hi all, I'm still mostly a n00b when it comes to OSPF, but I've been using it in a fairly basic fashion for a number of years. I'm really stuck on this one, since I have a similar config going on another router and it's working as I'd expect it to. Hardware/Software Details: 1721 w/12.3(11)T5 IP BASE software, one T1 WIC, one ADSL WIC Goal: both the T1 and ADSL lines come back to the same 7206. The T1 is frame converted to ATM at the dslam and long story short, that conversion doesn't let me see if the T1 is up or down from the 7206 side, so I'm running OSPF. ADSL is a backup line. I want OSPF to advertise the LAN block on the 1721 back to the 7206 and the 7206 to advertise default to the 1721. Problem: Both routers are in area 0, and both see each other as neighbors. The 7206 has the 1721s loopback, serial ints and LAN ints in it's OSPF db and routing table. The 1721 has routes (including default) in the ospf db, but not in the routing table. Brief config snippets from both: 7206: router ospf 1 router-id 10.10.111.1 log-adjacency-changes area 0 authentication message-digest passive-interface default no passive-interface ATM2/0.10246 <- ADSL no passive-interface ATM2/0.10248 <- T1 no passive-interface ATM4/0.12655 no passive-interface FastEthernet5/0.1 network 10.10.104.0 0.0.0.255 area 0 <-T1 interface network 10.10.110.0 0.0.0.255 area 0 <-ADSL interface network 10.10.111.1 0.0.0.0 area 0 network 10.10.111.8 0.0.0.7 area 0 network 10.10.111.24 0.0.0.7 area 0 default-information originate always ! 1721: router ospf 1 router-id 10.10.111.254 log-adjacency-changes redistribute connected subnets passive-interface default no passive-interface ATM0.1 no passive-interface Serial0.1 network 10.10.104.248 0.0.0.0 area 0 <-T1 interface network 10.10.108.16 0.0.0.15 area 0 <-LAN network 10.10.110.10 0.0.0.0 area 0 <-ADSL interface ! So no problems on the 7206 side, I see all the routes I need to see. On the 1721 though: Gateway of last resort is 0.0.0.0 to network 0.0.0.0 C 10.10.104.0/24 is directly connected, Serial0.1 10.10.111.0/32 is subnetted, 1 subnets C 10.10.111.254 is directly connected, Loopback0 C 10.10.110.0/24 is directly connected, ATM0.1 10.10.108.0/28 is subnetted, 1 subnets C 10.10.108.16 is directly connected, FastEthernet0 S* 0.0.0.0/0 is directly connected, Serial0.1 And if I drop that static default route, no ospf default route jumps in to take it's place. Here's the 1721 ospf database, you can see it's receiving a default: Infinia#sh ip ospf database OSPF Router with ID (10.10.111.254) (Process ID 1) Router Link States (Area 0) Link ID ADV Router Age Seq# Checksum Link count 10.10.111.1 10.10.111.1 50 0x800016A8 0x001E53 9 10.10.111.3 10.10.111.3 1461 0x800030B0 0x00F546 18 10.10.111.254 10.10.111.254 629 0x80000012 0x00BB60 5 Type-5 AS External Link States Link ID ADV Router Age Seq# Checksum Tag 0.0.0.0 10.10.111.1 312 0x8000CC1B 0x00089D 1 10.10.111.254 10.10.111.254 629 0x80000002 0x003C1B 0 Infinia# So what am I missing here? I have a few other sites with similar configs and I have no problem getting a default route. In fact, other than the IOS version on those, there's really no difference. Is this a bug, or am I just not getting something fundamental here? Thanks, Charles