This is a draft cheat sheet. It is a work in progress and is not finished yet.
Configuración básica
Nombre |
Router(config)#hostname NOMBRE |
Borrar nombre |
Router(config)#no hostname |
Mensaje de bienvenida |
Router(config)#banner motd #MENSAJE# |
Copiar configuración activa a NVRAM |
Router#copy running-config startup-config |
Reiniciar sin guardar cambios |
Router#reloadMigMiguel@123 |
Protección de acceso por consola
Sin encriptar |
Router(config)#enable password CONTRASEÑA |
Encriptada |
Router(config)#enable secret CONTRASEÑA |
Protección de acceso por Telnet - VTY
Router(config)#line vty 0 15 (0 corresponde a la sesión 1) |
Router(config)#password CONTRASEÑA |
Router(config)#login |
Encriptar todas las contraseñas configuradas
Router(config)#service password-encryption |
|
|
|