OSPF Question
So I put 3 routers in a triangle and setup some ip helpers to dhcp on a remote router. I tried setting area 0 to the inner ring of the 3 routers, with the 3 router outer interfaces on other areas like 1,2, and 3. I just left the serials linking the 3 routers on HDLC and the routing table shows all remote networks so I guess it converged but when I do SH IP OSPF NEIGHBOR it shows FULL adjacency but I don't see BD or BDR. Can someone help me figure out why? Here are the 3 configs of R1,R2, and R3:
R1
interface Loopback0
ip address 209.165.200.1 255.255.255.252
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.2
encapsulation dot1Q 20
ip address 172.16.100.129 255.255.255.248
ip helper-address 172.16.100.1
!
interface GigabitEthernet0/0.30
encapsulation dot1Q 30
ip address 172.16.100.137 255.255.255.248
ip helper-address 172.16.100.1
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.0.0.2 255.255.255.252
!
interface Serial0/0/1
ip address 10.0.0.5 255.255.255.252
clock rate 2000000
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
passive-interface GigabitEthernet0/0
network 172.16.100.128 0.0.0.7 area 1
network 172.16.100.136 0.0.0.7 area 1
network 10.0.0.0 0.0.0.255 area 0
R2
interface GigabitEthernet0/0
ip address 192.168.100.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.0.0.1 255.255.255.252
clock rate 2000000
!
interface Serial0/0/1
ip address 10.0.0.9 255.255.255.252
clock rate 2000000
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
passive-interface GigabitEthernet0/0
passive-interface GigabitEthernet0/1
network 192.168.100.0 0.0.0.255 area 3
network 10.0.0.0 0.0.0.255 area 0
R3
ip dhcp pool 172.16.100.128-136
network 172.16.100.128 255.255.255.248
default-router 172.16.100.129
ip dhcp pool 172.16.100.0-127
network 172.16.100.0 255.255.255.128
default-router 172.16.100.1
ip dhcp pool 172.16.100.136-143
network 172.16.100.136 255.255.255.248
default-router 172.16.100.137
!
no ip cef
no ipv6 cef
!
!
!
!
license udi pid CISCO2911/K9 sn FTX15240GNL
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
!
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
!
interface GigabitEthernet0/0.10
encapsulation dot1Q 10
ip address 172.16.100.1 255.255.255.128
!
interface GigabitEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface GigabitEthernet0/2
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 10.0.0.10 255.255.255.252
!
interface Serial0/0/1
ip address 10.0.0.6 255.255.255.252
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
passive-interface GigabitEthernet0/0
network 172.16.100.0 0.0.0.127 area 2
network 10.0.0.0 0.0.0.255 area 0
R3 ROUTE TABLE
Gateway of last resort is not set
10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
O 10.0.0.0/30 [110/128] via 10.0.0.9, 00:18:01, Serial0/0/0
[110/128] via 10.0.0.5, 00:18:01, Serial0/0/1
C 10.0.0.4/30 is directly connected, Serial0/0/1
L 10.0.0.6/32 is directly connected, Serial0/0/1
C 10.0.0.8/30 is directly connected, Serial0/0/0
L 10.0.0.10/32 is directly connected, Serial0/0/0
172.16.0.0/16 is variably subnetted, 4 subnets, 3 masks
C 172.16.100.0/25 is directly connected, GigabitEthernet0/0.10
L 172.16.100.1/32 is directly connected, GigabitEthernet0/0.10
O IA 172.16.100.128/29 [110/65] via 10.0.0.5, 00:32:52, Serial0/0/1
O IA 172.16.100.136/29 [110/65] via 10.0.0.5, 00:32:10, Serial0/0/1
O IA 192.168.100.0/24 [110/65] via 10.0.0.9, 00:18:01, Serial0/0/0
I'm pretty out of practice and I'm sure I'm gonna kick myself after someone helps me see my error. Oh and here's the OSPF Neighbor table:
Neighbor ID Pri State Dead Time Address Interface
192.168.100.1 0 FULL/ - 00:00:32 10.0.0.9 Serial0/0/0
209.165.200.1 0 FULL/ - 00:00:33 10.0.0.5 Serial0/0/1