Help with a BASIC OSPF interarea ping issue
Hi All,
This is driving me mad but i hope you can help, im sure its simple bit i cant work it out.
I have 3 routers connected via Serial to each other.
R1 -> Area 1 (Stub - No Summary) -> R2 -> Area 0 -> R3 -> Area 2 (On loopback)
R1's Routing table is like so:-
Gateway of last resort is 192.168.4.6 to network 0.0.0.0
192.168.4.0/30 is subnetted, 1 subnets
C 192.168.4.4 is directly connected, Serial1/0
O*IA 0.0.0.0/0 [110/65] via 192.168.4.6, 00:54:05, Serial1/0
R2's is
Gateway of last resort is not set
192.168.72.0/30 is subnetted, 1 subnets
C 192.168.72.4 is directly connected, Serial1/1
3.0.0.0/32 is subnetted, 1 subnets
O IA 3.3.3.3 [110/65] via 192.168.72.5, 00:13:20, Serial1/1
192.168.4.0/30 is subnetted, 1 subnets
C 192.168.4.4 is directly connected, Serial1/0
and R3's is
Gateway of last resort is not set
192.168.72.0/30 is subnetted, 1 subnets
C 192.168.72.4 is directly connected, Serial1/0
3.0.0.0/32 is subnetted, 1 subnets
C 3.3.3.3 is directly connected, Loopback0
192.168.4.0/30 is subnetted, 1 subnets
O IA 192.168.4.4 [110/128] via 192.168.72.6, 00:03:28, Serial1/0
Now i cant ping R3 From R1 , i.e. Ping 3.3.3.3 (Loopback on R3) is not working, neither is 172.168.72.5 (Serial link to R2 on R3)
R1's Config is:-
interface Serial1/0
ip address 192.168.4.5 255.255.255.252
no fair-queue
serial restart-delay 0
clock rate 64000
!
router ospf 1
log-adjacency-changes
area 1 stub
network 192.168.4.4 0.0.0.3 area 1
R2's is
interface Serial1/0
ip address 192.168.4.6 255.255.255.252
no fair-queue
serial restart-delay 0
!
interface Serial1/1
ip address 192.168.72.6 255.255.255.252
serial restart-delay 0
!
router ospf 1
log-adjacency-changes
area 1 stub no-summary
redistribute connected
redistribute static
network 192.168.4.4 0.0.0.3 area 1
network 192.168.72.4 0.0.0.3 area 0
And the config of R3 is as follows:-
interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface Serial1/0
ip address 192.168.72.5 255.255.255.252
no fair-queue
serial restart-delay 0
clock rate 64000
!
router ospf 1
log-adjacency-changes
network 3.3.3.3 0.0.0.0 area 2
network 192.168.72.4 0.0.0.3 area 0
I CAN ping 172.168.72.4 from R1 and the routing tables all show
192.168.72.0/30 is subnetted, 1 subnets
C 192.168.72.4 is directly connected, Serial1/1
but not 192.168.72.4 /30 as i would expect, which kind of makes it look like its advertising the wrong subnet but then why is .4 showing?
Can anyone help point me in the right direction here, why can i ping and how can i fix it?
Thanks