Hey Rich,

Easiest way is probably:

!
line vty 0 4
 transport input none
!

However, you might want to reserve telnet access to a private range for
your own ease of admin in which case:

!
line vty 0 4
 transport input telnet
 access-class 2 in
!
access-list 2 remark Secure Telnet Access
access-list 2 permit 192.168.100.0 0.0.0.255
access-list 2 deny any log
!
Cheers,

Scott



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of
Johnson, Richard (NY Int)
Sent: 12 April 2002 14:05
To: [EMAIL PROTECTED]
Subject: Disable Telnet [7:41293]


Hi All, 

        How do I disable Telnetting capability to my 3640. I only want
console access. 


Thanks, 


Rich




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=41299&t=41293
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to