Hi Rene,
i was doing a lab and i found somting weared, below is the topology
we need to make sure the connectivity between both area0 is there and area 2 has connectivity to backbone area.
but when i configured the lab i am able to access all subnets in all area except area2 loopback,
i am able to ping both area0 loopbacks from area2 as well, i think we need virtual link between router porkâ>chicken
and one more link between router chicken ----> Fish
i am attaching the config as well please do let me know why itâs behaving like this
Chicken
router ospf 1
log-adjacency-changes
network 1.1.1.0 0.0.0.255 area 0
network 192.168.12.0 0.0.0.255 area 1
Gateway of last resort is not set
C 192.168.12.0/24 is directly connected, FastEthernet0/0
1.0.0.0/24 is subnetted, 1 subnets
C 1.1.1.0 is directly connected, Loopback0
3.0.0.0/32 is subnetted, 1 subnets
O IA 3.3.3.3 [110/3] via 192.168.12.2, 00:10:49, FastEthernet0/0
O 192.168.24.0/24 [110/2] via 192.168.12.2, 00:10:49, FastEthernet0/0
O 192.168.23.0/24 [110/2] via 192.168.12.2, 00:10:49, FastEthernet0/0
Chicken#
beef
router ospf 1
log-adjacency-changes
network 192.168.12.0 0.0.0.255 area 1
network 192.168.23.0 0.0.0.255 area 1
network 192.168.24.0 0.0.0.255 area 1
Gateway of last resort is not set
C 192.168.12.0/24 is directly connected, FastEthernet0/0
1.0.0.0/32 is subnetted, 1 subnets
O IA 1.1.1.1 [110/2] via 192.168.12.1, 00:12:18, FastEthernet0/0
3.0.0.0/32 is subnetted, 1 subnets
O IA 3.3.3.3 [110/2] via 192.168.23.3, 00:12:18, FastEthernet0/1
C 192.168.24.0/24 is directly connected, FastEthernet1/0
C 192.168.23.0/24 is directly connected, FastEthernet0/1
Beef#
Fish
router ospf 1
log-adjacency-changes
network 4.4.4.0 0.0.0.255 area 2
network 192.168.24.0 0.0.0.255 area 1
Gateway of last resort is not set
O 192.168.12.0/24 [110/2] via 192.168.24.2, 00:13:06, FastEthernet0/1
1.0.0.0/32 is subnetted, 1 subnets
O IA 1.1.1.1 [110/3] via 192.168.24.2, 00:13:06, FastEthernet0/1
3.0.0.0/32 is subnetted, 1 subnets
O IA 3.3.3.3 [110/3] via 192.168.24.2, 00:13:06, FastEthernet0/1
4.0.0.0/24 is subnetted, 1 subnets
C 4.4.4.0 is directly connected, Loopback0
C 192.168.24.0/24 is directly connected, FastEthernet0/1
O 192.168.23.0/24 [110/2] via 192.168.24.2, 00:13:06, FastEthernet0/1
Fish#
pork
router ospf 1
log-adjacency-changes
network 3.3.3.0 0.0.0.255 area 0
network 192.168.23.0 0.0.0.255 area 1
Gateway of last resort is not set
O 192.168.12.0/24 [110/2] via 192.168.23.2, 00:11:41, FastEthernet0/1
1.0.0.0/32 is subnetted, 1 subnets
O IA 1.1.1.1 [110/3] via 192.168.23.2, 00:11:41, FastEthernet0/1
3.0.0.0/24 is subnetted, 1 subnets
C 3.3.3.0 is directly connected, Loopback0
O 192.168.24.0/24 [110/2] via 192.168.23.2, 00:11:41, FastEthernet0/1
C 192.168.23.0/24 is directly connected, FastEthernet0/1
Pork#