RE: IPV6

From: Luis Rueda (luis.rueda@comsat.com.co)
Date: Tue May 02 2006 - 01:20:00 ART


Jacque,

I would do something like this:

R1
Ipv6 unicast-routing
Interface ethernet0
 ipv6 enable
 ipv6 address FEC0::1:1:AC01:0101/96

Interface serial0
 ipv6 enable
 ipv6 address FEC0::1:2:0A0A:0A01/96
 frame-relay map ipv6 (R2's link-local address) 100 broadcast
 frame-relay map ipv6 FEC0::2:2:0A0A:0A02 100

R2
Ipv6 univast-routing
Interface ethernet0
 ipv6 enable
 ipv6 address FEC0::2:1:AC02:0202/96

Interface serial0
 ipv6 enable
 ipv6 address FEC0::2:2:0A0A:0A02/96
 frame-relay map ipv6 (R1's link-local address) 200 broadcast
 frame-relay map ipv6 FEC0::1:2:0A0A:0A01 200

You can find out the link local address once you enable ipv6 on it with
a show ipv6 interface serial0

Another thing is that you need to have ipv6 rip, ospf, eigrp or bgp
running, unless you use static ipv6 routes.

Also keep in mind that site-local addresses (the ones used in this
example) are deprecated as of RFC3879.

Hope it helps

Regards,

Luis

-----Mensaje original-----
De: nobody@groupstudy.com [mailto:nobody@groupstudy.com] En nombre de
jacque vincent
Enviado el: Monday, May 01, 2006 2:24 PM
Para: ccielab@groupstudy.com
Asunto: IPV6

I have the following quetion and need help.
I have two Routers R1& R2 connecting to each other through a frame
circuit with the following IP addressing:

R1: e0 -- 172.1.1.1/24 R1: s0-- 10.10.10.1/24 PVC 100

R2: e0 -- 172.2.2.2/24 R2: s0-- 10.10.10.2/24 PVC 200

How would I configure the IPV6 of this network using only
IPv4-compatible
IPv6 addresses.
Make sure every IPV6 address is pingable from any two device.

Thanks



This archive was generated by hypermail 2.1.4 : Thu Jun 01 2006 - 06:33:20 ART