12-01-2023 05:16 AM
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
Solved! Go to Solution.
12-01-2023 05:44 AM
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
12-01-2023 06:05 AM
config t
line vty 0 15 <-- this disable all VTY Line Telnet)
transport input ssh
end
wr
12-01-2023 05:44 AM
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
12-01-2023 06:05 AM
config t
line vty 0 15 <-- this disable all VTY Line Telnet)
transport input ssh
end
wr
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide