disable telnet server in cisco router?

Hello,

I am not used to working with cisco 26XX series routers. Is there an easy way to turn off the telnet server? I have read the manuals and it looks like the easiest way is to write an access list. I am used to equipment supporting a way to turn off the telnet server using something like no telnet server. I will be managing the routers over the console ports only (no need for telnet or ssh).

Thanks,

Reply to
bofh1234
Loading thread data ...

no line vty 0 4

Reply to
aniss

Reply to
bofh1234

line vty 0 4 transport input none

or transport input ssh

if you want just ssh access

regards, h.

Reply to
Havoc 25

I would be an inefficient technical approach to disable telnet access on your router, the best is to leave it on, create and ACL for port 23 allowing your management workstations and switches/routers within one hop (so you can shell from one to another if needed).

peace t0

Reply to
t0

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.