UNIVERSIDAD TECNOLÓGICA DEL VALLE DE TOLUCA
DIRECCIÓN DE CARRERA DE TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN.
Laboratorio 14 - “ENRUTAMIENTO DINÁMICO OSPF CON IPv6 (7 Routers)” Tipo: Práctica en Laboratorio Cisco Packet Tracer.
PRESENTA:
221211115 Tovar Interino Dalia Guadalupe
Asignatura: Redes Convergentes
Profesor: ISC. Raúl Arturo García Mtz.
GRUPO: TIC-82
OBJETIVO DE LA PRテ,TICA Realizar Enrutamiento Dinテ。mico OSPF con IPv6.
ELEMENTOS DE LA PRテ,TICA
TABLA DE DIRECCIONAMIENTO R1 Link-local Fa0/0 S0/0/0 S0/0/1 S0/1/0 S0/1/1 Enrutamiento OSPF Router-id Fa0/0 S0/0/0 S0/0/1 S0/1/0 S0/1/1 R2 Link-local Fa0/0 S0/0/0 Enrutamiento OSPF Router-id Fa0/0 S0/0/0 R3 Link-local Fa0/0 S0/0/0 Enrutamiento OSPF Router-id Fa0/0 S0/0/0 R4
FE80::1 2001:1200:CAFE:1::1/64 2001:1200:CAFE:8::2/64 2001:1200:CAFE:9::2/64 2001:1200:CAFE:10::1/64 2001:1200:CAFE:11::1/64 1.1.1.1 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 FE80::2 2001:1200:CAFE:2::1/64 2001:1200:CAFE:8::1/64 2.2.2.2 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 FE80::3 2001:1200:CAFE:3::1/64 2001:1200:CAFE:10::2/64 3.3.3.3 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0
Link-local Fa0/0 S0/0/0 S0/0/1 Enrutamiento OSPF Router-id Fa0/0 S0/0/0 S0/0/1 R5 Link-local Fa0/0 S0/0/0 Enrutamiento OSPF Router-id Fa0/0 S0/0/0 R6 Link-local Fa0/0 S0/0/0 Enrutamiento OSPF Router-id Fa0/0 S0/0/0 R7 Link-local Fa0/0 S0/0/0 S0/0/1 Enrutamiento OSPF Router-id Fa0/0 S0/0/0 S0/0/1 PC1 Red 2001:1200:CAFE:1::/64 PC2
FE80::4 2001:1200:CAFE:4::1/64 2001:1200:CAFE:9::1/64 2001:1200:CAFE:12::1/64 4.4.4.4 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 FE80::5 2001:1200:CAFE:5::1/64 2001:1200:CAFE:12::2/64 5.5.5.5 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 FE80::6 2001:1200:CAFE:6::1/64 2001:1200:CAFE:13::1/64 6.6.6.6 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 FE80::7 2001:1200:CAFE:7::1/64 2001:1200:CAFE:11::2/64 2001:1200:CAFE:13::2/64 7.7.7.7 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 ipv6 ospf 1 area 0 AUTO-CONFIG
Red 2001:1200:CAFE:2::/64 PC3 Red 2001:1200:CAFE:3::/64 PC4 Red 2001:1200:CAFE:4::/64 Laptop5 Red 2001:1200:CAFE:5::/64 Laptop6 Red 2001:1200:CAFE:6::/64 PC7 Red 2001:1200:CAFE:7::/64
AUTO-CONFIG AUTO-CONFIG AUTO-CONFIG AUTO-CONFIG AUTO-CONFIG AUTO-CONFIG
TOPOLOGÍA DE RED
Ilustración 1 Topología de Red
DESARROLLO DE LA PRÁCTICA 1.- Para el desarrollo de la práctica requerimos de siete Routers (2811), cinco PC´s de escritorio y dos Laptops conectadas a cada Router respectivamente.
2.-Colocamos el puerto serial a cada Router. Dando clic en el Router, apagamos el dispositivo, vamos a la pestaña
Physical->MODULES->HWIC-2T, como se
muestra en la Ilustración.
Ilustración 2 Router parte física
3.-Posteriormente hacemos la conexión de cada elemento de la Red con los respectivos cables.
4.-Verificamos que la configuraci贸n IPv6 se pueda realizar en el Router. R1>en
R1#conf t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#ipv6 unicast-routing
5.- Activamos la interfaz Fa0/0 de R1 asignando la IP 2001:1200:CAFE:1::1/64 y link-local FE80::1 desde el modo de configuraci贸n global del CLI. R1(config)#interface fa0/0 R1(config-if)#ipv6 add 2001:1200:CAFE:1::1/64 R1(config-if)#ipv6 add FE80::1 link-local R1(config-if)#no shut R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
6.- Activamos la interfaces Serial en R1. R1 S0/0/0 S0/0/1 S0/1/0 S0/1/1
2001:1200:CAFE:8::2/64 2001:1200:CAFE:9::2/64 2001:1200:CAFE:10::1/64 2001:1200:CAFE:11::1/64
R1(config)#interface s0/0/0 R1(config-if)#ipv6 add 2001:1200:CAFE:8::2/64 R1(config-if)#ipv6 add FE80::1 link-local R1(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down R1(config-if)#exit
R1(config)#interface s0/0/1
R1(config-if)#ipv6 add 2001:1200:CAFE:9::2/64 R1(config-if)#ipv6 add FE80::1 link-local R1(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down R1(config-if)#exit R1(config)#interface s0/1/0 R1(config-if)#ipv6 add 2001:1200:CAFE:10::1/64 R1(config-if)#ipv6 add FE80::1 link-local R1(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/1/0, changed state to down R1(config-if)#exit
R1(config)#interface s0/1/1
R1(config-if)#ipv6 add 2001:1200:CAFE:11::1/64 R1(config-if)#ipv6 add FE80::1 link-local R1(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/1/1, changed state to down R1(config-if)#exit R1(config)#
7.- Auto Config para asignar la IP a la PC1.
Ilustraci贸n 3 Auto Config PC1
8.- Activamos la interfaz Fa0/0 de R2 asignando la IP 2001:1200:CAFE:2::1/64 y link-local FE80::2 desde el modo de configuraci贸n global del CLI. R2(config)#interface fa0/0
R2(config-if)#ipv6 add 2001:1200:CAFE:2::1/64 R2(config-if)#ipv6 add FE80::2 R2(config-if)#ipv6 add FE80::2 link-local R2(config-if)#no shut R2(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
9.- Activamos la interfaz Serial en R2. R2 S0/0/0 2001:1200:CAFE:8::1/64
R2(config)#interface S0/0/0
R2(config-if)#ipv6 add 2001:1200:CAFE:8::1/64 R2(config-if)#ipv6 add FE80::2 link-local R2(config-if)#no shut R2(config-if)# %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
10.- Auto Config para asignar la IP a la PC2.
Ilustraci贸n 4 Auto Config PC2
11.- Activamos la interfaz Fa0/0 de R3 asignando la IP 2001:1200:CAFE:3::1/64 y link-local FE80::3 desde el modo de configuraci贸n global del CLI. R3(config)#interface fa0/0
R3(config-if)#ipv6 add 2001:1200:CAFE:3::1/64 R3(config-if)#ipv6 add FE80::3 link-local R3(config-if)#no shut
R3(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
12.- Activamos la interfaz Serial en R3. R3 S0/0/0 2001:1200:CAFE:10::2/64
R3(config)#interface s0/0/0 R3(config-if)#ipv6 add 2001:1200:CAFE:10::2/64 R3(config-if)#ipv6 add FE80::3 link-local R3(config-if)#no shut R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
13.- Auto Config para asignar la IP a la PC3.
Ilustraci贸n 5 Auto Config PC3
14.- Activamos la interfaz Fa0/0 de R4 asignando la IP 2001:1200:CAFE:4::1/64 y link-local FE80::4 desde el modo de configuraci贸n global del CLI. R4(config)#interface fa0/0 R4(config-if)#ipv6 add 2001:1200:CAFE:4::1/64 R4(config-if)#ipv6 add FE80::4 link-local R4(config-if)#no shut R4(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
15.- Activamos la interfaces Serial en R4. R4 S0/0/0 2001:1200:CAFE:9::1/64 S0/0/1 2001:1200:CAFE:12::1/64
R4(config)#interface s0/0/0 R4(config-if)#ipv6 add 2001:1200:CAFE:9::1/64 R4(config-if)#ipv6 add FE80::4 link-local R4(config-if)#no shut R4(config-if)# %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up R4(config)#interface s0/0/1 R4(config-if)#ipv6 add 2001:1200:CAFE:12::1/64 R4(config-if)#ipv6 add FE80::4 link-local R4(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down R4(config-if)#
16.- Asignamos la IP a la PC4.
Ilustraci贸n 6 IP PC4
17.- Activamos la interfaz Fa0/0 de R5 asignando la IP 2001:1200:CAFE:5::1/64 y link-local FE80::5 desde el modo de configuraci贸n global del CLI. R5(config)#interface fa0/0 R5(config-if)#ipv6 add 2001:1200:CAFE:5::1/64 R5(config-if)#ipv6 add FE80::5 link-local R5(config-if)#no shut R5(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
18.- Activamos la interfaz Serial en R5. R5 S0/0/0 2001:1200:CAFE:12::2/64
R5(config)#interface s0/0/0
R5(config-if)#ipv6 add 2001:1200:CAFE:12::2/64 R5(config-if)#ipv6 add FE80::5 link-local R5(config-if)#no shut %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
19.- Auto Config para Asignamos la IP a la Laptop5.
Ilustraci贸n 7 IP a Laptop5
20.- Activamos la interfaz Fa0/0 de R6 asignando la IP 2001:1200:CAFE:6::1/64 y link-local FE80::6 desde el modo de configuraci贸n global del CLI. R6(config)#interface fa0/0 R6(config-if)#ipv6 add 2001:1200:CAFE:6::1/64 R6(config-if)#ipv6 add FE80::6 link-local R6(config-if)#no shut R6(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
21.- Activamos la interfaz Serial en R6. R6 S0/0/0 2001:1200:CAFE:13::1/64
R6(config)#interface s0/0/0
R6(config-if)#ipv6 add 2001:1200:CAFE:13::1/64 R6(config-if)#ipv6 add FE80::6 link-local R6(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down R6(config-if)#
22.- Auto Config para asignar IP a la Laptop6.
Ilustraci贸n 8 IP a Laptop6
23.- Activamos la interfaz Fa0/0 de R7 asignando la IP 2001:1200:CAFE:7::1/64 y link-local FE80::7 desde el modo de configuraci贸n global del CLI. R7(config)#interface fa0/0 R7(config-if)#ipv6 add 2001:1200:CAFE:7::1/64
R7(config-if)#ipv6 add FE80::7 link-local R7(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
24.- Activamos las interfaces Serial en R7. R7(config)#interface s0/0/0 R7(config-if)#ipv6 add 2001:1200:CAFE:11::2/64 R7(config-if)#ipv6 add FE80::7 link-local R7(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up R7(config-if)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up (config)#interface s0/0/1 R7(config-if)#ipv6 add 2001:1200:CAFE:13::2/64 R7(config-if)#ipv6 add FE80::7 link-local R7(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
25.- Auto Config para asignar IP a la PC7.
Ilustraci贸n 9 IP a PC7
26.- Enrutamiento OSPF en R1 R1(config)#ipv6 router ospf 1
R1(config-rtr)#router-id 1.1.1.1 R1(config-rtr)#exit
R1(config)#interface fa0/0 R1(config-if)#ipv6 ospf 1 area 0 R1(config-if)#exit
R1(config)#interface s0/0/0 R1(config-if)#ipv6 ospf 1 area 0 R1(config-if)#exit
R1(config)#interface s0/0/1 R1(config-if)#ipv6 ospf 1 area 0 R1(config-if)#exit
R1(config)#interface s0/1/0 R1(config-if)#ipv6 ospf 1 area 0 R1(config-if)#exit R1(config)# R1(config)#interface s0/1/1
R1(config-if)#ipv6 ospf 1 area 0 R1(config-if)#exit
27.- Enrutamiento OSPF en R2 R2(config)#ipv6 router ospf 1 %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id,please configure manually
R2(config-rtr)#router-id 2.2.2.2 R2(config-rtr)#exit R2(config)#interface fa0/0 R2(config-if)#ipv6 ospf 1 area 0 R2(config-if)#exit
R2(config)#interface s0/0/0 R2(config-if)#ipv6 ospf 1 area 0 R2(config-if)#exit
28.- Enrutamiento OSPF en R3 R3(config)#ipv6 router ospf 1 %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id,please configure manually
R3(config-rtr)#router-id 3.3.3.3 R3(config-rtr)#exit
R3(config)#interface fa0/0 R3(config-if)#ipv6 ospf 1 area 0 R3(config-if)#exit
R3(config)#interface s0/0/0 R3(config-if)#ipv6 ospf 1 area 0 R3(config-if)#exit R3(config)# 00:58:51: %OSPFv3-5-ADJCHG: Process 1, Nbr 1.1.1.1 on Serial0/0/0 from LOADING to FULL, Loading Done
29.- Enrutamiento OSPF en R4 R4(config)#ipv6 router ospf 1 %OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id,please configure manually
R4(config-rtr)#router-id 4.4.4.4 R4(config-rtr)#exit R4(config)#interface fa0/0
R4(config-if)#ipv6 ospf 1 area 0 R4(config-if)#exit
R4(config)#interface s0/0/0 R4(config-if)#ipv6 ospf 1 area 0 R4(config-if)#exit
01:08:01: %OSPFv3-5-ADJCHG: Process 1, Nbr 1.1.1.1 on Serial0/0/0 from LOADING to FULL, Loading Done R4(config)#interface s0/0/1
R4(config-if)#ipv6 ospf 1 area 0 R4(config-if)#exit
30.- Enrutamiento OSPF en R5 R5(config)#ipv6 router ospf 1
%OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id,please configure manually R5(config-rtr)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up R5(config-rtr)#router-id 5.5.5.5 R5(config-rtr)#exit
R5(config)#interface fa0/0 R5(config-if)#ipv6 ospf 1 area 0 R5(config-if)#exit
R5(config)#interface s0/0/0 R5(config-if)#ipv6 ospf 1 area 0
R5(config-if)#exit R5(config)#
01:17:28: %OSPFv3-5-ADJCHG: Process 1, Nbr 4.4.4.4 on Serial0/0/0 from LOADING to FULL, Loading Done
31.- Enrutamiento OSPF en R6 R6(config)#ipv6 router ospf 1
%OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id,please configure manually
R6(config-rtr)#router-id 6.6.6.6 R6(config-rtr)#exit R6(config)#interface fa0/0
R6(config-if)#ipv6 ospf 1 area 0 R6(config-if)#exit R6(config)#interface s0/0/0
R6(config-if)#ipv6 ospf 1 area 0 R6(config-if)#exit
32.- Enrutamiento OSPF en R7 (config)#ipv6 router ospf 1
%OSPFv3-4-NORTRID: OSPFv3 process 1 could not pick a router-id,please configure manually R7(config-rtr)#router-id 7.7.7.7 R7(config-rtr)#exit
R7(config)#interface fa0/0 R7(config-if)#ipv6 ospf 1 area 0 R7(config-if)#exit
R7(config)#interface s0/0/0
R7(config-if)#ipv6 ospf 1 area 0 R7(config-if)# 01:28:19: %OSPFv3-5-ADJCHG: Process 1, Nbr 1.1.1.1 on Serial0/0/0 from LOADING to FULL, Loading Done exit
R7(config)#interface s0/0/1
R7(config-if)#ipv6 ospf 1 area 0 R7(config-if)#exit
ESCENARIOS
Ilustraci贸n 10 Escenario 1
Ilustraci贸n 11 Escenario 2
Ilustraci贸n 12 Escenario 3
Ilustraci贸n 13 Escenario 4
Ilustraciรณn 14 Escenario 5
Ilustraciรณn 15 Escenario 6
Ilustraciรณn 16 Escenario 7
CONCLUSIONES
Durante el desarrollo de la prรกctica repasamos el enrutamiento dinรกmico OSPF con IPv6.