How to Remove Router Enable and Line Passwords

How to Remove Router Enable and Line Passwords

Removing 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.

Enable and Line Passwords
Removing Enable and Line Password
1.     Removing Enable Mode Password

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#

2.     Removing Enable Secret Password

R1>enable

R1# configure terminal

Enter configuration commands, one per line. End with CNTL / Z.

R1 (config) # no enable secret

R1 (config) #exit

R1#

3.     Removing Line Console Password

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#


4.     Removing Line Auxiliary Password

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#

5.     Removing Telnet / VTY Line

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 #

Verification

Running-Config
Running-Config Status


Search Tags

  1. How to remove a router password
  2. How to Remove Secret Password
  3. How to change router password
  4. How to configure Line Console Password


If you want to configure enable and line passwords on cisco visit: 👇

Post a Comment

0 Comments