You are on page 1of 8

CS 7.6.

1: Tunel IPv6
Diagrama de topologa

Indicaciones: Usar Dynagen para la implementacin. Usar tres routers y dos PCs virtuales. Implementar RIP como protocolo de enrutamiento, tanto en la red IPv4 como en la red IPv6. Verificar conectividad de host IPv6 a host IPv6 (ping), revise el archivo de configuracin en el software de las PCs virtuales para determinar como se configura la PC en IPv6. Capture los paquetes en la interfaz serial para demostrar que dentro de un paquete IPv4 viaja un paquete IPv6. Puede generar un ping entre las PCs y hacer la captura. Capture y pegue la informacin similar a la adjunta.

Se deja a su consideracin el resto de parmetros que faltan en la red.

Documentar la red
En cada router, ejecute el comando show run y capture las configuraciones.

R1: ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ipv6 unicast-routing ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !

! ! ! interface Tunnel0 no ip address ipv6 address 2001:DB8::3:1/64 tunnel source 192.0.2.1 tunnel destination 192.0.30.1 tunnel mode ipv6ip ! interface FastEthernet0/0 no ip address duplex auto speed auto ! interface Serial0/0 ip address 192.0.2.1 255.255.255.0 no fair-queue clock rate 2000000 ! interface FastEthernet0/1 no ip address duplex auto speed auto ipv6 address 2001:DB8:1::1/64 ipv6 rip TAREA enable ! interface Serial0/1 no ip address shutdown clock rate 2000000 ! router rip network 192.0.2.0 no auto-summary ! ip forward-protocol nd ! ! ip http server no ip http secure-server ! ipv6 router rip TAREA ! ! ! !

control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 login ! ! end R2: ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! ! ! ! !

! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 ip address 192.0.2.2 255.255.255.0 clock rate 64000 ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1 ip address 192.0.30.2 255.255.255.0 clock rate 64000 ! router rip network 192.0.2.0 network 192.0.30.0 no auto-summary ! ip forward-protocol nd ! ! ip http server

no ip http secure-server ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 login ! ! end R3: ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R3 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 !

ipv6 unicast-routing ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Tunnel0 no ip address ipv6 address 2001:DB8:3::2/64 tunnel source 192.0.30.1 tunnel destination 192.0.2.1 tunnel mode ipv6ip ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface Serial0/0 no ip address shutdown no fair-queue clock rate 2000000 ! interface FastEthernet0/1 no ip address duplex auto speed auto

ipv6 address 2001:DB8:2::1/64 ipv6 rip TAREA enable ! interface Serial0/1 ip address 192.0.30.1 255.255.255.0 clock rate 2000000 ! router rip network 192.0.30.0 no auto-summary ! ip forward-protocol nd ! ! ip http server no ip http secure-server ! ipv6 router rip TAREA ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 login ! ! end Show ip interface R1: Show ip interface R3:

You might also like