Compare cert salaries and plan your next career move
line vty 0 0 password ABC123 login
peanutnoggin wrote: » You can just type:line vty 0 0 password ABC123 login That will limit you to only one telnet/ssh session (via VTY 0). When you specify "line vty 0 4" that means include 0,1,2,3,&4. HTH. -Peanut
peanutnoggin wrote: » I believe you're right... you come in on line 0, then if that one is tied up, line 1, etc... like you suggested, the best way to test it out is to configure different passwords for each line. Let us know your results... -Peanut
Stotic wrote: » You come on each line in sequential order. Sometimes the line won't time out, so if you login again quickly you'll take the next available vty. An easy way to see which vty you're logged into is to issue the show line command and look for the vty line with the *.
e24ohm wrote: » I want to only configure a password on line vty 0; however, I understand that line vty 0 4 can not be deleted.
Monkerz wrote: » If you only want to allow connections on vty 0, you will need to disable the other lines leaving only one line for connections. You can do this by: Router#conf t Router(config)#line vty 0 Router(config-line)#password cisco Router(config-line)#login Router(config)#line vty 1 4 Router(config-line)#no login Router(config-line)#exit Your config should look like this: ! line con 0 line vty 0 password cisco login line vty 1 4 no login !
Compare salaries for top cybersecurity certifications. Free download for TechExams community.