Está en la página 1de 6

PRACTICA 7

JUAN ANTONIO SANTIAGO PEREZ

CREACIN DE CUENTAS DE USUARIOS

1.- insertaremos una pc

2.- Insertaremos un Switch para conectar la pc con el router y usaremos cable


directo para la conexin

Despus de eso configuraremos el Switch para poner contrasea

Despus introduciremos el cdigo que aparecer despus para configurar el


Switch

Switch>enable
Switch#conf ter
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#config ter
Switch(config)#hostname informatica
informatica(config)#enable password cisco
informatica(config)#enable secret cisco
informatica(config)#username admin password cisco
informatica(config)#line console 0
informatica(config)#line console 0
informatica(config-line)#password cisco
informatica(config-line)#login
informatica(config-line)#exit
informatica(config)#line vty 0 4
informatica(config-line)#password cisco
informatica(config-line)#login
informatica(config-line)#username grupo604 password cisco
informatica(config)#exit
informatica#
informatica#disable
informatica>enable
Password:
informatica#configure terminal
Enter onfiguration commands, one per line. End with CNTL/Z.
informatica(config)#username grupo604 password cisco
informatica(config)#line console 0
informatica(config-line)#login local
informatica(config-line)#end
informatica#

%SYS-5-CONFIG_I: Configured from console by console


informatica#disable
informatica>enable
Password:
informatica#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
informatica(config)#line console 0
informatica(config-line)#login local
informatica(config-line)#exit
informatica(config)#
informatica(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
informatica#exit
informatica con0 is now available

Press RETURN to get started.

User Access Verification

Username: grupo604
Password:

informatica>
Al final tenemos que verificar si fue aceptado nuestro usuario y contrasea.

Despus configuraremos el router


Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname JUAN

juan(config)#enable password 243


juan(config)#enable secret 243
juan(config)#username alumno password 243
juan(config)#line console 0
juan(config-line)#password 243
juan(config-line)#login
juan(config-line)#exit
juan(config)#line vty 0 4
juan(config-line)#password 243
juan(config-line)#login
juan(config-line)#username 604 password 243
juan(config)#exit
juan#
%SYS-5-CONFIG_I: Configured from console by console
juan#disable
juan>enable
Password:
juan#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
juan(config)#username 604 password 243
juan(config)#line console 0
juan(config-line)#login local
juan(config-line)#end

%SYS-5-CONFIG_I: Configured from console by console


juan#disable
juan>enable
Password:
juan#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.

juan(config)#line console 0
juan(config-line)#login local
juan(config-line)#exit
juan(config)#exit

%SYS-5-CONFIG_I: Configured from console by console


juan#exit
juan con0 is now available
Press RETURN to get started.
User Access Verification
Username: 604
Password:
juan>
Despus verificaremos que todo este como se insert en los cdigos

También podría gustarte