Configuracion Basica De Routes

Páginas: 9 (2011 palabras) Publicado: 10 de marzo de 2013
NOMBRE del ROUTER:
Router(config)#hostname (xxx setname xxx)
--------------------------------------------------------------------------------------------------------------
PASSWORD para ADMINISTRACIÓN (Encrypted):
Router(config)#enable secret (xxx setpassword xxx)
--------------------------------------------------------------------------------------------------------------
CLAVE ACCESO VIACONSOLA:
Router(config)#line console 0
Router(config-line)#password (xxx setpassword xxx)
Router(config-line)#login (para que pida el password)
Router(config-line)#exec-timeout 0 0 (setea tiempo de sesión a no expirar) *min seg*
Router(config-line)#logging synchronous (detiene mensajes jodedores del router)
Router(config-line)#exit
*El 0 en el comando “line console 0” indica que el routertiene una línea de consola*
--------------------------------------------------------------------------------------------------------------
CLAVE ACCESO VIA TELNET:
Router(config)#line vty 0 4
Router(config-line)#password (xxx setpassword xxx)
Router(config-line)#login (para que pida el password)
Router(config-line)#exit
*el “0 4” significa que soporta 5 sesiones, la 0, 1, 2, 3 y 4*--------------------------------------------------------------------------------------------------------------
RESPALDAR CONFIGURACION:
Router#copy running-config startup-config (press ENTER)
--------------------------------------------------------------------------------------------------------------
CONFIGURACION PARAMETROS BASICOS (DIRECCIONAMIENTO IP):
Router(config)#interface (xxx interfacetype and id. number xxx) Ej: fastEthernet 0/0
Router(config-if)#ip address 10.0.0.0 255.0.0.0 (ip & mask)
Router(config-if)#no shutdown
Router(config-if)#description (info de la interface, donde esta conectada, BW, etc.)
--------------------------------------------------------------------------------------------------------------
ROUTER CLOCK RATE:
En conexiones router to router uno de ellosdebe marcar el ritmo (dar el clock) y este debe ser el que tenga el cable serial DCE conectado, para chequear que interface tiene dicho cable se puede usar el siguiente comando:
Router#show controllers serial (interface id. number) Ej: 0/0 o 0/1

CONFIGURAR CLOCK de la INTERFACE DCE:
Router(config)#interface serial (interface id. number)
Router(config-if)#clock rate ? (con el ? veremos lasvelocidades elegibles) *bits x seg*
Ej: Router(config-if)#clock rate 64000
--------------------------------------------------------------------------------------------------------------



CONFIG. ANCHOS DE BANDA en INTERFACES para PROTOCOLOS DE RUTEO:
Router(config)#interface (xxx interface type and id. number xxx)
Router(config-if)#bandwidth *Kilo bits x segundo*
Ej:Router(config-if)#bandwidth 64
*Hay que hacerlo en los enlaces seriales*
CONFIGURAR FECHA Y HORA:
Router#clock set ?
Router#clock set 16:09:00 02 august 2010
--------------------------------------------------------------------------------------------------------------
VER LOS ULTIMOS COMANDOS INGRESADOS:
Router#show history

VERIFICAR EL TAMAÑO DEL HISTORICO DE COMANDOS:
Router#show terminal

CAMBIAR TAMAÑODEL BUFFER DEL HISTORICO DE COMANDOS:
Router#terminal history size ? (con el ? veremos el rango posible)
Ej: Router#terminal history size 25
--------------------------------------------------------------------------------------------------------------
ENCRIPTAR TODAS las CLAVES del ROUTER:
Router(config)#service password-encryption
Router(config)#exit--------------------------------------------------------------------------------------------------------------* RECORDAR “NO SHUTDOWNEAR” LAS INTERFACES QUE USAREMOS *
--------------------------------------------------------------------------------------------------------------
CONFIGURAR BANNER (Mensaje del Día MOTD)
Router(config)#banner motd #Ingrese su texto aquí#
*Se debe usar algún carácter como delimitador de inicio y...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Configuración Básica De Un Router
  • Configuración básica de un router CISCO
  • Configuración básica de router cisco
  • Configuración basica de un router
  • Configuracion basica router
  • Configuracion basica router ios
  • Configuracion Basica Del Router
  • Configuración Básica de un Router Cisco

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS