+ All Categories
Home > Documents > [email protected] INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES,...

[email protected] INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES,...

Date post: 13-Feb-2015
Category:
Upload: jacobo-estupinan
View: 4 times
Download: 1 times
Share this document with a friend
36
[email protected] INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012 PROTOCOLO IPv6 Palacio Real-España FACULTAD DE INGENIERIA ELECTRICA Y ELECTRONICA Profesor Daniel Díaz Ataucuri [email protected] http://www.danieldiaza.com Catedrático Titular a Tiempo Parcial FIEE-UNI / UNMSM Director de Investigación y Desarrollo Tecnológico del INICTEL-UNI Lima, Agosto-Diciembre de 2012 CONFIGURACIÓN DE REDES IPv6
Transcript
Page 1: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

Palacio Real-España

FACULTAD DE INGENIERIA ELECTRICA Y ELECTRONICA

Profesor Daniel Díaz [email protected]

http://www.danieldiaza.com

Catedrático Titular a Tiempo Parcial FIEE-UNI / UNMSMDirector de Investigación y Desarrollo

Tecnológico del INICTEL-UNI

Lima, Agosto-Diciembre de 2012

CONFIGURACIÓN DEREDES IPv6

Page 2: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

COEXISTENCIA Y TRANSICIÓN

IPv6 se especificó como un protocolo que debíacoexistir con IPv4. Surge los mecanismos detransición:► Dual Stack: El stack (pila) del protocolo IPv4 e IPv6 son mantenidos simultáneamente en un mismo dispositivo.

► Traducción: Se realiza una traducción para modificar toda la cabecera IPv4 a una cabecera IPv6 (similar al mecanismo NAT). No es recomendado.

► Túneles: Se encapsula el protocolo IPv6 en el protocolo IPv4 con el propósito de que viaje por redes convencionales IPv4. Campo Protocolo de IPv4 en 41 (26h). - Configuración Manual - ISATAP Tunnel - 6to4 Tunnel - TEREDO Tunnel - GRE Tunnel

RFC 4213: “Basic Transition Mechanisms for IPv6 Hosts and Routers”/IPv6 for Enterprise Network: Chapter 3

Page 3: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK

Page 4: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK

Los routers de la red soportan ambos protocolos IP:IPv4 e IPv6.

Ambos protocolos tienen independiente enrutamiento, QoS, seguridad, multicast, entre otros.► Se comparten los recursos de la red.

IPv6

IPv4

IPv6

IPv4Red IPv4/IPv6

Host IPv4/IPv6

Host IPv4/IPv6

Page 5: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK

S0S1

200.1.1.1/30

200.1.1.2/30

2001:13A0:1234::1/64

2001:13A0:1234::2/64

Opciones-relleno

Ver HLENTipo Serv. Longitud totalIdentificador Desplaz de frag. Indic

TTL Protocolo Suma de chequeoDirección IP de origenDirección IP de destino

PDU de la capa superior

DS Etiqueta de flujo

Dirección de origen

Ver Longitud de carga útil Límite saltoCabe.sigte

Dirección IP de destino

PDU de la capa superior

Cabecera de extensión

Dirección IP de origenAmbos protocolos son aceptados por

los routers

APLICACIÓNAPLICACIÓN

IPv6IPv6 IPv4IPv4

CAPA DE ENLACECAPA DE ENLACE

TCP/UDPTCP/UDP

Page 6: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK: Configuración básica

R1>enableR1#configure terminalR1(config)#ipv6 unicast-routingR1(config)#interface serial 0R1(config-if)#ipv6 address 2001:13a0:1234::1/64R1(config-if)#ipv6 enable

R1>enableR1#configure terminalR1(config)#interface serial 0R1(config-if)#ip address 200.1.1.1 255.255.255.252R1(config-if)#no shutdown

R2>enableR2#configure terminalR2(config)#ipv6 unicast-routingR2(config)#interface serial 1R2(config-if)#ipv6 address 2001:13a0:1234::2/64R2(config-if) #ipv6 enable

R2>enableR2#configure terminalR2(config)#interface serial 1R2(config-if)#ip address 200.1.1.2 255.255.255.252R2(config-if)#no shutdown

R1 R2200.1.1.1/30

200.1.1.2/30

S0 S1

2001:13A0:1234::1/64

2001:13A0:1234::2/64

