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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cisco router password change

Status
Not open for further replies.

evgeniosc

IS-IT--Management
Joined
Oct 5, 2002
Messages
75
Location
CY
How can i change the telnet and the enable password of a cisco 800 series?
 
I haven't messed with an 800, but for everything I work on you do this:
You need to be in EXEC mode (#).

for the telnet:
conf t
line vty 0 4
password yourpasswordhere
exit, exit

for the enable:
conf t
enable yourpasswordhere
exit

(you should probably have password encryption turned on, if not use 'enable secret' and it'll scramble it for you).

Now, DONT' QUIT EXEC OR LOGOUT! :)
I always like to telnet in and get into Exec to make sure I got the passwords right. If you change things then Exec but had something wrong you will be locked out, and have to power cycle the router!

If everything works do a write mem. Hope that helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top