cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
5659
Views
5
Helpful
3
Replies

SSH - Turn off Telnet 3560

melchizidek
Level 1
Level 1

Hi,

I am trying to turn on SSH and disable telnet to my 3560. The IOS is 12.2(44)SE1. I have SSH enabled, however, I cannot get telnet disabled. I feel like I am close, but can't quite see the fix.

I have attached the current config (cleaned and abbrev).

Your help is greatly appreciated,

thx,

M.

3 Replies 3

it should work with this,

line vty 0 4

transport input ssh

line vty 5 15

no exec

transport input none

and then write mem

Thank you, however, the command already exists...and yet I am still able to telnet to the switch.

I have saved the config and even did a reboot, yet I still am able to telnet.

thx,

M.

Your config is correct. We neglected the line vty 5 15 commands.

thank you,

M.