TECNOLOGÍAS DE LA INFORMACIÓN Y COMUNICACIÓN ÁREA SISTEMAS INFORMÁTICOS
Grupo: ITIC-81 Materia: REDES CONVERGENTES
Alumno: Rodolfo Rosas Delgadillo
Matricula: 221011356 Profesor: RAÚL ARTURO GARCÍA MARTÍNEZ
Practica 10 Router con IPV6
Objetivo
Cablear una red según el diagrama de topología Crear ruta estática Configuración de Reuters IPV6
Topología
DESARROLLO R1
hostname Router !
ip cef ipv6 unicast-routing ! no ipv6 cef ! license udi pid CISCO2911/K9 sn FTX1524H3L0 ! spanning-tree mode pvst ! interface GigabitEthernet0/0 no ip address duplex auto speed auto ipv6 address FE80::2 link-local ipv6 address 2001:1200:ACAD:1::1/64 ! interface GigabitEthernet0/1 no ip address duplex auto speed auto ipv6 address FE80::2 link-local ipv6 address 2001:1200:ACAD:2::1/64 ! interface GigabitEthernet0/2 no ip address duplex auto speed auto shutdown ! interface Serial0/3/0 no ip address ipv6 address FE80::2 link-local ipv6 address 2001:1200:ACAD:5::1/64 clock rate 2000000 ! interface Serial0/3/1 no ip address
R2
hostname Router ! ip cef ipv6 unicast-routing ! no ipv6 cef ! license udi pid CISCO2911/K9 sn FTX1524HJW9 ! spanning-tree mode pvst ! interface GigabitEthernet0/0 no ip address duplex auto speed auto ipv6 address FE80::2 link-local ipv6 address 2001:1200:ACAD:3::1/64
! interface GigabitEthernet0/1 no ip address duplex auto speed auto ipv6 address FE80::2 link-local ipv6 address 2001:1200:ACAD:4::1/64 ! interface GigabitEthernet0/2 no ip address duplex auto speed auto shutdown ! interface Serial0/3/0 no ip address ipv6 address FE80::2 link-local ipv6 address 2001:1200:ACAD:5::2/64 clock rate 2000000 ! interface Serial0/3/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown !
ip classless ! ip flow-export version 9 ! ipv6 route 2001:1200:ACAD:1::/64 2001:1200:ACAD:5::1 ipv6 route 2001:1200:ACAD:2::/64 2001:1200:ACAD:5::1 line con 0 ! line aux 0 ! line vty 0 4 login ! End LAP1
LAP2
LAP3
LAP4
SIMULACIONES
Conclusiones En practica consisti贸 en tener un ruta est谩tica de igual forma que la practica 9 nomas que con IPV6.