Practica 11

Page 1

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 11 WAN IPV4


OBJETIVO    

Cablear una red según el diagrama de topología Crear ruta estática Configuración de Reuters IPV4 Conectividad entre los router

TOPOLOGIA

DESARROLLO R2 hostname Router ! no ip cef no ipv6 cef ! license udi pid CISCO1941/K9 sn FTX1524T55F ! spanning-tree mode pvst ! interface GigabitEthernet0/0 ip address 192.168.2.1 255.255.255.0 duplex auto


speed auto ! interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 2.1.1.1 255.0.0.0 clock rate 2000000 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! ip classless ip route 192.168.1.0 255.255.255.0 2.1.1.2 ip route 192.168.3.0 255.255.255.0 2.1.1.2 ip route 192.168.4.0 255.255.255.0 2.1.1.2 ip route 192.168.5.0 255.255.255.0 2.1.1.2 ip route 192.168.6.0 255.255.255.0 2.1.1.2 ip route 192.168.7.0 255.255.255.0 2.1.1.2 ! ip flow-export version 9

R4 hostname Router ! no ip cef no ipv6 cef ! license udi pid CISCO1941/K9 sn FTX1524077Z ! spanning-tree mode pvst ! interface GigabitEthernet0/0 ip address 192.168.3.1 255.255.255.0 duplex auto speed auto !


interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 1.1.1.1 255.0.0.0 clock rate 2000000 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! ip classless ip route 192.168.1.0 255.255.255.0 1.1.1.2 ip route 192.168.2.0 255.255.255.0 1.1.1.2 ip route 192.168.4.0 255.255.255.0 1.1.1.2 ip route 192.168.5.0 255.255.255.0 1.1.1.2 ip route 192.168.6.0 255.255.255.0 1.1.1.2 ip route 192.168.7.0 255.255.255.0 1.1.1.2 ip route 4.1.1.0 255.255.255.0 1.1.1.2 ip route 2.1.1.0 255.255.255.0 1.1.1.2 ip route 3.1.1.0 255.255.255.0 1.1.1.2 ip route 5.1.1.0 255.255.255.0 1.1.1.2 ip route 6.1.1.0 255.255.255.0 1.1.1.2 ! ip flow-export version 9 ! line con 0 ! line aux 0 ! line vty 0 4 login ! end


R0 hostname Router ! no ip cef no ipv6 cef ! license udi pid CISCO1941/K9 sn FTX1524MPXE ! spanning-tree mode pvst ! interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 1.1.1.2 255.0.0.0 clock rate 2000000 ! interface Serial0/0/1 ip address 2.1.1.2 255.0.0.0 clock rate 2000000


! interface Serial0/1/0 ip address 3.1.1.2 255.0.0.0 clock rate 2000000 ! interface Serial0/1/1 ip address 4.1.1.2 255.0.0.0 clock rate 2000000 ! interface Vlan1 no ip address shutdown ! ip classless ip route 192.168.4.0 255.255.255.0 4.1.1.1 ip route 192.168.7.0 255.255.255.0 3.1.1.1 ip route 192.168.2.0 255.255.255.0 2.1.1.1 ip route 192.168.3.0 255.255.255.0 1.1.1.1 ip route 192.168.5.0 255.255.255.0 4.1.1.1 ip route 192.168.6.0 255.255.255.0 3.1.1.1 ip route 5.1.1.0 255.255.255.0 4.1.1.1 ip route 6.1.1.0 255.255.255.0 3.1.1.1 ! ip flow-export version 9 ! line con 0 ! line aux 0 !


line vty 0 4 login ! End

R1 hostname Router ! no ip cef no ipv6 cef ! license udi pid CISCO1941/K9 sn FTX1524ZGQ9 ! spanning-tree mode pvst ! interface GigabitEthernet0/0 ip address 192.168.4.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 4.1.1.1 255.0.0.0 clock rate 2000000 ! interface Serial0/0/1 ip address 5.1.1.2 255.0.0.0 clock rate 2000000 ! interface Vlan1 no ip address shutdown ! ip classless ip route 192.168.1.0 255.255.255.0 4.1.1.2 ip route 192.168.5.0 255.255.255.0 5.1.1.1 ip route 192.168.2.0 255.255.255.0 4.1.1.2 ip route 192.168.3.0 255.255.255.0 4.1.1.2 ip route 192.168.6.0 255.255.255.0 4.1.1.2


