Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 1751 encrypted telnet password

Status
Not open for further replies.

DManigo

ISP
Mar 16, 2005
71
US
I just bought this router for VoIP use. I can access the router config through console or telnet. I would like to change the telnet password and VoIP passwords but they are encrypted.

ex. line vty 0 4
password 7 01040E0B5005091832
login
line vty 5 15
password 7 051C0E002A42411E0A

Is there anyway to de-crypt or disable encryption and change the passwords?
TIA
 
whoknows is the password if you wanted to know and changing it is done in global config.

router#line vty 0 4
password XXXXXXXXXXX

line vty 5 15
password XXXXXXXXX

thats how i do it anyway :)
 
Here ya go!

Router#config t
Enter configuration commands, on
Router(config)#no service password-encryption
Router(config)#line vty 0 4
Router(config-line)#password xxxxxx
Router(config-line)#line vty 0 15
Router(config-line)#password xxxxx
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top