cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
596
Views
0
Helpful
2
Replies

Catalyst 2960s - disable telnet

pepeEL
Level 1
Level 1

Hi

Can anybody help me with disable TELNET on swithc cisco 2960s ?
I have this config and still telnet works and only show Password required but no set.

line con 0
 logging synchronous
 login local
line vty 0 4
 logging synchronous
 login local
 length 0
 transport preferred none
 transport input ssh
line vty 5 15
 login
2 Accepted Solutions

Accepted Solutions

M02@rt37
VIP
VIP

Hello @pepeEL 

don't forget line vty 5 15

line con 0
logging synchronous
login local

line vty 0 4
logging synchronous
login local
length 0
transport input ssh

line vty 5 15
login local
transport input none # This line disables Telnet

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

View solution in original post

balaji.bandi
Hall of Fame
Hall of Fame

config t

line vty 0 15    <-- this disable all VTY Line Telnet)

transport input ssh

end

wr

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

2 Replies 2

M02@rt37
VIP
VIP

Hello @pepeEL 

don't forget line vty 5 15

line con 0
logging synchronous
login local

line vty 0 4
logging synchronous
login local
length 0
transport input ssh

line vty 5 15
login local
transport input none # This line disables Telnet

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

balaji.bandi
Hall of Fame
Hall of Fame

config t

line vty 0 15    <-- this disable all VTY Line Telnet)

transport input ssh

end

wr

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card