lunes, 21 de marzo de 2016

Conexión de router con 2 switch por consola en Cisco Packet Tracer



Debemos asignarles a los hots las respectivas direcciones en la IP ,máscara de red y gateway.Debemos unir las 2 redes LAN al router usando los siguientes comandos por consola:

Vamos al router damos click ,luego seleccionamos la opción CLI y ya en la ventana IOS Command Line Interface ingresamos los comandos: (que sirven para encender la interfaz ,conectamos usando el gateway a cada una de las Lan`s y por ultimo asignarle la dirección de la Red en el router ,con la mascara de red , y la ip del siguiente salto)




Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#interface FastEthernet0/0
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
ip addres 192.168.0.1 255.255.255.0
Router(config-if)#exit



Router(config)#interface FastEthernet0/1
Router(config-if)#no shutdown

Router(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
ip address 192.168.1.1 255.255.255.0
Router(config-if)#exit



Router(config)#ip route 192.168.0.0 255.255.255.0 192.168.0.10
Router(config)#exit
Router#
%SYS-5-CONFIG_I: Configured from console by console




Más ejemplos :

Share Reforzamiento 4 _Ejercicios packet Tracer.rar - 587 KB

1 comentario: