MODO CONFIGURACIÓN DE IOS
- switch > enable
- switch# configure terminal
- switch (config)#
- switch #
- switch # disable
- switch >
PONER NOMBRE AL SWITCH
- switch > enable
- switch # configure terminal
- switch (config)#hostname [nombre_deseado]
- switch #
- switch # configure terminal
- switch (config)# no hostname
CONTRASEÑA DE INICIO DE CONSOLA
- switch > enable
- Switch # configure terminal
- switch (config)#line console 0
- switch (config-if)# password [contraseña_deseada]
- switch (config-if)#login
- switch (config-if)#exit
CONTRASEÑA PARA ENTRAR AL MODO EXEC PREVILEGIADO
Existen dos modos de configuración:
- switch > enable
- switch # configure terminal
- switch (config)# enable secret [contraseña_deseada]
CONTRASEÑA VTY ATRAVES DE TELNET
- switch > enable
- switch # configure terminal
- switch (config)# line vty 0 4 ( dependiendo del valor se darán permisos a uno o más usuarios)
- switch (config-if)#password [contraseña_deseada]
- Switch (config-if)#login
- Switch (config-if)#exit
MENSAJE DE BIENVENIDA BANNER
- Switch > enable
- Switch # configure terminal
- Switch (config)# banner motd # [mensaje deseado] #
- Switch (config)#exit
SALVADO DE CONFIGURACIÓN
- switch > enable
- switch # copy running-config startup-config
- Yes
No hay comentarios:
Publicar un comentario