Lab 1.1-Cisco Switch and Router Privileged Execution Mode password configuration
Lab 1.1 : Privileged
Execution Mode password . From
user EXEC mode, enter the enable
command.
Step 1 : assign
privilege execution mode password.
Switch>en
Switch#conf t
Switch(config)#enable password
ciscosw123
Switch(config)#do show run | in pass
no service password-encryption
enable password ciscosw123
Step 2 : we see the
password are clear text . So we need to make this password encrypted
format .
Switch(config)#service
password-encryption
Switch(config)#do show run | in pass
service password-encryption
enable password 7
0822455D0A16160043595F
Switch(config)#
Step 3 : verification of the privilege mode password .
Switch>en
Password:
Switch#
---------------------------------------------------- Router -------------------------------------------------------------------
Step 1 : assign
privilege execution mode password.
Router>enable
Router#configure terminal
Router(config)#enable password
ciscoro123
Router(config)#do show running-config |
include password
no service password-encryption
enable password ciscoro123
Router(config)#
Step 2 : we see the
password are clear text . So we need to make this password encrypted
format .
Router(config)#service
password-encryption
Router(config)#do show running-config |
include password
service password-encryption
enable password 7
0822455D0A16171843595F
Router(config)#
Step 3 :
verification of the privilege mode password .
Router>en
Password:
Router#
No comments