ip route 192.168.7.0 255.255.255.0 4.1.1.2 ip route 3.1.1.0 255.255.255.0 4.1.1.2 ip route 6.1.1.0 255.255.255.0 4.1.1.2 ip route 1.1.1.0 255.255.255.0 4.1.1.2 ip route 2.1.1.0 255.255.255.0 4.1.1.2 ! ip flow-export version 9 ! line con 0 ! line aux 0 ! line vty 0 4 login ! End R5 hostname Router ! no ip cef no ipv6 cef ! license udi pid CISCO1941/K9 sn FTX1524DYZM ! spanning-tree mode pvst ! interface GigabitEthernet0/0 ip address 192.168.5.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 no ip address


duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 5.1.1.1 255.0.0.0 clock rate 2000000 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! ip classless ip route 192.168.4.0 255.255.255.0 5.1.1.2 ip route 192.168.6.0 255.255.255.0 5.1.1.2 ip route 192.168.7.0 255.255.255.0 5.1.1.2 ip route 192.168.3.0 255.255.255.0 5.1.1.2 ip route 192.168.2.0 255.255.255.0 5.1.1.2 ip route 192.168.1.0 255.255.255.0 5.1.1.2 ip route 1.1.1.0 255.255.255.0 5.1.1.2 ip route 2.1.1.0 255.255.255.0 5.1.1.2 ip route 3.1.1.0 255.255.255.0 5.1.1.2


ip route 4.1.1.0 255.255.255.0 5.1.1.2 ip route 6.1.1.0 255.255.255.0 5.1.1.2 ! ip flow-export version 9 ! line con 0 ! line aux 0 ! line vty 0 4 login ! End

R3 hostname Router ! no ip cef no ipv6 cef ! license udi pid CISCO1941/K9 sn FTX15248615 ! spanning-tree mode pvst ! interface GigabitEthernet0/0 ip address 192.168.7.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 3.1.1.1 255.0.0.0


clock rate 2000000 ! interface Serial0/0/1 ip address 6.1.1.2 255.0.0.0 clock rate 2000000 ! interface Vlan1 no ip address shutdown ! ip classless ip route 192.168.1.0 255.255.255.0 3.1.1.2 ip route 192.168.6.0 255.255.255.0 6.1.1.1 ip route 4.1.1.0 255.255.255.0 3.1.1.2 ip route 5.1.1.0 255.255.255.0 3.1.1.2 ip route 2.1.1.0 255.255.255.0 3.1.1.2 ip route 1.1.1.0 255.255.255.0 3.1.1.2 ! ip flow-export version 9 ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! End R6 hostname Router ! no ip cef no ipv6 cef ! license udi pid CISCO1941/K9 sn FTX1524BL8E ! spanning-tree mode pvst !


interface GigabitEthernet0/0 ip address 192.168.6.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 6.1.1.1 255.0.0.0 clock rate 2000000 ! interface Serial0/0/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! ip classless ip route 192.168.7.0 255.255.255.0 6.1.1.2 ip route 192.168.5.0 255.255.255.0 6.1.1.2 ip route 192.168.4.0 255.255.255.0 6.1.1.2


ip route 192.168.3.0 255.255.255.0 6.1.1.2 ip route 192.168.2.0 255.255.255.0 6.1.1.2 ip route 192.168.1.0 255.255.255.0 6.1.1.2 ip route 3.1.1.0 255.255.255.0 6.1.1.2 ip route 4.1.1.0 255.255.255.0 6.1.1.2 ip route 5.1.1.0 255.255.255.0 6.1.1.2 ip route 1.1.1.0 255.255.255.0 6.1.1.2 ip route 2.1.1.0 255.255.255.0 6.1.1.2 ip route 4.1.1.0 255.255.255.0 3.1.1.2 ! ip flow-export version 9 ! line con 0 ! line aux 0 ! line vty 0 4 login ! End


PC0

PC1


PC2

PC5

PC3


PC6


PC4

SIMULACION

CONCLUCIONES Se utilizaron comandos como ip router es importante poner etiquetas que nos ayuden a recordar los puertos direcciones y subredes


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.