Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

limiting telnet sessions

Status
Not open for further replies.

duster123

Technical User
Joined
Jun 21, 2006
Messages
168
Location
GB
How do i configure my cisco 2950 to limit telnet sessions to only 2 vty. I know 15 is by default but i want to limit to only 2 and refuse any other attempts . Thanks
 
Never really tried it but it might be as simple as conf t ,
lin vty 3 15 ,enter , no login .
 
that didnt work what that command does is the term sessions do not require a login password which is even worse that having all the terminal being able to login.
 
Hi,

Try,

config t
line vty 3 15
transport input none


Lee

LEEroy
MCNE6,CCNP,CWNA,CCSA,Project+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top