tunnel in OSPF

From: bindong.shi@gmail.com
Date: Thu Aug 03 2006 - 05:30:27 ART


hi group:
there are 4 routers:
R1----OSPF area 0----R2-------OSPF area 1------R3----OSPF area 0-----R4
R1(12.12.12.1)------(12.12.12.2)R2(23.23.23.2)----(23.23.23.3)R3(34.34.34.)---(34.34.34.4)R4.
If it was required to not using virtual-link to connect 2 area 0, then I decide to use tunnel:
R2:
int tunnel 0
ip unnumnered s0 <----s0 connect with R1
tunnel source s1 <----s1 connect with R3
tunnel dest 23.23.23.3
band 10000

R3:
int tunnel 0
ip unnumnered s0 <----s0 connect with R4
tunnel source s1 <----s1 connect with R2
tunnel dest 23.23.23.2
band 10000

I can see the tunnel has been setup and ospf neighbor is established.
but on R3 I only receive route comming from R2 end. Even I can see the ospf neighbor with R4, I cannot receive route from R4, why?



This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:55 ART