I don“t see any filters applied on the tunnels and you are enabling ospf trough the tunnel. how do you learn the end point of the tunnel? send us your routing table of both tunnel end points..
As far as I can see you just guessing you should be are having issue with recursive routing...if you learn the end point trough ospf or higher admin-distance routing protocol. you can fix that by denying learning the tunnel end point from the tunnel interface. Configure the following on both tunnel routers * access-list 15 deny host 150.100.78.8 access-list 15 deny host 150.100.78.7 access-list 15 permit any router ospf 1 distribute-list 15 in tunnel 78 * And let me know.. Op 9 februari 2012 06:43 schreef khaled al-ajeman <[email protected] > het volgende: > Hi fellas, > > I am stick with volume 10.13, can anyone of you guys tell me why I am not > having reachability from BB2 to R1? Although I have configured the tunnel > interface between > R7 AND R8 due to the stub area 78 that doest not allowed me to create a > virtual-link between BB2 and the backbone area. Therefore, I have > configured the tunnel interface > between R7 AND R8 to make it works. BUT still there is not any reliability > between R1 and area 200 that is located between R8 and BB2? there is my > configurations > > R7 > > router ospf 1 > log-adjacency-changes > area 78 stub > area 0.0.2.55 virtual-link 200.0.0.6 > area 0.0.2.55 virtual-link 200.0.0.5 > network 150.100.78.0 0.0.0.255 area 78 > network 150.100.178.0 0.0.0.255 area 0 > network 150.100.220.0 0.0.1.255 area 0.0.2.55 > here is the tunnel interface as well : > > interface Tunnel78 > ip address 150.100.178.7 255.255.255.0 > tunnel source 150.100.78.7 > tunnel destination 150.100.78.8 > > > > R8 > > router ospf 1 > log-adjacency-changes > area 78 stub > passive-interface default > no passive-interface FastEthernet0/0 > no passive-interface Serial0/0 > no passive-interface FastEthernet0/1 > network 100.100.200.0 0.0.0.255 area 200 > network 150.100.78.0 0.0.0.255 area 78 > network 150.100.81.0 0.0.0.255 area 78 > network 150.100.178.0 0.0.0.255 area 0 > here is the interface tunnel > > interface Tunnel78 > ip address 150.100.178.8 255.255.255.0 > tunnel source 150.100.78.8 > tunnel destination 150.100.78.7 > end > > BB2 > > router ospf 1 > log-adjacency-changes > passive-interface default > no passive-interface FastEthernet0/0 > network 100.100.200.0 0.0.0.255 area 200 > > comments: > by the way my neighbor relationship has been established between BB2 and R8 > > > > many thanks, > khaled > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com > > http://onlinestudylist.com/mailman/listinfo/ccie_rs > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com http://onlinestudylist.com/mailman/listinfo/ccie_rs
