Vous êtes sur la page 1sur 13

CS7.6.

1 X:Tunel IPv6
INTEGRANTES
1. EMILIO ROJAS SORIA
2. LUIGGI ESPINOZA VILLAVICENCIO
3. MICHAEL BURGOS QUISPE
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 cmo 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.


Documentarlared

Al finalizar capture las configuraciones de los tres routers.

R1:

R1#show startup-config
Using 1856 out of 262136 bytes
!
! Last configuration change at 10:34:41 UTC Sun Jan 4 2015
! NVRAM config last updated at 10:41:35 UTC Sun Jan 4 2015
! NVRAM config last updated at 10:41:35 UTC Sun Jan 4 2015
version 15.1
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
!
ipv6 unicast-routing
ipv6 cef
ip source-route
ip cef
!
!
!
!
!
!
multilink bundle-name authenticated
!
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO2901/K9 sn FTX160785SR
license boot module c2900 technology-package securityk9
!
!
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
interface Tunnel10
no ip address
ipv6 address 2001:DB2:3::1/64
ipv6 rip CIBER enable
tunnel source 192.2.2.1
tunnel mode ipv6ip
tunnel destination 192.2.30.1
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 2001:DB2:1::1/64
ipv6 rip CIBER enable
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.2.2.1 255.255.255.0
ipv6 enable
ipv6 rip CIBER enable
!
interface Serial0/0/1
no ip address
shutdown
clock rate 2000000
!
router rip
version 2
passive-interface GigabitEthernet0/0
network 192.2.2.0
no auto-summary
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
ipv6 router rip CIBER
!
!
!
!
!
!
!
control-plane
!
!
!
line con 0
exec-timeout 0 0
password cisco
logging synchronous
login
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120
ssh
stopbits 1
line vty 0 4
password cisco
login
transport input all
!
scheduler allocate 20000 1000
end


R2:

R2#show startup-config
Using 1685 out of 262136 bytes
!
! Last configuration change at 11:08:00 UTC Sun Jan 4 2009
! NVRAM config last updated at 11:08:02 UTC Sun Jan 4 2009
! NVRAM config last updated at 11:08:02 UTC Sun Jan 4 2009
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$tkdB$CEAWHKPcJdk6QGTFWX9uL1
!
no aaa new-model
!
memory-size iomem 5
!
no ipv6 cef
ip source-route
ip cef
!
!
!
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO2901/K9 sn FTX160785LE
license boot module c2900 technology-package securityk9
!
!
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.2.2.2 255.255.255.0
clock rate 64000
!
interface Serial0/0/1
ip address 192.2.30.2 255.255.255.0
clock rate 64000
!
router rip
version 2
network 192.2.2.0
network 192.2.30.0
no auto-summary
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
control-plane
!
!
banner motd ^CAUTHORIZED ACCESS ONLY^C
!
line con 0
password cisco
logging synchronous
login
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120
ssh
stopbits 1
line vty 0 4
password cisco
logging synchronous
login
transport input all
!
scheduler allocate 20000 1000
end

R3:

R3#show startup-config
Using 2067 out of 262136 bytes
!
! Last configuration change at 16:28:57 UTC Sat Oct 18 2014
! NVRAM config last updated at 16:31:18 UTC Sat Oct 18 2014
! NVRAM config last updated at 16:31:18 UTC Sat Oct 18 2014
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$LMwd$9dV8p2ZoN9f0GRoHBkIn7/
!
no aaa new-model
!
memory-size iomem 5
!
ipv6 unicast-routing
ipv6 cef
ip source-route
ip cef
!
!
!
!
!
no ip domain lookup
!
multilink bundle-name authenticated
!
!
crypto pki token default removal timeout 0
!
!
license udi pid CISCO2901/K9 sn FTX160785LG
license accept end user agreement
license boot module c2900 technology-package securityk9
!
!
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
interface Tunnel10
no ip address
ipv6 address 2001:DB2:3::2/64
ipv6 rip CIBER enable
tunnel source 192.2.30.1
tunnel mode ipv6ip
tunnel destination 192.2.2.1
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
duplex auto
speed auto
ipv6 address 2001:DB2:2::1/64
ipv6 rip CIBER enable
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/0/0
ip address 192.2.30.1 255.255.255.0
ipv6 enable
ipv6 rip CIBER enable
!
interface Serial0/0/1
no ip address
shutdown
clock rate 125000
!
router rip
version 2
passive-interface default
no passive-interface Serial0/0/0
network 192.2.30.0
no auto-summary
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
ipv6 router rip CIBER
!
!
!
!
!
!
!
control-plane
!
!
banner motd ^CAcceso Restringido !!!!!!!!^C
!
line con 0
exec-timeout 15 0
password cisco
logging synchronous
login
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120
ssh
stopbits 1
line vty 0 4
exec-timeout 15 0
password cisco
logging synchronous
login
transport input all
!
scheduler allocate 20000 1000
end


---------------------------------------------------
R1:
show ip interface brief

R1#show ip inter brief
Interface IP-Address OK? Method Status
Prot
ocol
Embedded-Service-Engine0/0 unassigned YES unset
administratively down down

GigabitEthernet0/0 unassigned YES unset up
up

GigabitEthernet0/1 unassigned YES unset
administratively down down

Serial0/0/0 192.2.2.1 YES manual up
up

Serial0/0/1 unassigned YES unset
administratively down down

Tunnel10 unassigned YES unset up
up


show ipv6 interface brief

R1#show ipv6 inter brief
Embedded-Service-Engine0/0 [administratively down/down]
unassigned
GigabitEthernet0/0 [up/up]
FE80::462B:3FF:FE7F:99C8
2001:DB2:1::1
GigabitEthernet0/1 [administratively down/down]
unassigned
Serial0/0/0 [up/up]
FE80::462B:3FF:FE7F:99C8
Serial0/0/1 [administratively down/down]
unassigned
Tunnel10 [up/up]
FE80::C002:201
2001:DB2:3::1


R3:
show ip interface brief

R3#show ip interface brief
Interface IP-Address OK? Method Status
Prot
ocol
Embedded-Service-Engine0/0 unassigned YES unset
administratively down down

GigabitEthernet0/0 unassigned YES unset up
up

GigabitEthernet0/1 unassigned YES unset
administratively down down

Serial0/0/0 192.2.30.1 YES manual up
up

Serial0/0/1 unassigned YES unset
administratively down down

Tunnel1 unassigned YES unset up
down

Tunnel10 unassigned YES unset up
up


show ipv6 interface brief

R3#show ipv6 inter brief
Embedded-Service-Engine0/0 [administratively down/down]
unassigned
GigabitEthernet0/0 [up/up]
FE80::462B:3FF:FE6D:2608
2001:DB2:2::1
GigabitEthernet0/1 [administratively down/down]
unassigned
Serial0/0/0 [up/up]
FE80::462B:3FF:FE6D:2608
Serial0/0/1 [administratively down/down]
unassigned
Tunnel1 [up/down]
unassigned
Tunnel10 [up/up]
FE80::C002:1E01
2001:DB2:3::2

Vous aimerez peut-être aussi