Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 27

TALLER 01: Redes Dual Stack con OSPF

TALLER 01:
Dual Stack con OSPF
Daniel Díaz Ataucuri
Profesor Titular de Telecomunicaciones
Director Ejecutivo del INICTEL-UNI

ddiaz1610@gmail.com

Profesor Daniel Díaz Ataucuri Lima, Marzo-Diciembre


2020 de 2020
TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


PC1> ip 210.60.60.2 255.255.255.0 210.60.60.1
Checking for duplicate address... R7#
PC1 : 210.60.60.2 255.255.255.0 gateway 210.60.60.1 R7#configure terminal
R7(config)#ipv6 unicast-routing
PC1> ip 2001:ab01:11::2/64 2001:ab01:11::1 R7(config)#interface gigabitethernet 0/0
PC1 : 2001:ab01:11::2/64 R7(config-if)#ip address 210.60.60.1 255.255.255.0
R7(config-if)#ipv6 address 2001:ab01:11::1/64
R7(config-if)#no shutdown
R7(config-if)#exit
R7(config)#interface gigabitethernet 1/0
R7(config-if)#ip address 20.30.40.33 255.255.255.252
R7(config-if)#ipv6 address 2001:abcd:7b::1021/126
R7(config-if)#no shutdown
R7(config-if)#exit
PC1> show

NAME IP/MASK GATEWAY MAC LPORT


RHOST:PORT
PC1 210.60.60.2/24 210.60.60.1 00:50:79:66:68:01 10070
127.0.0.1:10071
fe80::250:79ff:fe66:6801/64
2001:ab01:11::2/64
Profesor Daniel Díaz Ataucuri 2020
TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK

PC1> ping 210.60.60.1


84 bytes from 210.60.60.1 icmp_seq=1 ttl=255 time=52.136 ms
84 bytes from 210.60.60.1 icmp_seq=2 ttl=255 time=5.371 ms
84 bytes from 210.60.60.1 icmp_seq=3 ttl=255 time=5.605 ms
84 bytes from 210.60.60.1 icmp_seq=4 ttl=255 time=6.577 ms
84 bytes from 210.60.60.1 icmp_seq=5 ttl=255 time=8.669 ms

PC1> ping 2001:ab01:11::1


2001:ab01:11::1 icmp6_seq=1 ttl=64 time=7.579 ms
2001:ab01:11::1 icmp6_seq=2 ttl=64 time=41.131 ms
2001:ab01:11::1 icmp6_seq=3 ttl=64 time=8.515 ms
2001:ab01:11::1 icmp6_seq=4 ttl=64 time=41.283 ms
2001:ab01:11::1 icmp6_seq=5 ttl=64 time=9.194 ms

PC1>save

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK

R1#configure terminal
R1(config)#ipv6 unicast-routing
R1(config)#interface gigabitethernet 2/0
R1(config-if)#ip address 20.30.40.34 255.255.255.252
R1(config-if)#ipv6 address 2001:abcd:7b::1022/126
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface gigabitethernet 1/0
R1(config-if)#ip address 20.30.40.21 255.255.255.252
R1(config-if)#ipv6 address 2001:abcd:7b::1015/126
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface gigabitethernet 0/0
R1(config-if)#ip address 20.30.40.1 255.255.255.252
R1(config-if)#ipv6 address 2001:abcd:7b::1001/126
Pruebe conectividad desde el router R1 al
R1(config-if)#no shutdown
router R7
R1(config-if)#exit
 En IPv4: ping 20.30.40.33
 En IPv6: ping 2001:abcd:7b::1021

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


R2#configure terminal
R2(config)#ipv6 unicast-routing
R2(config)#interface gigabitethernet 2/0
R2config-if)#ip address20.30.40.13 255.255.255.252
R2(config-if)#ipv6 address 2001:abcd:7b::100d/126
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#interface gigabitethernet 1/0
R2(config-if)#ip address 20.30.40.5 255.255.255.252
R2(config-if)#ipv6 address 2001:abcd:7b::1005/126
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#interface gigabitethernet 0/0
R2(config-if)#ip address 20.30.40.2 255.255.255.252
R2(config-if)#ipv6 address 2001:abcd:7b::1002/126
Pruebe conectividad desde el router R2 al R2(config-if)#no shutdown
router R1 R2(config-if)#exit
 En IPv4: ping 20.30.40.1
 En IPv6: ping 2001:abcd:7b::1001

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK

