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 12 OSPF ipv4
OBJETIVO
Cablear una red según el diagrama de topología Crear ruta estática Configuración de Reuters IPV4 Configuración del OSPF Conectividad entre los router
TOPOLOGIA
Desarrollo R0
hostname Router ! ip cef no ipv6 cef ! license udi pid CISCO2911/K9 sn FTX1524CM92 ! spanning-tree mode pvst ! interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 ip address 192.168.2.1 255.255.255.0 duplex auto speed auto !
interface GigabitEthernet0/2 no ip address duplex auto speed auto shutdown ! interface Serial0/3/0 ip address 192.168.5.1 255.255.255.0 clock rate 9600 ! interface Serial0/3/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! router ospf 1 router-id 1.1.1.1 log-adjacency-changes network 192.168.1.0 0.0.0.255 area 0 network 192.168.2.0 0.0.0.255 area 0 network 192.168.5.0 0.0.0.255 area 0 ! ip classless ! ip flow-export version 9 ! no cdp run ! line con 0 ! line aux 0 ! line vty 0 4 login ! End R1 hostname Router ! ip cef no ipv6 cef
! license udi pid CISCO2911/K9 sn FTX1524KGW4 ! spanning-tree mode pvst ! interface GigabitEthernet0/0 ip address 192.168.3.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 ip address 192.168.4.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/2 no ip address duplex auto speed auto shutdown ! interface Serial0/3/0 ip address 192.168.5.2 255.255.255.0 clock rate 2000000 ! interface Serial0/3/1 no ip address clock rate 2000000 shutdown ! interface Vlan1 no ip address shutdown ! router ospf 1 router-id 2.2.2.2 log-adjacency-changes network 192.168.3.0 0.0.0.255 area 0 network 192.168.4.0 0.0.0.255 area 0 network 192.168.5.0 0.0.0.255 area 0 ! ip classless ! ip flow-export version 9 ! no cdp run
! line con 0 ! line aux 0 ! line vty 0 4 login ! End
PC0
PC1
PC2
PC3
CONCLUCIONES En esta pr谩ctica realice la comunicaci贸n entre dispositivos usando ospf