Yes you can do this...here are some configuration examples from two routers that are shown below how you have described.<div><br><div><div>*A:r33>config>router# info </div><div>----------------------------------------------</div>
<div>#--------------------------------------------------</div><div>echo "IP Configuration"</div><div>#--------------------------------------------------</div></div><div><br></div><div><div> interface "system"</div>
<div>            address <a href="http://10.0.0.33/32">10.0.0.33/32</a></div><div>            ipv6</div><div>                address 3FFE::C8C8:C803/128 </div><div>            exit</div><div>        exit </div><div>interface "to-r32"</div>
<div>            address <a href="http://10.32.33.33/24">10.32.33.33/24</a></div><div>            port 1/1/3</div><div>        exit</div><div>#--------------------------------------------------</div><div>echo "Static IPv6 Route Configuration"</div>
<div>#--------------------------------------------------</div><div>        static-route 3FFE::C8C8:C802/128 indirect 10.0.0.32</div><div>#--------------------------------------------------</div><div><div>echo "OSPFv2 Configuration"</div>
<div>#--------------------------------------------------</div><div>        ospf</div><div>            area 0.0.0.0</div><div>                interface "system"</div><div>                exit</div><div>                interface "to-r32"</div>
<div>                    interface-type point-to-point</div><div>                exit</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>              </div>
<div><div>A:r32>config>router# info </div><div>----------------------------------------------</div><div>#--------------------------------------------------</div><div>echo "IP Configuration"</div><div>#--------------------------------------------------</div>
</div><div><div>interface "system"</div><div>            address <a href="http://10.0.0.32/32">10.0.0.32/32</a></div><div>            ipv6</div><div>                address 3FFE::C8C8:C802/128 </div><div>            exit</div>
<div>        exit      </div></div><div><div>interface "to-r33"</div><div>            address <a href="http://10.32.33.32/24">10.32.33.32/24</a></div><div>            port 1/1/3</div><div>        exit</div></div>
<div><div>#--------------------------------------------------</div><div>echo "Static IPv6 Route Configuration"</div><div>#--------------------------------------------------</div><div>        static-route 3FFE::C8C8:C803/128 indirect 10.0.0.33</div>
</div><div>#--------------------------------------------------</div><div><div>echo "OSPFv2 Configuration"</div><div>#--------------------------------------------------</div><div>        ospf</div><div>            area 0.0.0.0</div>
<div>                interface "system"</div><div>                exit</div><div>                interface "to-r33"</div><div>                    interface-type point-to-point</div><div>                exit</div>
<div>            exit</div></div><div><br></div><div><br></div><div><br></div><div><div>:r32# ping 3FFE::C8C8:C803 </div><div>PING 3FFE::C8C8:C803 56 data bytes</div><div>64 bytes from 3FFE::C8C8:C803 icmp_seq=1 hlim=64 time=1.41ms.</div>
<div>64 bytes from 3FFE::C8C8:C803 icmp_seq=2 hlim=64 time=1.32ms.</div><div>64 bytes from 3FFE::C8C8:C803 icmp_seq=3 hlim=64 time=1.32ms.</div><div>64 bytes from 3FFE::C8C8:C803 icmp_seq=4 hlim=64 time=1.35ms.</div><div>
64 bytes from 3FFE::C8C8:C803 icmp_seq=5 hlim=64 time=1.37ms.</div><div><br></div><div><div>A:r32# traceroute 3FFE::C8C8:C803                  </div><div>traceroute to 3FFE::C8C8:C803, 30 hops max, 60 byte packets</div><div>
  1  3FFE::C8C8:C803 (3FFE::C8C8:C803)    1.57 ms  1.49 ms  1.79 ms</div><div>A:r32# </div></div><div><br></div><div>---- 3FFE::C8C8:C803 PING Statistics ----</div><div>5 packets transmitted, 5 packets received, 0.00% packet loss</div>
<div>round-trip min = 1.32ms, avg = 1.35ms, max = 1.41ms, stddev = 0.037ms</div><div>A:r32# </div></div><div><div>A:r32# show router route-table ipv6 </div><div><br></div><div>===============================================================================</div>
<div>IPv6 Route Table (Router: Base)</div><div>===============================================================================</div><div>Dest Prefix                                   Type    Proto    Age         Pref</div>
<div>       Next Hop[Interface Name]                                     Metric     </div><div>-------------------------------------------------------------------------------</div><div>3FFE::C8C8:C802/128                           Local   Local    00h14m24s   0   </div>
<div>       system                                                       0</div><div>3FFE::C8C8:C803/128                           Remote  Static   00h09m22s   5   </div><div>       10.0.0.33                                                    1</div>
<div>-------------------------------------------------------------------------------</div><div>No. of Routes: 3</div><div>===============================================================================</div><div>A:r32# </div>
</div><div><br></div><div><br></div><div>HTH,</div><div>Dan</div><div><br></div><div><br><br><div class="gmail_quote">On Tue, Sep 28, 2010 at 8:44 PM, Bryan <span dir="ltr"><<a href="mailto:deadheadblues@gmail.com">deadheadblues@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br>
<br>
I am trying to get an IPv6 over IPv4 tunnel working on 2 7750s with<br>
7.0. Here is my plan:<br>
<br>
IPv6---R2<---IPv4--->R3---IPv6<br>
<br>
R2 and R3 will have a direct IPv4 connectivity.<br>
Each router will have a loopback as an endpoint for the tunnel (this<br>
will have IPv4 and IPv6 addresses).<br>
Then another loopback will have only IPv6 addressing to simulate an IPv6 LAN.<br>
Routing between the "LANs" will be done using static routes.<br>
<br>
Is this possible? I have been reading and following the 7.0 Router<br>
Guide pages 52-60. Not really sure what the guide is going for since<br>
no explanation or context is given for their configuration examples. I<br>
have no clue what BGP is doing there.<br>
<br>
Thanks,<br>
<font color="#888888"><br>
Bryan<br>
_______________________________________________<br>
alcatel-nsp mailing list<br>
<a href="mailto:alcatel-nsp@puck.nether.net">alcatel-nsp@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/alcatel-nsp" target="_blank">https://puck.nether.net/mailman/listinfo/alcatel-nsp</a><br>
</font></blockquote></div><br></div></div></div>