cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1368
Views
0
Helpful
4
Replies

Newbie question: Telnet enable mode ?

rpainter
Level 1
Level 1

Forgive me, but I am a novice, but I hope someone can help me...

I have inherited a 2524 router csu/dsu. I am trying to enter enable mode through a telnet session into the router, and I keep getting this message:

% password not set .....

I have set the user mode password through a console session:

config t

line vty 0 4

login

password ******

end (ctr z)

wr mem

.... but I still cannot enter into enable mode, and therefore config mode via telnet sessions.......

1. Does the router allow for configuring through telnet ? how does one set up to do this ? If the router was originally set to not allow telnet configuring, can it now be set to allow ?

Thank You so much in advance..

Russell Painter

4 Replies 4

Suryakant Shant
Cisco Employee
Cisco Employee

Russell,

To configure the router through telnet, you need to set the password in in VTY mode as well as you should set the enable password on the router.

I guess you have not set enable password, that's why you can not configure the switch using telnet session.

Access router locally and assign enable password, then it should work. Let me know if it doesn't work after that.

Thanks ! I'll try it...

glen.grant
VIP Alumni
VIP Alumni

If you just did the telnet password this will get you into user mode but you must put on an enable or enable secret password to get into enable mode .

conf t

enable password xxxxxxx or

enable secret xxxxxxx

Thanks ! I'll try it...