IPV6 Tunnel Problem

From: msaeed@uaeu.ac.ae
Date: Thu Oct 05 2006 - 12:20:04 ART


Hi every body,

I configured IPV6 tunnel on R5, R3, R4 using following config. I can ping
from R3 to R5 but can not reach R4, even when debug on R4, R4 is sending
IPV6 ping packets out tunnel interface....this is task 7.2 IE Lab 9. R5,
R3, R4 all are connected via frame-relay and they can reach eachother
using IPV4 addresses...

Any pne see any problem..... in this config.....Basically this is exactly
the IEWB solution is....

R3

conf t
ipv6 unicast-routing
interface Tunnel34
 no ip address
ipv6 address 2002:9601:303:34::3/64
 tunnel source Loopback0
 tunnel mode ipv6ip 6to4
exit
ipv6 route 2002::/16 Tunnel34
int lo0
ipv6 address 2002:9601:303::3/64
int e0/0
ipv6 address 2002:9601:303:1::3/64
end
wr

R4

conf t
ipv6 unicast-routing
conf t
interface Tunnel34
 no ip address
ipv6 address 2002:9601:404:34::4/64
 tunnel source Loopback0
 tunnel mode ipv6ip 6to4
exit
ipv6 route 2002::/16 Tunnel34
int lo0
ipv6 address 2002:9601:404::4/64
int e0
ipv6 address 2002:9601:404:1::4/64
end
wr

R5

conf t
ipv6 unicast-routing
conf t
interface Tunnel34
 no ip address
ipv6 address 2002:9601:505:34::5/64
 tunnel source Loopback0
 tunnel mode ipv6ip 6to4
exit
ipv6 route 2002::/16 Tunnel34
int lo0
ipv6 address 2002:9601:505::5/64
end
wr

Regards,

Mohammad Zahid



This archive was generated by hypermail 2.1.4 : Wed Nov 01 2006 - 07:29:04 ART