- Wednesday, November 12, 2008, 13:54
- CCNA
- 483 views
Auxiliary Password
To configure the auxiliary password, go into global configuration mode and type line aux ?. You can see that you only get a choice of 0–0 (that’s because there’s only one port):
Router#config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#line aux ?
Command-Line Interface 167
<0-0> First Line number
Router(config)#line aux 0 Router(config-line)#login
Router(config-line)#password adam
It’s important to remember the login command, or the auxiliary port won’t prompt ...
Full article