Cisco CCNA - Part 2 - VTY Passwords - Are They Required and How to You Configure Them?

Here are two questions that a lot of new Ciscoserver where all usernames and passwords are
Engineers struggle with.stored. A windows 2000/2003 server could be used
- Are passwords required on vty lines?for example, so that users use the same passwords
- How do you configure vty passwords?on windows and routers/switches.
Here we look at 4 options:Router>enable Router#configure terminal
- Line passwordsRouter(config)#aaa new-model Router(config)#aaa
- Local username passwordsauthentication login default group tacacs
- No loginRouter(config)#line vty 0 4 Router(config)#login
- AAAauthentication default
In the previous article I covered options 1 and 2. In thisTesting: C:>telnet 10.1.2.1
article I cover options 3 & 4.User Access Verification Username: david Password:
No password (not recommended): It is possible to setRouter
up a router to allow vty connections withoutMore configuration would be required for AAA
authentication. This is not a good idea for the realintegration.
world, but in a lab environment it can save time.Please look for my other articles explaining how to
Router>enable Router#configure terminalsetup AAA authentication.
Router(config)#line vty 0 4 Router(config-line)#no loginConclusion: The most secure way to implement vty
Testing: C:>telnet 10.1.2.1 Router>passwords is to use a AAA server. However, you
Notice that no authentication was required. You aremay be required to implement other methods and
taken directly to user mode.hence the need to know about the 4 methods
AAA servers: This is the most secure and scalablecovered in my articles.
way of implementing authentication. This uses a central