Lo_41 210.2.2.2/24

Lo_61 2001:13a0:777:1/64

R1config)#interface loopback 61R1(config-if)#ipv6 address 2001:13a0:777::1/64R1 (config-if) #ipv6 enable

R1(config)#interface loopback 41R1(config-if)#ip address 210.2.2.2 255.255.255.0R1(config-if)#no shutdown

Page 7: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK: Tablas Estáticas

Criterio idéntico al utilizado en la definición de las tablas estáticas en IPv4.► Se debe identificar la dirección IPv6 del salto siguiente.

Comando similar al de las redes con IPv4.► ipv6 route <prefijo de la red/longitud del prefijo> <dirección IPv6 del salto siguiente>

R1 R2

S0 S1

2001:13A0:1234::1/64

2001:13A0:1234::2/64

Lo_612001:13a0:777:1/64

2001:13A0:999::2/64

R1>enableR1#configure terminalR1(config)#ipv6 route 2001:13a0:999::/64 2001:13a0:1234::2

Page 8: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK: RIP para IPv6 (RIPng)

R2>enableR2#configure terminalR2(config)#ipv6 router rip inictelR2(config-rtr)#exitR2(config)#interface serial 1R2(config-if)#ipv6 rip inictel enableR2(config-if)#exit

R1>enableR1#configure terminalR1(config)#ipv6 router rip inictelR1(config-rtr)#exitR1(config)#interface serial 0R1(config-if)#ipv6 rip inictel enableR1(config-if)#exitR1(config)#interface loopback 61R1(config-if)#ipv6 rip inictel enableR1(config-if)#exit

R1 R2200.1.1.1/30

200.1.1.2/30

S0 S1

2001:13A0:1234::1/64

2001:13A0:1234::2/64

Lo_41 210.2.2.2/24

Lo_61 2001:13a0:777:1/64

Page 9: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK: OSPFv3R1 R2

S0 S1

2001:13A0:1234::1/64

2001:13A0:1234::2/64

Lo_612001:13a0:777:1/64 Area 0

R2>enableR2#configure terminalR2(config)#interface serial 1R1(config)#ipv6 enableR2(config-if)#ipv6 ospf 1 area 0R2(config-if)#exit

R1>enableR1#configure terminalR1(config)#interface serial 0R1(config)#ipv6 enableR1(config-if)#ipv6 ospf 1 area 0R1(config-if)#exitR1(config)#interface loopback 61R1(config)#ipv6 enableR1(config-if)#ipv6 ospf 1 area 0R1(config-if)#exit

http://ironbark.bendigo.latrobe.edu.au/subjects/INW/lectures/15/

Page 10: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

REDISTRIBUCION: OSPFv3 CON RIPng

R1

R3

R2

PCa

PCb

AREA 1

30.3.3.0/30

30.3.3.4/30

30.3

.3.8

/30

210.1.1.64/26

210.1.1.128/26

.5

.1.2

.9

.6

.65

.129

Co

sto

1

Costo

10

Costo 5

RIPv2

RIPv2

Fa1/0Fa1/1

Fa2/0

2001:1a13:4cf::6000/126

2001

:1a1

3:4c

f::6

008/

126

2001:1a13:9000::/64

.10

.1 .6001

.600

9R1#configure terminalR1(config)# ipv6 unicast-routingR1(config)# interface FastEthernet 1/0R1(config-if)# ip address 210.1.1.65 255.255.255.192R1(config-if)# ipv6 address 2001:1A13:9000::1/64R1(config-if)# ipv6 enableR1(config-if)# ipv6 rip lima enableR1(config-if)# exit

R1(config)# interface FastEthernet1/1R1(config-if)# ip address 30.3.3.1 255.255.255.252R1(config-if)# ip ospf cost 5R1(config-if)# ipv6 address 2001:1A13:4CF::6001/126R1(config-if)# ipv6 enableR1(config-if)# ipv6 ospf cost 5R1(config-if)# ipv6 ospf 1 area 1R1(config-if)# exit

R1(config)# interface FastEthernet2/0R1(config-if)# ip address 30.3.3.9 255.255.255.252R1(config-if)# ip ospf cost 1R1(config-if)# ipv6 address 2001:1A13:4CF::6009/126R1(config-if)# ipv6 enableR1(config-if)# ipv6 ospf cost 1R1(config-if)# ipv6 ospf 1 area 1

