You are on page 1of 1

Archivo: /home/tux/Escritorio/conf basicas cisco Página 1 de 1

CONFIGURACIONES BASICAS SWITCH Y ROUTER CISCO

Switch>enable

Switch#configure terminal

Switch(config)#hostname SW001
SW001(config)#line console 0
SW001(config)#password ******* (usar cisco como password)
SW001(config)#login
SW001(config)#exit
SW001(config)#line vty 0 4
SW001(config)#password ******* (usar cisco como password)
SW001(config)#login
SW001(config)#exit

SW001(config)#enable secret ****** (usar class como password)

SW001(config)#service password-encrytion

SW001(config)#banner motd x###################################################


### ###
### ###
### ACCESO SOLO ADMINISTRADORES DE RED ###
### ###
### ###
###################################################X (usar una x antes y despues
del texto)
SW001(config)#exit

SW001#copy running-config startup-config

SW001#show run

You might also like