I have an NBMA network that I am trying to add an OSPF Area off a spoke router, R3, that's Serial interface Priority is set to 0 so the Hub is the DR. I then tried adding a segment off of R3, and I am seeing on both sides the interface is up/down, and I cannot for the life of me figure this out.
I in the output of show ip ospf int x/x that there is no DR / BDR, and I am wondering if that is why it is down?
R4#show ip ospf int fa0/0
FastEthernet0/0 is up, line protocol is down
Internet Address 172.12.34.4/24, Area 34, Attached via Network Statement
Process ID 1, Router ID 4.4.4.4, Network Type BROADCAST, Cost: 1
Topology-MTID    Cost    Disabled    Shutdown      Topology Name
0           1         no          no            Base
Transmit Delay is 1 sec, State DOWN, Priority 1
No designated router on this network
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
R4#
ASR#3
[Resuming connection 3 to r3 ... ]
R3#show ip ospf int fa0/0
FastEthernet0/0 is up, line protocol is down
Internet Address 172.12.34.3/24, Area 34
Process ID 1, Router ID 3.3.3.3, Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State DOWN, Priority 1
No designated router on this network
No backup designated router on this network
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
oob-resync timeout 40
R3 has an interface in Area 0, on both routers I have "network 172.12.34.0 0.0.0.255 area 34" in the OSPF configuration, and I verified that R3's WAN interface does at least see the DR / Hub:
R3#show ip ospf int s0/2
Serial0/2 is up, line protocol is up
Internet Address 172.12.123.3/24, Area 0
Process ID 1, Router ID 3.3.3.3, Network Type NON_BROADCAST, Cost: 64
Transmit Delay is 1 sec, State DROTHER, Priority 0
Designated Router (ID) 1.1.1.1, Interface address 172.12.123.1
No backup designated router on this network
Timer intervals configured, Hello 30, Dead 120, Wait 120, Retransmit 5
oob-resync timeout 120
Hello due in 00:00:06
Supports Link-local Signaling (LLS)
Cisco NSF helper support enabled
IETF NSF helper support enabled
Index 2/2, flood queue length 0
Next 0x0(0)/0x0(0)
Last flood scan length is 1, maximum is 1
Last flood scan time is 0 msec, maximum is 0 msec
Neighbor Count is 1, Adjacent neighbor count is 1
Adjacent with neighbor 1.1.1.1  (Designated Router)
Suppress hello for 0 neighbor(s)
Why on Earth is this not working? Any help in understanding this is greatly appreciated!