cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
367
Views
0
Helpful
1
Replies

telnet connection error

marknishimura
Level 1
Level 1

I am getting the following error on a 4908l3-G switch when trying to telnet to the IP address. "Password required, but not set".

I can console into the unit what am I looking to change to stop this from happening.

1 Reply 1

Prashanth Krishnappa
Cisco Employee
Cisco Employee

That is the default behavior of all IOS based platforms. Using console session, set a password and you should be able to telnet. Set passwords under line vty 0 4 and also an enable password. The following page should help as well

http://cio.cisco.com/univercd/cc/td/doc/product/l3sw/4908g_l3/ios_12/18w522a/config/init_cfg.htm#xtocid6

For example, if you want cisco to be the password, do the following

config terminal

enable password cisco

line vty 0 4

password cisco

end

wr mem