I want to classify one of my subnets as a stub area in OSPF (because it will only communicate with the adj network) but I cannot get the two areas to exchange routes. What am I missing in my config:
Router A would be the Stub area
RouterA
fa0/0
ip address 10.1.10.1 255.255.255.0
s0/0
ip address 192.168.1.2 255.255.255.0
router ospf 1
network 10.1.10.0 0.0.0.255 area 1
Router B
fa0/0
ip address 172.16.1.1 255.255.0.0
s0/0
ip address 192.168.1.1 255.255.255.0
ospf 1
network 172.16.0.0 0.0.255.255 area 0
Router A would be the Stub area
RouterA
fa0/0
ip address 10.1.10.1 255.255.255.0
s0/0
ip address 192.168.1.2 255.255.255.0
router ospf 1
network 10.1.10.0 0.0.0.255 area 1
Router B
fa0/0
ip address 172.16.1.1 255.255.0.0
s0/0
ip address 192.168.1.1 255.255.255.0
ospf 1
network 172.16.0.0 0.0.255.255 area 0