Show Menu
Cheatography

2-Configuración de un sistema operativo en red Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Config­uración básica

Nombre
Router­(co­nfi­g)#­hos­tname NOMBRE
Borrar nombre
Router­(co­nfi­g)#no hostname
Mensaje de bienvenida
Router­(co­nfi­g)#­banner motd #MENSAJE#
Copiar config­uración activa a NVRAM
Router­#copy runnin­g-c­onfig startu­p-c­onfig
Reiniciar sin guardar cambios
Router­#re­loa­dMi­gMi­gue­l@123

Protección de acceso por consola

Sin encriptar
Router­(co­nfi­g)#­enable password CONTRASEÑA
Encriptada
Router­(co­nfi­g)#­enable secret CONTRASEÑA

Protección de acceso por Telnet - VTY

Router­(co­nfi­g)#line vty 0 15 (0 corres­ponde a la sesión 1)
Router­(co­nfi­g)#­pas­sword CONTRASEÑA
Router­(co­nfi­g)#­login

Encriptar todas las contra­señas config­uradas

Router­(co­nfi­g)#­service passwo­rd-­enc­ryption