R4#configure terminal
R4(config)#ipv6 unicast-routing
R4(config)#interface gigabitethernet 2/0
R4config-if)#ip address 20.30.40.22 255.255.255.252
R4(config-if)#ipv6 address 2001:abcd:7b::1016/126
R4(config-if)#no shutdown
R4(config-if)#exit
R4(config)#interface gigabitethernet 1/0
R4(config-if)#ip address 20.30.40.25 255.255.255.252
R4(config-if)#ipv6 address 2001:abcd:7b::1019/126
R4(config-if)#no shutdown
R4(config-if)#exit
Pruebe conectividad desde el router R4 al R4(config)#interface gigabitethernet 0/0
router R1 R4(config-if)#ip address 20.30.40.14 255.255.255.252
 En IPv4: ping 20.30.40.21 R4(config-if)#ipv6 address 2001:abcd:7b::100e/126
 En IPv6: ping 2001:abcd:7b::1015 R4(config-if)#no shutdown
Pruebe conectividad desde el router R4 al R4(config-if)#exit
router R2
 En IPv4: ping 20.30.40.13
 En IPv6: ping 2001:abcd:7b::100d
Profesor Daniel Díaz Ataucuri 2020
TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


R3#configure terminal
R3(config)#ipv6 unicast-routing
R3(config)#interface gigabitethernet 2/0
R3config-if)#ip address 20.30.40.9 255.255.255.252
R3(config-if)#ipv6 address 2001:abcd:7b::1009/126
R3(config-if)#no shutdown
R3(config-if)#exit
R3(config)#interface gigabitethernet 1/0
R3(config-if)#ip address 20.30.40.17 255.255.255.252
R3(config-if)#ipv6 address 2001:abcd:7b::1011/126
R3(config-if)#no shutdown
R3(config-if)#exit
R3(config)#interface gigabitethernet 0/0
R3(config-if)#ip address 20.30.40.6 255.255.255.252 Pruebe conectividad desde el router R3 al
R3(config-if)#ipv6 address 2001:abcd:7b::1006/126 router R2
R3(config-if)#no shutdown  En IPv4: ping 20.30.40.5
R3(config-if)#exit  En IPv6: ping 2001:abcd:7b::1005

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK

R5#configure terminal
R5(config)#ipv6 unicast-routing
R5(config)#interface gigabitethernet 2/0
R5config-if)#ip address 20.30.40.29 255.255.255.252
R5(config-if)#ipv6 address 2001:abcd:7b::101d/126
R5(config-if)#no shutdown
R5(config-if)#exit
R5(config)#interface gigabitethernet 1/0
R5(config-if)#ip address 20.30.40.18 255.255.255.252
R5(config-if)#ipv6 address 2001:abcd:7b::1012/126
R5(config-if)#no shutdown Pruebe conectividad desde el router R5 al
R5(config-if)#exit router R3
R5(config)#interface gigabitethernet 0/0  En IPv4: ping 20.30.40.17
R5(config-if)#ip address 20.30.40.26 255.255.255.252  En IPv6: ping 2001:abcd:7b::1011
R5(config-if)#ipv6 address 2001:abcd:7b::101a/126 Pruebe conectividad desde el router R5 al
R5(config-if)#no shutdown router R4
R5(config-if)#exit  En IPv4: ping 20.30.40.25
 En IPv6: ping 2001:abcd:7b::1019

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK

R6#configure terminal
R6(config)#ipv6 unicast-routing
R6(config)#interface gigabitethernet 2/0
R6config-if)#ip address 20.30.40.37 255.255.255.252
R6(config-if)#ipv6 address 2001:abcd:7b::1025/126
R6(config-if)#no shutdown
R6(config-if)#exit
R6(config)#interface gigabitethernet 1/0
R6(config-if)#ip address 20.30.40.30 255.255.255.252
R6(config-if)#ipv6 address 2001:abcd:7b::101e/126
R6(config-if)#no shutdown Pruebe conectividad desde el router R6 al
R6(config-if)#exit router R3
R6(config)#interface gigabitethernet 0/0  En IPv4: ping 20.30.40.9
R6(config-if)#ip address 20.30.40.10 255.255.255.252  En IPv6: ping 2001:abcd:7b::1009
R6(config-if)#ipv6 address 2001:abcd:7b::100a/126 Pruebe conectividad desde el router R6 al
R6(config-if)#no shutdown router R5
R6(config-if)#exit  En IPv4: ping 20.30.40.29
 En IPv6: ping 2001:abcd:7b::101d

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK

R8#configure terminal
R8(config)#ipv6 unicast-routing
R8(config)#interface gigabitethernet 1/0
R8(config-if)#ip address 20.30.40.38 255.255.255.252
R8(config-if)#ipv6 address 2001:abcd:7b::1026/126
R8(config-if)#no shutdown
R8(config-if)#exit
R8(config)#interface gigabitethernet 0/0
R8(config-if)#ip address 210.70.70.1 255.255.255.0
R8(config-if)#ipv6 address 2001:ab01:22::1/64
R8(config-if)#no shutdown
R8(config-if)#exit Pruebe conectividad desde el router R8 al
router R6
 En IPv4: ping 20.30.40.37
 En IPv6: ping 2001:abcd:7b::1025

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK R7#show ipv6 route


IPv6 Routing Table - 6 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF
ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
C 2001:AB01:11::/64 [0/0]
via ::, GigabitEthernet0/0
R7#show ip route
L 2001:AB01:11::1/128 [0/0]
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
OS P via ::, GigabitEthernet0/0
F D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
C 2001:ABCD:7B::1020/126 [0/0]
R7 no genera mensajes OSPF

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2


via ::, GigabitEthernet1/0
E1 - OSPF external type 1, E2 - OSPF external type 2
L 2001:ABCD:7B::1021/128 [0/0]
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
via ::, GigabitEthernet1/0
ia - IS-IS inter area, * - candidate default, U - per-user static route
L FE80::/10 [0/0]
o - ODR, P - periodic downloaded static route
via ::, Null0
L FF00::/8 [0/0]
Gateway of last resort is not set
via ::, Null0
R7#
C 210.60.60.0/24 is directly connected, GigabitEthernet0/0
20.0.0.0/30 is subnetted, 1 subnets
C 20.30.40.32 is directly connected, GigabitEthernet1/0
R7#

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


Tabla de enrutamiento Estáticas R7 R7#show ip route
Red de destino salto siguiente Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
::/0 2001:abcd:7b::1022 N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
Tabla de enrutamiento Estáticas R7 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
Red de destino máscara salto siguiente ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
0.0.0.0 0.0.0.0 20.30.40.34
Gateway of last resort is 20.30.40.34 to network 0.0.0.0
OS P
F C 210.60.60.0/24 is directly connected, GigabitEthernet0/0
R7 no genera mensajes OSPF

20.0.0.0/30 is subnetted, 1 subnets


C 20.30.40.32 is directly connected, GigabitEthernet1/0
S* 0.0.0.0/0 [1/0] via 20.30.40.34
R7#
R7#
R7#configure terminal
Enter configuration commands, one per line. End with
CNTL/Z.
R7(config)#ip route 0.0.0.0 0.0.0.0 20.30.40.34
R7(config)#ipv6 route ::/0 2001:abcd:7b::1022
R7(config)#exit

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


Tabla de enrutamiento Estáticas R7
R7#show ipv6 route
Red de destino salto siguiente IPv6 Routing Table - 7 entries
::/0 2001:abcd:7b::1022 Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
Tabla de enrutamiento Estáticas R7
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
Red de destino máscara salto siguiente ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
0.0.0.0 0.0.0.0 20.30.40.34 S ::/0 [1/0]
via 2001:ABCD:7B::1022
C 2001:AB01:11::/64 [0/0]
via ::, GigabitEthernet0/0
OS P
F L 2001:AB01:11::1/128 [0/0]
R7 no genera mensajes OSPF

via ::, GigabitEthernet0/0


C 2001:ABCD:7B::1020/126 [0/0]
via ::, GigabitEthernet1/0
L 2001:ABCD:7B::1021/128 [0/0]
via ::, GigabitEthernet1/0
L FE80::/10 [0/0] R7#
via ::, Null0 R7#configure terminal
L FF00::/8 [0/0]
Enter configuration commands, one per line. End with
via ::, Null0
R7# CNTL/Z.
R7(config)#ip route 0.0.0.0 0.0.0.0 20.30.40.34
R7(config)#ipv6 route ::/0 2001:abcd:7b::1022
R7(config)#exit
Profesor Daniel Díaz Ataucuri 2020
TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


Tabla de enrutamiento Estáticas R1
Red de destino salto siguiente
2001:ab01:11::/64 2001:abcd:7b::1021

¿OSPF? P R1#
OS
F R1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
OS R1(config)#ip route 210.60.60.0 255.255.255.0 20.30.40.33
P
F R1(config)#ipv6 route 2001:ab01:11::/64 2001:abcd:7b::1021
R1(config)#exit

Estática OSPF

Re-Distribuir
Tabla de enrutamiento Estáticas R1
Red de destino máscara salto siguiente
210.60.60.0 255.255.255.0 20.30.40.33

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


R1(config)#ipv6 router ospf 1
R1(config-rtr)#passive-interface gigabitethernet 2/0
R1(config-rtr)#redistribute static
R1(config-rtr)#exit
R1(config)#interface gigabitethernet 0/0
R1(config-if)#ipv6 ospf 1 area 1
R1(config-if)#ip ospf cost 5
R1(config-if)#ipv6 ospf cost 1
R1(config-if)#exit
R1(config)#interface gigabitethernet 1/0
R1(config-if)#ipv6 ospf 1 area 1
R1(config-if)#ip ospf cost 2
R1(config-if)#ipv6 ospf cost 5
R1(config-if)#exit
R1(config)#interface gigabitethernet 2/0
R1(config-if)#ipv6 ospf 1 area 1
R1(config-if)#ip ospf cost 2
R1(config-if)#ipv6 ospf cost 1
R1(config-if)#exit
R1(config)#router ospf 1
R1(config-router)#network 20.30.40.32 0.0.0.3 area 1
R1(config-router)#network 20.30.40.0 0.0.0.3 area 1
R1(config-router)#network 20.30.40.20 0.0.0.3 area 1
R1(config-router)#passive-interface gigabitethernet 2/0
R1(config-router)#redistribute static subnets
R1(config-router)#exit

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


R2(config)#ipv6 router ospf 1
R2(config-rtr)#exit
R2(config)#interface gigabitethernet 0/0
R2(config-if)#ipv6 ospf 1 area 1
R2(config-if)#ip ospf cost 5
R2(config-if)#ipv6 ospf cost 1
R2(config-if)#exit
R2(config)#interface gigabitethernet 1/0
R2(config-if)#ipv6 ospf 1 area 0
R2(config-if)#ip ospf cost 2
R2(config-if)#ipv6 ospf cost 2
R2(config-if)#exit
R2(config)#interface gigabitethernet 2/0
R2(config-if)#ipv6 ospf 1 area 0
R2(config-if)#ip ospf cost 1
R2(config-if)#ipv6 ospf cost 6
R2(config-if)#exit
R2(config)#router ospf 1
R2(config-router)#network 20.30.40.0 0.0.0.3 area 1
R2(config-router)#network 20.30.40.4 0.0.0.3 area 0
R2(config-router)#network 20.30.40.12 0.0.0.3 area 0
R2(config-router)#exit

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


R4(config)#ipv6 router ospf 1
R4(config-rtr)#exit
R4(config)#interface gigabitethernet 0/0
R4(config-if)#ipv6 ospf 1 area 0
R4(config-if)#ip ospf cost 1
R4(config-if)#ipv6 ospf cost 6
R4(config-if)#exit
R4(config)#interface gigabitethernet 1/0
R4(config-if)#ipv6 ospf 1 area 0
R4(config-if)#ip ospf cost 5
R4(config-if)#ipv6 ospf cost 1
R4(config-if)#exit
R4(config)#interface gigabitethernet 2/0
R4(config-if)#ipv6 ospf 1 area 1
R4(config-if)#ip ospf cost 2
R4(config-if)#ipv6 ospf cost 5
R4(config-if)#exit
R4(config)#router ospf 1
R4(config-router)#network 20.30.40.12 0.0.0.3 area 0
R4(config-router)#network 20.30.40.24 0.0.0.3 area 0
R4(config-router)#network 20.30.40.20 0.0.0.3 area 1
R4(config-router)#exit

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


R3(config)#ipv6 router ospf 1
R3(config-rtr)#exit
R3(config)#interface gigabitethernet 0/0
R3(config-if)#ipv6 ospf 1 area 0
R3(config-if)#ip ospf cost 2
R3(config-if)#ipv6 ospf cost 2
R3(config-if)#exit
R3(config)#interface gigabitethernet 1/0
R3(config-if)#ipv6 ospf 1 area 0
R3(config-if)#ip ospf cost 1
R3(config-if)#ipv6 ospf cost 1
R3(config-if)#exit
R3(config)#interface gigabitethernet 2/0
R3(config-if)#ipv6 ospf 1 area 2
R3(config-if)#ip ospf cost 1
R3(config-if)#ipv6 ospf cost 4
R3(config-if)#exit
R3(config)#router ospf 1
R3(config-router)#network 20.30.40.4 0.0.0.3 area 0
R3(config-router)#network 20.30.40.16 0.0.0.3 area 0
R3(config-router)#network 20.30.40.8 0.0.0.3 area 2
R3(config-router)#exit

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


R5(config)#ipv6 router ospf 1
R5(config-rtr)#exit
R5(config)#interface gigabitethernet 0/0
R5(config-if)#ipv6 ospf 1 area 0
R5(config-if)#ip ospf cost 5
R5(config-if)#ipv6 ospf cost 1
R5(config-if)#exit
R5(config)#interface gigabitethernet 1/0
R5(config-if)#ipv6 ospf 1 area 0
R5(config-if)#ip ospf cost 1
R5(config-if)#ipv6 ospf cost 1
R5(config-if)#exit
R5(config)#interface gigabitethernet 2/0
R5(config-if)#ipv6 ospf 1 area 2
R5(config-if)#ip ospf cost 1
R5(config-if)#ipv6 ospf cost 3
R5(config-if)#exit
R5(config)#router ospf 1
R5(config-router)#network 20.30.40.24 0.0.0.3 area 0
R5(config-router)#network 20.30.40.16 0.0.0.3 area 0
R5(config-router)#network 20.30.40.28 0.0.0.3 area 2
R5(config-router)#exit

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


Tabla de enrutamiento Estáticas R6
Red de destino salto siguiente
2001:ab01:22::/64 2001:abcd:7b::1026

R6#
R6#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R6(config)#ip route 210.70.70.0 255.255.255.0 20.30.40.38
R6(config)#ipv6 route 2001:ab01:22::/64 2001:abcd:7b::1026
R6(config)#exit

Tabla de enrutamiento Estáticas R6


Red de destino máscara salto siguiente
210.70.70.0 255.255.255.0 20.30.40.38

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


R6(config)#ipv6 router ospf 1
R6(config-rtr)#passive-interface gigabitethernet 2/0
R6(config-rtr)#redistribute static
R6(config-rtr)#exit
R6(config)#interface gigabitethernet 0/0
R6(config-if)#ipv6 ospf 1 area 2
R6(config-if)#ip ospf cost 1
R6(config-if)#ipv6 ospf cost 4
R6(config-if)#exit
R6(config)#interface gigabitethernet 1/0
R6(config-if)#ipv6 ospf 1 area 2
R6(config-if)#ip ospf cost 1
R6(config-if)#ipv6 ospf cost 3
R6(config-if)#exit
R6(config)#interface gigabitethernet 2/0
R6(config-if)#ipv6 ospf 1 area 2
R6(config-if)#ip ospf cost 1
R6(config-if)#ipv6 ospf cost 5
R6(config-if)#exit
R6(config)#router ospf 1
R6(config-router)#network 20.30.40.8 0.0.0.3 area 2
R6(config-router)#network 20.30.40.28 0.0.0.3 area 2
R6(config-router)#network 20.30.40.36 0.0.0.3 area 2
R6(config-router)#passive-interface gigabitethernet 2/0
R6(config-router)#redistribute static subnets
R6(config-router)#exit

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK


