You are on page 1of 2

1. Colocar: 2 routers, 2 switch, 10 PCs, 1 servidor.

2. Unir con cable de cobre directo 5 PCs a 1 switch, y las otras 5 PCs al otro switch, y también
con cable de cobre directo unir 1 switch a 1 router, y del otro switch al otro router.
3. Apagar los routers y colocarles el puerto serial WIC-2T y de nuevo los encendemos.
4. Unir con cable serial DTE del router 1 al router 2.
5. Configuración del router 1 entramos a la cli.

--- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: N

Press RETURN to get started!

Router>ENABLE
Router#configure terminal
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname nombre (el nombre siempre debe ser diferente).
nombre (config)#banner motd # mensaje del router #
nombre(config)#enable secret ******
nombre(config)#line console 0
nombre(config-line)#password ******
nombre(config-line)#login
nombre(config-line)#exit
nombre(config)#line vty 0 4
nombre(config-line)#password ******
nombre(config-line)#login
nombre(config-line)#exit
nombre(config)#interface fastethernet 0/0
nombre(config-if)#ip address 192.168.1.254 255.255.255.0 (192.168.2.254 255.255.255.0)
nombre(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
nombre(config-if)#exit
nombre(config)#interface serial 0/1/0
nombre(config-if)#ip address 192.168.3.1 255.255.255.0 (192.168.3.2 255.255.255.0)
nombre(config-if)#clock rate 56000 (solo se realize en la config. Del router 2.)
nombre(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down
nombre(config-if)#exit
nombre(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
nombre#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
nombre#

6. Salir de la cli del router y configurar el router 2 de la misma manera.


7. Asignar una ip(192.168.1.1) , sub mascara(255.255.255.0) y Gateway(192.168.1.254) a 5 PCs y
el servidor del router 1.
8. Asignar una ip(192.168.2.1) , sub mascara(255.255.255.0) y Gateway(192.168.2.254) a 5 PCs
del router 2.
9. Dar de alta las IP DE LAS PCS en el router 1 entrando en la cli.

User Access Verification

Password: ******

nombre>enable
Password: ******
nombre#conf
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
nombre(config)#ip route 192.168.2.1 255.255.255.0 192.168.3.2 LOS NUMEROS SUBRAYADOS
EN LA CONFIGURACION DEL ROUTER 2 CAMBIAN A 1
nombre(config)#ip route 192.168.2.2 255.255.255.0 192.168.3.2
nombre(config)#ip route 192.168.2.3 255.255.255.0 192.168.3.2
nombre(config)#ip route 192.168.2.4 255.255.255.0 192.168.3.2
nombre(config)#ip route 192.168.2.5 255.255.255.0 192.168.3.2
nombre(config)#ip route 192.168.2.6 255.255.255.0 192.168.3.2
nombre(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
nombre#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

10. salimos de la configuración y ahora tenemos que mandar la carta de todas las PCs y el servidor
entre si para verificar que hay comunicación.
11. Si todo salió exitoso ahora haremos el respaldo TFTP de la configuración de los router en el
servidor de tipo TFTP.
12. Entramos a la cli de los routers y hacemos lo siguente:
User Access Verification

Password: ******
nombre>enable
Password: ******
nombre#copy startup-config tftp
Address or name of remote host []? 192.168.2.6
Destination filename [geovanny-confg]? respaldo del router 1 respaldo de router 2
.!!
[OK - 717 bytes]

717 bytes copied in 3.182 secs (0 bytes/sec)


13. Finalmente salimos de la config, y damos clic en el servidor nos vamos a config-servicios-tftp.
14. Verifiquemos que este el archivo con el nombre respaldo de router 1 y respaldo de router 2.

You might also like