How to Remove Router Enable and Line Passwords
One question arises many times how we can configure enable and line passwords on the Cisco router and how we can remove them from the router. So, here is the complete solution that how you can remove the password from the router.
Router> enable
Router# configure
terminal
Enter configuration
commands, one per line. End with CNTL / Z.
Router (config) #
hostname R1
R1 (config) # exit
R1# configure terminal
Enter configuration
commands, one per line. End with CNTL / Z.
R1
(config) # no enable password
R1 (config) #exit
R1#
R1>enable
R1# configure terminal
Enter configuration
commands, one per line. End with CNTL / Z.
R1
(config) # no enable secret
R1 (config) #exit
R1#
R1>enable
R1# configure terminal
Enter configuration
commands, one per line. End with CNTL / Z.
R1 (config) # line
console 0
R1
(config-line) # no password
R1 (config-line) # no login
R1 (config-line) # end
R1#
R1> enable
R1# configure terminal
Enter configuration
commands, one per line. End with CNTL / Z.
R1
(config) # line aux 0
R1
(config-line) # no password
R1 (config-line) # no login
R1 (config-line) # end
R1#
R1> enable
R1# configure terminal
Enter configuration
commands, one per line. End with CNTL / Z.
R1
(config) # line vty 0 871
R1
(config-line) # no password
R1 (config-line) # no login
R1 (config-line) # end
R1 #
Running-Config Status |
Search
Tags
- How to remove a router password
- How to Remove Secret Password
- How to change router password
- How to configure Line Console Password
0 Comments