04-17-2011 09:52 PM - edited 03-04-2019 12:06 PM
hi
we can login to a cisco device with username and password when we give login local in line vty mode. can someone say me how to limit the number of sessions a user can have. when i try one user can use all vty sessions. is there any way to configure that one user gets one session only
04-17-2011 10:41 PM
Hi,
You are use configuration below for only one concurrent connection.
line vty 0
login local
line vty 1 4
no login
hth
Muammer
04-17-2011 10:53 PM
hi, dogan,
if i give that way only one session will be activated. i have multiple users . everyone should be able to login simultaneously with different usernames and passwords. but a person should not be able to login with the same username and password multiple times simultaneously
04-17-2011 11:19 PM
You can try "user-maxlinks".
username xx user-maxlinks 1 password yy
hth
Muammer
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide