Portada

jueves, 28 de junio de 2012

Swicht 2960

::CONFIGURACION DE NOMBRE, CONTRASEÑAS Y GUARDAR CONFIGURACION 

Switch>enable 
Switch#config term 
Enter configuration commands,  per line. End with CNTL/Z. 
Switch(config)#hostname S1 
S1(config)#enable secret (CONTRASEÑA) 
S1(config)#no ip domain-lookup 
S1(config)#line console 0 
S1(config-line)#password (contraseña) 
S1(config-line)#login 
S1(config-line)#line vty 0 15 
S1(config-line)#password (contraseña) 
S1(config-line)#login 
S1(config-line)#end 
S1#copy running-config startup-config 
Destination filename [startup-config]?  
Building configuration... 

No hay comentarios:

Publicar un comentario