How to turn off telnet/vty

Apr 28, 2006 2 Replies

Once you set up "vty 0 4" with a password, how can you turn it off, or remove telnet capability? Without erase/reload. tia



The no form of the password command in vty mode. Without password, no one can log in via telnet.

"HEY!" schreef in bericht news: snipped-for-privacy@u72g2000cwu.googlegroups.com...

line vty 0 4 no transport input telnet

(for SSH only,. for example)

or

line vty 0 4 transport input none

(kills all)

or

line vty 0 4 access-class x in

where access-list x lists the IP address allwoed to telnet in.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required