Sie sind auf Seite 1von 2

---- TUNING --------------------------------------------------------------------

show processes /uso de cpu/


no debug all /deshabilita todos los debugs activos/
terminal monitor /resultado debug en la version vty/

(config)# service timestamps debug datetime msec /agrega marca horaria a un dbug o
a un registro/

---- AUTENTICACION SIMPLE OSPF -------------------------------------------------

(config-router)# area 0 authentication


(config-if)# ip ospf authentication-key [clave] /*interfaz wan*/

ROUTER VECINO

(config-if)# ip ospf authentication


(config-if)# ip ospf authentication-key [clave]

---- AUTENTICACION MD5 OSPF ----------------------------------------------------

(config-router)# area 0 authentication message-digest


(config-if)# ip ospf message-digest-key 1 md5 cisco123 /*interfaz wan*/

ROUTER VECINO

(config-if)# ip ospf authentication message-digest


(config-if)# ip ospf message-digest-key 1 md5 cisco123

---- CONFIGURAR BOOT SYSTEM ----------------------------------------------------

DESCARGAR IMAGEN DE IOS DEL TFTP A ROUTER

(config)# copy tftp flash


Address or name of remote host []? [IP DEL SERVER TFTP]
Source filename []? [NOMBRE DE IMAGEN A DESCARGAR DEL TFTP AL ROUTER]

CAMBIO DEL BOOT A LA NUEVA IMAGEN EN LA FLASH

(config)# boot system flash [NOMBRE DE LA IMAGEN CON QUE INICIARA ROUTER]
# copy running-config startup-config

---- ACCESS LIST LINE VTY ------------------------------------------------------

DENTRO DE LINE VTY

(config-line)# access-class [NOMBRE DE ACL]

---- LINE VTY SSH --------------------------------------------------------------

DENTRO DEL LINE VTY

# transport input [all, telnet, ssh]


#password [clave]
#login

------------------------------------------------------------------------------

Das könnte Ihnen auch gefallen