R1#configure terminalR1(config)# ipv6 unicast-routingR1(config)# interface FastEthernet 1/0R1(config-if)# ip address 210.1.1.65 255.255.255.192R1(config-if)# ipv6 address 2001:1A13:9000::1/64R1(config-if)# ipv6 enableR1(config-if)# ipv6 rip lima enableR1(config-if)# exit

R1(config)# interface FastEthernet1/1R1(config-if)# ip address 30.3.3.1 255.255.255.252R1(config-if)# ip ospf cost 5R1(config-if)# ipv6 address 2001:1A13:4CF::6001/126R1(config-if)# ipv6 enableR1(config-if)# ipv6 ospf cost 5R1(config-if)# ipv6 ospf 1 area 1R1(config-if)# exit

R1(config)# interface FastEthernet2/0R1(config-if)# ip address 30.3.3.9 255.255.255.252R1(config-if)# ip ospf cost 1R1(config-if)# ipv6 address 2001:1A13:4CF::6009/126R1(config-if)# ipv6 enableR1(config-if)# ipv6 ospf cost 1R1(config-if)# ipv6 ospf 1 area 1

R1#configure terminalR1(config)#ipv6 router rip limaR1(config-rtr)# redistribute ospf 1 metric 1 match internal external 1 external 2 include-conne cted

R1#configure terminalR1(config)#ipv6 router rip limaR1(config-rtr)# redistribute ospf 1 metric 1 match internal external 1 external 2 include-conne cted

R1#configure terminalR1(config)#ipv6 router ospf 1R1(config-rtr)#redistribute rip lima include-connectedR1(config-rtr)#exit

R1#configure terminalR1(config)#ipv6 router ospf 1R1(config-rtr)#redistribute rip lima include-connectedR1(config-rtr)#exit

Page 11: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

ANÁLISIS DE UNA RED DUAL STACK

R5

R1R3

R2

R4

R6

R7

R8

R9

PCa

PCb

PCc

PCd

AREA 0

AREA 1 AREA 220.1.1.0/30 20.1.1.4/30

20.1.1.8/30

20.1.1.12/30

20.1

.1.1

6/30

20.1

.1.2

0/30

30.3.3.0/30

30.3.3.4/30

30.3

.3.8

/30

40.4.4.0/30

40.4.4.4/30

40.4

.4.8

/30210.1.1.64/26

210.1.1.128/26

220.2.2.64/26

220.2.2.0/26

.1

.5

.2

.6

.9

.10

.14 .13

.17

.18

.22

.21

.1.2

.9

.10

.5

.6

.2.1

.6

.5

.9

.10

.65 .65

.1.129

Costo 3

Costo 7

Co

sto

2

Costo 6 Costo 4

Co

sto

1

Co

sto

1

Costo

10

Costo 5

Costo 1

Costo 1

Co

sto 1

RIPv2

RIPv2

RIPv2

RIPv2OSPFv2

Revisión de redistribución RIP y OSPF en:http://docwiki.cisco.com/wiki/Internetwork_Design_Guide_--_RIP_and_OSPF_Redistribution#RIP_and_OSPF_Redistribution

Page 12: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

ANÁLISIS DE UNA RED DUAL STACK

R5

R1R3

R2

R6

R7

R8

R9

PCa

PCb

PCc

PCd

AREA 0

AREA 1 AREA 2

.1

.5

.2

.6

.a

.e .d

.11

.12

.16

.15

.1.2

.9

.a

.5

.6

.2.1

.6

.5

.9

.a

.1 .1

.1.1

Costo 3

Costo 7

Co

sto

2Costo 6

Costo 4

Co

sto

1

Co

sto

1

Costo

10

Costo 5

Costo 1

Costo 1

Co

sto 1

.9

R4

.a

.b

.c

.d

2001:1a13:4cf::8000/126 2001:1a13:4cf::8004/126

2001:1a13:4cf::8008/126

2001:1a13:4cf::800c/126

2001

:1a1

3:4c

f::8

010/

126

2001

:1a1

3:4c

f::8

014/

126

2001:1a13:4cf::6000/126

2001:1a13:4cf::6004/126

2001

:1a1

3:4c

f::6

008/

126

2001:1a13:4cf::7000/126

2001:1a13:4cf::7004/126

2001:1a13:4cf::7008/126

2001:1a13:9000::/64

2001:1a13:9001::/64

2001:1a13:9002::/64

2001:1a13:9003::/64

RIPng

RIPng RIPng

RIPng

OSPFv3

Page 13: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

ANÁLISIS DE UNA RED DUAL STACK

Redistribuido

Page 14: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

ANÁLISIS DE UNA RED DUAL STACK

Ping desde la PCa hacia la PCd en IPv4 e IPv6

Page 15: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK: Configurar los host con IPv6

Un host con Windows ya está habilitado IPv6.► Para verificar el estado de la interfaz de su host, ingresar el comando: ping ::1

Page 16: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK: Configurar los host con IPv6

Desde la línea de comandos, netsh configura opciones del host.► c:\netsh

► El comando ? Muestra todos los comandos disponibles en netsh.

http://technet.microsoft.com/es-es/library/cc785383(WS.10).aspx

Page 17: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK: Configurar los host con IPv6

Uso del netsh para configurar IPv6 en un host.► c:\netsh► netsh>

► netsh>► netsh interface>

► netsh interface>► netsh interface ipv6>

interface

ipv6

Tarea: Analizar con detalle las diferentes opciones

Page 18: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK-Red IPv4

AREA 2

AREA 0

Costo 2

Co

sto 2

Costo 4

Costo 6

Costo 1

Costo 2

Costo 1

Costo

3

Costo 7R1

R2

R3

R4

Ra Rc

Fa0/1

Fa0/0

S0/1S0/0

Fa0/0

Fa0/1

S0/0

S0/1

Fa0/0Fa0/1 S0/

0

S0/1

Fa0/1Fa0/0

Fa0/1

Fa0/0

F0/1

S0/0

Fa0/1Fa0/0

0

1

2

4

3

5

8

Fa0/0 y S0/0 se asignan las primeras direcciones válidas.

F0/0

S0/1

Costo 3

Fa0/1

PCa

PCb

PCc

R57

6

Rb

PC1

10.7.7.0/29

Prefijo LAN de PCb: 208.2.3.0/24Prefijo LAN de PCc: 208.3.3.0/24

AREA 1

Prefijo LAN de PCa: 208.1.1.0/24

Prefijo WAN: 72.72.72.0/24

IMPLEMENTAR

Page 19: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

DUAL STACK-Red IPv6

AREA 2

AREA 0

Costo 2

Co

sto 2

Costo 4

Costo 6

Costo 1

Costo 2

Costo 1

Costo

3

Costo 7R1

R2

R3

R4

Ra Rc

Fa0/1

Fa0/0

Fa0/0

Fa0/1

S0/0

S0/1

Fa0/0Fa0/1 S0/

0

S0/1

Fa0/1

Fa0/0

S0/0

1

2

4

3

5

8

Fa0/0 y S0/0 se asignan las primeras direcciones válidas.

S0/1

Costo 3

PCa

PCb

PCc

R57

6

Rb

2001:1a13:4cf::9000/120

Prefijo LAN de PCb: 2001:1a13:200::/64Prefijo LAN de PCc: 2001:1a13:300::/64

AREA 1

Prefijo LAN de PCa: 2001:1a13:100::/64

Prefijo WAN: 2001:1a13:4cf::8000/120

IMPLEMENTAR

0S0/1S0/0

Fa0/1Fa0/0

F0/1

F0/0

Fa0/1Fa0/0

Fa0/1

PC1

Page 20: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

TUNEL

Page 21: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

TÚNEL IPv6 SOBRE IPv4

Permite enviar tráfico IPv6 sobre la WAN en IPv4,sin la necesidad de actualizar los routers de la WAN.► Túneles IPv6 sobre IPv4 (IPv6-over-IPv4 tunnels) encapsula paquetes IPv6 dentro de IPv4.

Existe una variedad de tipo de túnel que son usados para diferentes propósitos: Manually Configured Tunnel (MCT) IPv6-over-IPv4 generic routing encapsulation (GRE) tunnel Tunnel Broker 6to4 TunnelIntra-Site Automatic Tunnel Addressing Protocol (ISATAP) Tunnel IPv6 over MPLS (6PE)

Existe una variedad de tipo de túnel que son usados para diferentes propósitos: Manually Configured Tunnel (MCT) IPv6-over-IPv4 generic routing encapsulation (GRE) tunnel Tunnel Broker 6to4 TunnelIntra-Site Automatic Tunnel Addressing Protocol (ISATAP) Tunnel IPv6 over MPLS (6PE)

Opciones-relleno

Ver HLENTipo Serv. Longitud totalIdentificador Desplaz de frag. Indic

TTL Protocolo Suma de chequeoDirección IP de origenDirección IP de destino

PDU de la capa superior

DS Etiqueta de flujo

Dirección de origen

Ver Longitud de carga útil Límite saltoCabe.sigte

Dirección IP de destino

PDU de la capa superior

Cabecera de extensión

Dirección IP de origen

Page 22: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

MANUALLY CONFIGURED TUNNEL (MCT)

Son túneles IPv6-in-IPv4 definidos estáticamente.► Es definido en la RFC 4213 “Basic Transition Mechanisms for IPv6 Hosts and Routers”.► La encapsulación del túnel es determinado desde la información de la configuración estática en el modo tunneling.► El nodo del túnel puede ser un router dual stack o un host.

La red del proveedor mantendrá sus protocolos basados en IPv4.Sólo en los extremos, cercanos a los usuarios finales, los routers que definen el túnel deberán ser dual stack.

Page 23: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

TUNEL MANUAL (1/4)

Costo 4Costo 3

R2

R3

R4

R1

R7

Fa0/1

Fa0/0

Fa0/0

Fa0/1Fa1/0

Fa0

/0F

a0/0

Fa0/

1

Fa0/

0

PC210.7.7.0/30

AREA 1

Fa0/1

PC1

10.7.7.4/30

10.7.7.8/30 10.7

.7.1

6/30

10.7.7.12/30

20.2

.2.0

/30

30.3.3.0/30

Costo 1

Costo 2

Costo

3

AREA 2

AREA 0

.1

.2 .5

.6

.9

.10

.13 .14.17

.18

Cos

to 1

.1

.2

.1

.2.1

.1

210.10.10.0/24

220.20.20.0/24

PROVEEDOR DE INTERNETRed con IPv4

2001:1234:1::/64

2001:1234:2::/64

.2

.2

RED DE ACCESOcon IPv4

RED DE ACCESOcon IPv4

R5 R6

Fa0/1

Fa1/0

Fa

1/1

Fa

1/1

Fa1/

0

Fa1/

0

Costo 1

Dual stack

Dual stack

Sub red del Tunel: 2001:97ab:1::/64

Page 24: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

Dual stack

Costo 4Costo 3

R2

R3

R4

R1

R7

Fa0/1

Fa0/0

Fa0/0

Fa0/1Fa1/0

Fa0

/0F

a0/0

Fa0/

1

Fa0/

0

PC210.7.7.0/30

AREA 1

Fa0/1

PC1

10.7.7.4/30

10.7.7.8/30 10.7

.7.1

6/30

10.7.7.12/30

20.2

.2.0

/30

30.3.3.0/30

Costo 1

Costo 2

Costo

3

AREA 2

AREA 0

.1

.2 .5

.6

.9

.10

.13 .14.17

.18

Cos

to 1

.1

.2

.1

.2.1

.1

210.10.10.0/24

220.20.20.0/24

PROVEEDOR DE INTERNETRed con IPv4

2001:1234:1::/64

2001:1234:2::/64

.2

.2

RED DE ACCESOcon IPv4

RED DE ACCESOcon IPv4

R5 R6

Fa0/1

Fa1/0

Fa

1/1

Fa

1/1

Fa1/

0

Fa1/

0

Costo 1

2001

:97a

b:1

::1/

642001:97ab

:1::2/64

Dual stack

R1(config)#interface tunnel 0

R1(config-if)#tunnel mode ipv6ip

R1(config-if)#tunnel source 20.2.2.1

R1(config-if)#tunnel destination 30.3.3.2

R1(config-if)#ipv6 address 2001:97ab:1::1/64R1(config-if)#ipv6 enable

R7(config)#interface tunnel 0

R7(config-if)#tunnel mode ipv6ip

R7(config-if)#tunnel source 30.3.3.2

R7(config-if)#tunnel destination 20.2.2.1

R7(config-if)#ipv6 address 2001:97ab:1::2/64R7(config-if)#ipv6 enable

TUNEL MANUAL (2/4)

Page 25: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

Dual stack

Costo 4Costo 3

R2

R3

R4

R1

R7

Fa0/1

Fa0/0

Fa0/0

Fa0/1Fa1/0

Fa0

/0F

a0/0

Fa0/

1

Fa0/

0

PC210.7.7.0/30

AREA 1

Fa0/1

PC1

10.7.7.4/30

10.7.7.8/30 10.7

.7.1

6/30

10.7.7.12/30

20.2

.2.0

/30

30.3.3.0/30

Costo 1

Costo 2

Costo

3

AREA 2

AREA 0

.1

.2 .5

.6

.9

.10

.13 .14.17

.18

Cos

to 1

.1

.2

.1

.2.1

.1

210.10.10.0/24

220.20.20.0/24

PROVEEDOR DE INTERNETRed con IPv4

2001:1234:1::/64

2001:1234:2::/64

.2

.2

RED DE ACCESOcon IPv4

RED DE ACCESOcon IPv4

R5 R6

Fa0/1

Fa1/0

Fa

1/1

Fa

1/1

Fa1/

0

Fa1/

0

Costo 1

2001

:97a

b:1

::1/

642001:97ab

:1::2/64

Dual stack

TUNEL MANUAL (3/4)

►ping 2001:97ab:1::2Desde R1

captura de trama entre R5 y R6

Page 26: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

Dual stack

Costo 4Costo 3

R2

R3

R4

R1

R7

Fa0/1

Fa0/0

Fa0/0

Fa0/1Fa1/0

Fa0

/0F

a0/0

Fa0/

1

Fa0/

0

PC210.7.7.0/30

AREA 1

Fa0/1

PC1

10.7.7.4/30

10.7.7.8/30 10.7

.7.1

6/30

10.7.7.12/30

20.2

.2.0

/30

30.3.3.0/30

Costo 1

Costo 2

Costo

3

AREA 2

AREA 0

.1

.2 .5

.6

.9

.10

.13 .14.17

.18

Cos

to 1

.1

.2

.1

.2.1

.1

210.10.10.0/24

220.20.20.0/24

PROVEEDOR DE INTERNETRed con IPv4

2001:1234:1::/64

2001:1234:2::/64

.2

.2

RED DE ACCESOcon IPv4

RED DE ACCESOcon IPv4

R5 R6

Fa0/1

Fa1/0

Fa

1/1

Fa

1/1

Fa1/

0

Fa1/

0

Costo 1

2001

:97a

b:1

::1/

642001:97ab

:1::2/64

Dual stack

Acceder LAN en IPv6 LAN y Túnel en AREA 0

TUNEL MANUAL (4/4)

R1(config)#interface fastEthernet 0/0

R1(config-if)#ipv6 address 2001:1234:1::1/64

R1(config-if)#ipv6 enableR1(config-if)# ipv6 ospf 1 area 0R1(config-if)#exitR1(config)#interface tunnel 0R1(config-if)# ipv6 ospf 1 area 0

R7(config)#ipv6 unicast-routing

R7(config-if)#interface fastEthernet 0/0

R7(config-if)#ipv6 address 2001:1234:2::1/64

R7(config-if)#ipv6 enableR7(config-if)#ipv6 ospf 1 area 0R7(config-if)#exitR7(config)#interface tunnel 0R7(config-if)# ipv6 ospf 1 area 0

R1(config)#ipv6 unicast-routing

Ping desde PC1 a PC 2 y viceversa

Page 27: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

TÚNEL MANUAL: Configuración de un Túnel

Túnel desde la PC.add v4v6tunnel interface=<Nombre o número de la Interfaz> localaddress=<dirección IPv4 local> remoteaddress=<dirección IPv4 remota>

http://technet.microsoft.com/es-es/library/cc740203(WS.10).aspx

►Configuremos el túnel a través de la interfaz inalámbrica (valor 9). add v6v4tunnel interface=9 localaddress=192.168.1.37 remoteaddress=192.168.1.1

Escenario simple

fe80::30b6:478a:99fc:ea85192.168.1.37 192.168.1.1

Page 28: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

netsh interface ipv6>ping ff02::1:3

TÚNEL MANUAL: Análisis de Encapsulamiento

Page 29: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

TÚNEL MANUAL: Configuración en Routers

R1

R2

R3Ra

Rb

S0/0

S0/1

Fa0/0

Fa0/1

S0/0 S0/1Fa0/0

Fa0/0

S0/0

S0/1

PCa

PCc

210.20.30.0/24

44.44.44.0/3044.44.44.4/30

AREA 0

44.44.44.8/3044.44.44.12/30

210.20.40.0/24

.1

.2 .6

.5.10

.9

.13 .14

.1

.1

2001:13a0:1::1/64

2001:13a0:1::2/64

Ra(config)#interface tunnel 0

Ra(config-if)#tunnel mode ipv6ip

Ra(config-if)#tunnel source s0/0

Ra(config-if)#tunnel destination 44.44.44.14

Ra(config-if)#ipv6 address 2001:13a0:1::1/64

Rb(config)#interface tunnel 0

Rb(config-if)#tunnel mode ipv6ip

Rb(config-if)#tunnel source s0/1

Rb(config-if)#tunnel destination 44.44.44.9

Rb(config-if)#ipv6 address 2001:13a0:1::2/64

Ra#ping 2001:13a0:1::2

Rb#ping 2001:13a0:1::1

Page 30: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

TÚNEL MANUAL: Configuración en Routers

R1

R2

R3Ra

Rb

S0/0

S0/1

Fa0/0

Fa0/1

S0/0 S0/1Fa0/0

Fa0/0

S0/0

S0/1

PCa

PCc

210.20.30.0/24

44.44.44.0/3044.44.44.4/30

AREA 0

44.44.44.8/3044.44.44.12/30

210.20.40.0/24

.1

.2 .6

.5.10

.9

.13 .14

.1

.1

2001:13a0:1::1/64

2001:13a0:1::2/64

2001:13a0:2::/642001:13a0:2::/64

2001:13a0:3::/642001:13a0:3::/64

Ra(config)#interface fastethernet 0/0Ra(config-if)#ipv6 address 2001:13a0:2::1/64

Ra(config-if)#ipv6 ospf 1 area 0

Ra(config-if)#interface tunnel 0Ra(config-if)#ipv6 ospf 1 area 0

Ra(config)#ipv6 unicast-routing

Ra(config-if)#no shutdown

Rb(config)#interface fastethernet 0/0Rb(config-if)#ipv6 address 2001:13a0:3::1/64Rb(config-if)#ipv6 ospf 1 area 0

Rb(config-if)#interface tunnel 0Rb(config-if)#ipv6 ospf 1 area 0

Rb(config)#ipv6 unicast-routing

Rb(config-if)#no shutdown

Ping entre Pca y PCb

Page 31: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

AREA 2

Costo 2

Costo 4

Costo 6

Costo 3

Costo 7R1

R2

R3

RaRb

S0/0

S0/1

Fa0/0Fa0/1

Fa0/0

Fa0/1

S0

/0

S0/0 S0/1Fa0/0

Fa0/0

S0/0

S0/1

Fa0/0 y S0/0 se asignan las primeras direcciones válidas.

PCa

PCc

PC1

10.7.7.0/29

AREA 1

208.8.8.0/24

LABORATORIO: TÚNEL MANUAL

Costo 8 Costo 1

Co

sto 1

S0/1Fa0/1

Fa0/0S

0/1

S0/0

44.44.44.0/3044.44.44.4/30

44.44.44.8/30

44.44.44.12/30

44.4

4.44

.16/

30

44.44.44.20/3044.44.44.24/30

208.9.9.0/24

Tunel entre el Ra y Rb: 2001: 13a0:7::1/64 y 2001:13a0::2/642001:13a0:bb::/64

2001:13a0:cc::/64

AREA 0

Page 32: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

BIBLIOGRAFÍA

IPv6 for Enterprise NetworkShannon McFarland, Muninder Sambi, Nikhil Sharma, and Sanjay HoodaCisco Press, 2011, ISBN-13: 978-1-58714-227-7

http://technet.microsoft.com/es-es/library/cc785383(WS.10).aspx

La utilidad de línea de comando Netsh

Federal Agencies and the Transition to IPv6http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6553/prod_white_paper0900aecd805c54d0.html

http://technet.microsoft.com/es-es/library/cc785383(WS.10).aspx

La utilidad de línea de comando Netsh

Page 33: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

LABORATORIO 01 PARA IMPLEMENTAR

Costo 4Costo 3

R2

R3

R4

R1

R7

Fa0/1

Fa0/0

Fa0/0

Fa0/1Fa1/0

Fa0

/0F

a0/0

Fa0/

1

Fa0/

0

PC2

AREA 1

Fa0/1

PC1

Costo 1

Costo 2

Costo

3

AREA 2

AREA 0

Cos

to 1

.1

.1

210.10.10.0/24

220.20.20.0/24

PROVEEDOR DE INTERNETRed con IPv4

2001:1234:1::/64

2001:1234:2::/64

.2

.2

RED DE ACCESOcon IPv4

RED DE ACCESOcon IPv4

R5 R6

Fa0/1

Fa1/0

Fa

1/1

Fa

1/1

Fa1/

0

Fa1/

0

Costo 1

Dual stack

Dual stack

Sub red del Tunel: 2001:97ab:1::/64

Enlace WAN 0

Prefijo WAN 2001:4321:321:21:1::8000/120 20.5.6.0/24

Enlace WAN 1

Enlace WAN 2

Enlace WAN 3

Enlac

e W

AN 4

Enla

ce W

AN

5

Enlace WAN 6

Page 34: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

R5

UNIR3

R2

R4

R6

R7

R8

R9

PCa

PCb

PCc

PCd

AREA 0

AREA 1 AREA 220.1.1.0/30 20.1.1.4/30

20.1.1.8/30

20.1.1.12/30

20.1

.1.1

6/30

20.1

.1.2

0/30

30.3.3.0/30

30.3.3.4/30

30.3

.3.8

/30

40.4.4.0/30

40.4.4.4/30

40.4

.4.8

/30

210.1.1.64/26

210.1.1.128/26

220.2.2.64/26

220.2.2.0/26

.1

.5

.2

.6

.9

.10

.14 .13

.17

.18

.22

.21

.1.2

.9

.10

.5

.6

.2.1

.6

.5

.9

.10

.65.65

.1.129

Costo 3

Costo 7

Co

sto

2

Costo 6 Costo 4

Co

sto

1

Co

sto

1

Costo

10

Costo 5

Costo 1

Costo 1

Co

sto 1

RIPv2 RIPv2OSPFv2

Revisión de redistribución RIP y OSPF en:http://docwiki.cisco.com/wiki/Internetwork_Design_Guide_--_RIP_and_OSPF_Redistribution#RIP_and_OSPF_Redistribution

LABORATORIO 02 PARA IMPLEMENTAR

.66

.13.14

R1

.66

40.4

.4.1

2/30

.13.14

UNMSM30.3.3.12/30

Page 35: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

ANÁLISIS DE UNA RED DUAL STACK

R5

R3

R2

R6

R7

R9PCb PCd

AREA 0

AREA 1 AREA 2

.1

.5

.2

.6

.a

.e .d

.11

.12

.16

.15

.1.2

.9

.a

.5

.6

.2.1

.6

.5

.9

.a

.1.1

Costo 3

Costo 7

Co

sto

2Costo 6

Costo 4

Co

sto

1

Co

sto

1

Costo

10

Costo 5

Costo 1

Costo 1

Co

sto 1

.9

R4.b .d

2001:1a13:4cf::8000/126 2001:1a13:4cf::8004/126

2001:1a13:4cf::8008/126

2001:1a13:4cf::800c/126

2001

:1a1

3:4c

f::8

010/

126

2001

:1a1

3:4c

f::8

014/

126

2001:1a13:4cf::6000/126

2001:1a13:4cf::6004/126

2001

:1a1

3:4c

f::6

008/

126

2001:1a13:4cf::7000/126

2001:1a13:4cf::7004/126

2001:1a13:4cf::7008/1262001:1a13:9000::/64

2001:1a13:9001::/64

2001:1a13:9002::/64

2001:1a13:9003::/64

RIPng RIPngOSPFv3

PCa

.1

.a

.d.e

R1UNMSM2001:1a13:4cf::600c/126

UNI

PCc

.1.c

.e

2001

:1a1

3:4c

f::70

0c/1

26

.d

Page 36: Ddiaz@inictel-uni.edu.pe INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI Propiedad intelectual de Daniel Díaz @ 2012.

dd

iaz@

inic

tel-

un

i.ed

u.p

e

INSTITUTO NACIONAL DE INVESTIGACION Y CAPACITACION DE TELECOMUNICACIONES, INICTEL-UNI

Pro

pie

dad

in

tele

ctu

al d

e D

anie

l D

íaz

@ 2

012

PROTOCOLO IPv6

MUCHASGRACIAS


Recommended