If you are familiar with Chris Bryants CCNA videos, I set up my home lab about exactly as he sets his up for his Frame Relay / OSPF videos, with a hub and 2 spoke NBMA network connected through a frame switch. I've attached a pic I drew of the topology for reference, as well as the show run for each router.
Quick breakdown of the NBMA network, R1 is the hub, with R2 and R3 serving at the spokes. Each router is connected to the frame switch via smart serial cable, R2 and R3 have an Ethernet segment connected to a 2950, all routers router have a loopback in its own area advertising via OSPF. All 3 routers in the NBMA can see eachothers loopbacks being advertised, everything pings, all good.
I then introduce R4 connected to R1 via smart serial cable, it is an 1841 series router where as R1/R2/R3 are 2600 series, and it's Lo4 IP of 4.4.4.4 will not propagate to any of the routers in the NBMA network. All routers see R4's serial interfaces network being advertised via 4.4.4.4, but none of them are putting 4.4.4.4 in their route table, even R1 despite the debugs showing the loopback is sending Hello's from that IP every 10 seconds:
R1#debug ip ospf hello
OSPF hello events debugging is on
R1#
*Mar  1 11:04:45.969: OSPF: Send hello to 224.0.0.5 area 100 on Serial0/1 from 100.100.100.1
R1#
*Mar  1 11:04:47.556: OSPF: Rcv hello from 4.4.4.4 area 100 from Serial0/1 100.100.100.2
*Mar  1 11:04:47.556: OSPF: End of hello processing
I've tried changing the Loopback IP on R4 to a different IP and adjusted ospf configs, set the interface as an ospf point-to-point manually per cisco forums, changed R1's loopback to be a higher IP in case that was the issue, and finally tried changing the subnet from a /30 to a /24 on the 100.100.100.0 network - Nothing is getting R4's loopback to propagate in other routers route table.
I've debugged the hell out of this, I have google fu'd the internet, I cannot understand why this is loopback is not propagating. Below is the show run from all 4 routers, as for some reason I can't attach a txt doc, if anyone has ideas I'd appreaciate it - this is driving me crazy that no command or change to the config is fixing the issue!
(The topology drawing shows 100.100.100.0/30, I changed it to /24 while tshooting and haven't changed it back yet)
Router Configs:
R1
R1#show run
Building configuration...
Current configuration : 1354 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$NGd4$0XlLftIz0t3gbyu5p0LxL.
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback1
ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0
ip address 172.12.123.1 255.255.255.0
encapsulation frame-relay
frame-relay map ip 172.12.123.2 122 broadcast
frame-relay map ip 172.12.123.3 123 broadcast
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
ip address 100.100.100.1 255.255.255.0
!
router ospf 1
log-adjacency-changes
network 1.1.1.1 0.0.0.0 area 11
network 100.100.100.0 0.0.0.255 area 100
network 172.12.123.0 0.0.0.255 area 0
neighbor 172.12.123.2
neighbor 172.12.123.3
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
password CCNP
logging synchronous
login
!
!
end
R1#
R2
R2#show run
Building configuration...
Current configuration : 1313 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$mnvX$6PUwncUgxnPosZrfejpQ20
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback2
ip address 2.2.2.2 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.2 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
ip address 172.12.123.2 255.255.255.0
encapsulation frame-relay
ip ospf priority 0
frame-relay map ip 172.12.123.1 221 broadcast
frame-relay map ip 172.12.123.3 321
no frame-relay inverse-arp
frame-relay lmi-type cisco
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 2.2.2.2 0.0.0.0 area 22
network 172.12.23.0 0.0.0.255 area 23
network 172.12.123.0 0.0.0.255 area 0
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
password CCNP
logging synchronous
login
!
!
end
R2#
R3
R3#show run
Building configuration...
Current configuration : 1392 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$sgqE$XREr.Rk9cPaXEqLtX2WTg.
!
no aaa new-model
!
resource policy
!
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
controller T1 0/0
framing sf
linecode ami
!
controller T1 0/1
framing sf
linecode ami
!
!
!
!
!
!
interface Loopback3
ip address 3.3.3.3 255.255.255.255
!
interface FastEthernet0/0
ip address 172.12.23.3 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/2
ip address 172.12.123.3 255.255.255.0
encapsulation frame-relay
ip ospf priority 0
no fair-queue
frame-relay map ip 172.12.123.2 321
frame-relay map ip 172.12.123.1 321 broadcast
no frame-relay inverse-arp
!
interface Serial0/3
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
network 3.3.3.3 0.0.0.0 area 33
network 172.12.23.0 0.0.0.255 area 23
network 172.12.123.0 0.0.0.255 area 0
!
!
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
password CCNP
logging synchronous
login
!
!
end
R3#
R4
R4#show run
Building configuration...
Current configuration : 1244 bytes
!
! Last configuration change at 15:19:24 UTC Sat Dec 19 2015
!
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$K795$0saD8bLeyCgPSqrg8sJh/0
!
no aaa new-model
dot11 syslog
ip source-route
!
!
!
!
ip cef
no ip domain lookup
no ipv6 cef
multilink bundle-name authenticated
!
!
!
!
!
license udi pid CISCO1841 sn FTX1210Z0AE
!
!
!
!
!
!
interface Loopback4
ip address 4.4.4.4 255.255.255.255
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
no fair-queue
clock rate 2000000
!
interface Serial0/0/1
ip address 100.100.100.2 255.255.255.0
clock rate 2000000
!
router ospf 1
log-adjacency-changes
network 4.4.4.4 0.0.0.0 area 44
network 100.100.100.0 0.0.0.255 area 100
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
logging synchronous
line aux 0
line vty 0 4
password CCNP
logging synchronous
login
transport input all
!
scheduler allocate 20000 1000
end
R4#