Router Passwords
How to set password on Router:-
Router(config)# line console 0
Router(config-line)# password cisco = for user mode
Router(config-line)# login
Router(config-line)# exit
Router(config)# enable password ccna
Router# copy running-config startup-config == to save
the configuration of router
How to Remove password on Router:-
Router(config)# line console 0
Router(config-line)# no password
Router(config-line)# exit
Router(config)# no enable password
Router# copy running-config startup-config == to save
the configuration of router
How to Break password on Router:-
1> First switch off the router and then on it after this
you will have to press
[ctrl + shift + 6 + c] or [ctrl + pause break]
To break router booting process
Router has 2 mode:-
a. 0x2102 = By-default mode reload / restart
b. 0x2142 = reset
2> Rommon1> confreg 0x2142
3> Rommon2> reset
4> Router# show run = nothing to show in this
5> Router# copy startup-config running-config
6> Router# show run = check password and save in
you mind
7> Router(config)# config-register 0x2102
8> Router(config)# exit
9> Router# reload