Redes

Páginas: 7 (1551 palabras) Publicado: 17 de enero de 2013
PRACTICA
LECCION 1 y 2
CONFIGURACION BASICA
Objetivo: Familiarizarse con los equipos del laboratorio, conociendo los comandos básicos para la
configuración de un switch y un router.

1. Borrar la configuración del equipo:

Para un router:
Rtr_2016#wr erase
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
SOLO PRESIONAR ENTER
Erase of nvram:complete
*Mar 23 00:24:44.183: %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
Rtr_2016#
Después reiniciar el dispositivo
Rtr_2016#reload
Proceed with reload? [confirm]
SOLO PRESIONAR ENTER
*Mar 23 00:25:47.059: %SYS-5-RELOAD: Reload requested by console. Reload Reason:
Reload Command.
Esperar a que reinicie
NOTA: Cuando reinicie va a realizar la siguiente pregunta, escribir NO.Would you like to enter the initial configuration dialog? [yes/no]: no
Press RETURN to get started!

Para un switch:
switch2010#wr erase
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
SOLO PRESIONAR ENTER
[OK]
Erase of nvram: complete
switch2010#
00:13:58: %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
switch2010#
Reiniciar el dispositivoswitch2010#reload
Proceed with reload? [confirm]
SOLO PRESIONAR ENTER
00:14:28: %SYS-5-RELOAD: Reload requested by console. Reload reason: Reload
command
Esperar a que reinicie
NOTA: Cuando reinicie va a realizar las siguientes preguntas y responder como se
indica a continuación.
Would you like to enter the initial configuration dialog? [yes/no]: no
Would you like to terminateautoinstall? [yes]: yes
Press RETURN to get started!

2. Entrar a modo privilegiado:
a. enable
3. Configurar el nombre del equipo de acuerdo a la tabla siguiente:
a. Para escribir el nombre del equipo seguir estos pasos (los comandos están en negritas)
i. Router# configure terminal
ii. Router(config)# hostname rtr2016
iii. rtr2016(config)#
iv. Usar los mismos comandos en el switch.

Equipo2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
3001
3002
3003
3004
3005
3006
3007
3008
3010
3011
3012
3013
3014
3015

Nombre
sw2001
Sw2002
Sw2003
Sw2004
Rtr2005
Rtr2006
Rtr2007
Rtr2008
Sw2009
Sw2010
Sw2011
Sw2012
Sw3001
Sw3002
Sw3003
Sw3004
Rtr3005
Rtr3006
Rtr3007
Rtr3008
Sw3010
Sw3011
Sw3012
Rtr3013
Rtr3014
Rtr3015

4. Configurarel password de enable
a. Usar el comando: (los comandos están en negritas)
i. Rtr2016# configure terminal
ii. Rtr2016(config)# enable secret cisco
iii. Usar el mismo comando en el switch.
5. Configurar el password de consola
a. Entrar a la configuración de la consola (los comandos están en negritas)
i. Rtr2016# configure terminal
ii. Rtr2016(config)# line console 0
iii.Rtr2016(config-line)# password cisco
iv. Rtr2016(config-line)# login
v. Usar los mismos comandos en el switch

6. Configurar el password para las líneas vty (para conexión de manera remota)
i. Rtr2016# configure terminal
ii. Rtr2016(config)# line vty 0 4
iii. Rtr2016(config-line)# password cisco
iv. Rtr2016(config-line)# login
v. Usar los mismos comandos en el switch
7. Verificar la configuración delequipo y validar que los passwords no están encriptados por
default.
a. Para esto usar el comando:
b. Rtr2016# show running-config
8. Encriptar los passwords.
a. Usar el comando:
i. Rtr2016# configure terminal
ii. Rtr2016(config)# service password-encryption
9. Verificar el status de nuestras interfaces, usar el comando: show ip interface brief
Router#show ip int brief
InterfaceIP-Address
OK? Method Status
Protocol
FastEthernet0/0
unassigned
YES unset administratively down down
FastEthernet0/1
192.168.17.163 YES DHCP up
up
Serial1/0
unassigned
YES unset administratively down down
Serial1/1
unassigned
YES unset administratively down down
Serial1/2
unassigned
YES unset administratively down down
Serial1/3
unassigned
YES unset administratively down down
10....
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Red De Redes
  • Red de redes
  • Redes
  • Redes
  • Redes
  • Redes
  • Redes
  • Redes

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS