Você está na página 1de 12

DISEÑO DE REDES

Luis Arturo Rincón Venta

Curso: Comunicaciones y Laboratorio I

Docente: Roberto Carlos Guevara Calume

Universidad de Antioquia

Facultad de Ingeniería

Programa Ingeniería de Sistemas


Medellín
2018

LABORATORIO: INTERCONEXIÓN DE REDES LAN. DISEÑO E


IMPLEMENTACION DE RUTAS ESTÁTICAS.
OBJETIVO: Configurar routers cisco empleando packet tracer y determinar las rutas para
enviar paquetes empleando rutas estáticas.

Descripción General: Las rutas estáticas son definidas manualmente por el administrador
para que el router aprenda sobre una red remota. Las rutas estáticas necesitan pocos
recursos del sistema, es recomendable utilizarlas cuando nuestra red esté compuesta por
unos cuantos routers o que la red se conecte a internet solamente a través de un único ISP.

1. ESQUEMA DE CONEXIONES
2. CONFIFURACION DE ROUTERS

ROUTER ALFA
Press RETURN to get started!

%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINK-5-CHANGED: Interface Vlan1, changed state to administratively down

%SYS-5-CONFIG_I: Configured from console by console

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed


state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed


state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state


to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state


to up

Router>enable
Router#sh runn
Building configuration...

Current configuration : 787 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
spanning-tree mode pvst
!
interface FastEthernet0/0
ip address 192.168.1.254 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.2.254 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
ip address 200.0.0.1 255.255.255.0
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.4.0 255.255.255.0 200.0.0.254
ip route 192.168.3.0 255.255.255.0 200.0.1.254
ip route 200.0.1.0 255.255.255.0 200.0.0.254
ip route 192.168.3.0 255.255.255.0 200.0.0.254
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
End
ROUTER BETA
Press RETURN to get started!

%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively


down

%LINK-5-CHANGED: Interface Vlan1, changed state to administratively down

%SYS-5-CONFIG_I: Configured from console by console

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed


state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state


to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/1/0, changed state


to up
Router>enable
Router#sh runn
Building configuration...

Current configuration : 784 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
spanning-tree mode pvst
!
interface FastEthernet0/0
ip address 192.168.4.254 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 200.0.1.1 255.255.255.0
clock rate 64000
!
interface Serial0/1/0
ip address 200.0.0.254 255.255.255.0
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.1.0 255.255.255.0 200.0.0.1
ip route 192.168.2.0 255.255.255.0 200.0.0.1
ip route 192.168.3.0 255.255.255.0 200.0.1.254
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
end
ROUTER OMEGA
Press RETURN to get started!

%LINK-5-CHANGED: Interface Vlan1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to administratively


down

%LINK-5-CHANGED: Interface Vlan1, changed state to administratively down

%SYS-5-CONFIG_I: Configured from console by console

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed


state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state


to up
Router>enable
Router#sh runn
Building configuration...

Current configuration : 797 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
spanning-tree mode pvst
!
interface FastEthernet0/0
ip address 192.168.3.254 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
no ip address
shutdown
!
interface Serial0/0/1
ip address 200.0.1.254 255.255.255.0
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 192.168.4.0 255.255.255.0 200.0.1.1
ip route 200.0.0.0 255.255.255.0 200.0.1.1
ip route 192.168.1.0 255.255.255.0 200.0.0.1
ip route 192.168.2.0 255.255.255.0 200.0.0.1

!
line con 0
!
line aux 0
!
line vty 0 4
login
!
End
3. PANTALLAZOS PING ENTRE COMPUTADORES

PING desde IP 192.168.1.2


PING desde IP 192.168.2.2
PING desde IP 192.168.4.1
PING desde IP 192.168.3.3

CONCLUSION
Se realizaron pruebas diferentes pruebas enviando PING desde ciertos PC´s de una red en
particular hasta otros PC´s ubicados en diferentes redes, con el fin de verificar el correcto
funcionamiento y asegurarse de que las redes pudieran comunicarse de manera fluida, con
lo que se logra evidenciar que las redes tiene una buena comunicación.

Você também pode gostar