Configuraciones basicas de unrouter

Páginas: 2 (351 palabras) Publicado: 24 de noviembre de 2011
NOMBRE DEL ROUTER
Router>enable
Router#configure terminal
Router(config)#hostname R1
CONTRASEÑA EN MODO USUARIO
R1(config)#line console 0
R1(config-line)#password ciscoR1(config-line)#login
R1(config-line)#exit
CONTRASEÑA EN MODO PRIVILEGIADO
R1(config)#enable secret class
APLICAR CAMBIOS
R1(config)# (CTRL + Z)
GUARDAR CAMBIOS
R1#copy run start
Destination filename[startup-config]? Confirmar presionando Enter
Building configuration...
[OK]
R1#

CONFIGURACION DE UNA INTERFAZ FASTETHERNET
R1#configure terminal
R1(config)#interface fastethernet 0/0R1(config-if)#ip address 90.1.1.1 255.255.255.0
R1(config-if)#no shutdown

APLICAR Y GUARDAR CAMBIOS
R1(config-if)# (CTRL + Z)
R1#copy run start
Destination filename [startup-config]?
Buildingconfiguration...
[OK]
R1#
PRUEBAS DE CONECTIVIDAD DESDE EL ROUTER

User Access Verification

Password:
Password:

R1>enable
Password:
R1#
R1#
R1#
R1#
R1#ping 90.1.1.1

Typeescape sequence to abort.
Sending 5, 100-byte ICMP Echos to 90.1.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 15/15/16 ms

R1#ping 90.1.1.2

Typeescape sequence to abort.
Sending 5, 100-byte ICMP Echos to 90.1.1.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 46/58/63 ms

R1#ping 90.1.1.2Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 90.1.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63 ms

R1#ping 90.1.1.3Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 90.1.1.3, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 47/58/63 ms

R1#ping90.1.1.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 90.1.1.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63 ms

R1#
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Configuraciones basicas
  • configuraciones basicas
  • Configuraciones basicas bjt
  • Configuraciones basicas de un switch
  • Amplificadores operacionales en configuraciones básicas
  • Manual De Configuraciones Básicas Para Una Pc
  • Conceptos Básicos De La Investigacion De Identificación De Elementos Que Configuran Las Teorías
  • 53009348 Guia Basica Para Configurar AP Cisco

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS