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
i have done
line vty 0 5
transport none
but when i do a scan, it shows port 23 is open
Not 100% sure, but I thought the command was transport input none.
As previously stated, transport input none will disable telnet.
But why do you want to disable it?
But why do you want to disable it?
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
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
access-list 23 deny any
line vty 0 15
access-class 23 in
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.