Tabla de enrutamiento Estáticas R8 R7#show ipv6 route

Red de destino salto siguiente


::/0 2001:abcd:7b::1025

Tabla de enrutamiento Estáticas R8


Red de destino máscara salto siguiente
0.0.0.0 0.0.0.0 20.30.40.37

R8#
R8#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R8(config)#ip route 0.0.0.0 0.0.0.0 20.30.40.37
R8(config)#ipv6 route ::/0 2001:abcd:7b::1025
R8(config)#exit

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK: Prueba de conectividad


PC1> ping 210.70.70.2 PC1> ping 2001:ab01:22::2
84 bytes from 210.70.70.2 icmp_seq=1 ttl=58 time=165.374 ms 2001:ab01:22::2 icmp6_seq=1 ttl=52 time=237.097 ms
84 bytes from 210.70.70.2 icmp_seq=2 ttl=58 time=184.750 ms 2001:ab01:22::2 icmp6_seq=2 ttl=51 time=215.690 ms
84 bytes from 210.70.70.2 icmp_seq=3 ttl=58 time=171.032 ms 2001:ab01:22::2 icmp6_seq=3 ttl=52 time=150.898 ms
84 bytes from 210.70.70.2 icmp_seq=4 ttl=58 time=160.918 ms 2001:ab01:22::2 icmp6_seq=4 ttl=52 time=183.776 ms
84 bytes from 210.70.70.2 icmp_seq=5 ttl=58 time=164.838 ms 2001:ab01:22::2 icmp6_seq=5 ttl=52 time=190.839 ms

PC1> PC1>

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK: Prueba de trayectoria

PC1> trace 210.70.70.2 PC1> trace 2001:ab01:22::2


trace to 210.70.70.2, 8 hops max, press Ctrl+C to stop
1 210.60.60.1 10.241 ms 42.273 ms 32.205 ms trace to 2001:ab01:22::2, 64 hops max
2 20.30.40.34 54.100 ms 62.042 ms 64.172 ms 1 2001:ab01:11::1 5.211 ms 41.128 ms 42.268 ms
3 20.30.40.22 83.824 ms 52.078 ms 96.975 ms 2 2001:abcd:7b::1022 64.065 ms 31.242 ms 54.133 ms
4 20.30.40.13 61.082 ms 94.995 ms 63.998 ms 3 2001:abcd:7b::1002 75.155 ms 74.067 ms 76.026 ms
5 20.30.40.6 86.036 ms 117.899 ms 119.027 ms 4 2001:abcd:7b::1006 75.156 ms 97.955 ms 96.147 ms
6 20.30.40.10 139.921 ms 152.924 ms 159.844 ms 5 2001:abcd:7b::100a 107.966 ms 127.947 ms 139.831 ms
7 20.30.40.38 192.474 ms 183.386 ms 222.754 ms 6 2001:abcd:7b::1026 214.193 ms 190.867 ms 148.890 ms
8 *210.70.70.2 204.689 ms (ICMP type:3, code:3, Destination port
Profesor Daniel Díaz Ataucuri 2020
7 2001:ab01:22::2 203.199 ms 212.700 ms 169.863 ms
TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK: Captura de tramas


Analizar las tramas
con WireShark

Profesor Daniel Díaz Ataucuri 2020


TALLER 01: Redes Dual Stack con OSPF

ESCENARIO DUAL STACK: Captura de tramas

Profesor Daniel Díaz Ataucuri 2020

You might also like