Link to home
Create AccountLog in
Avatar of ammadeyy2020
ammadeyy2020

asked on

telnet service in cisco

how can i disable telnet service in cisco catalyst 3750
i have done
line vty 0 5
transport none

but when i do a scan, it shows port 23 is open
Avatar of MarcSpencer
MarcSpencer
Flag of Australia image

Not 100% sure, but I thought the command was transport input none.
Avatar of Don Johnston
As previously stated, transport input none will disable telnet.

But why do you want to disable it?
Avatar of ammadeyy2020
ammadeyy2020

ASKER

for PCI requirments they need to disable telnet

from transport input none

but i can still telnet, and it says password not set
that means port 21 is still open, and password is not set
This will not allow any telnet access to the device (will "stealth" the port).

access-list 23 deny any

line vty 0 15
access-class 23 in
ASKER CERTIFIED SOLUTION
Avatar of ampranti
ampranti
Flag of Greece image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer