Set Auxiliary Password
- Wednesday, November 12, 2008, 13:54
- CCNA
- 484 views
- Add a comment
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 for authentication.
Okay, now watch what happens when I try to set the Aux on the “newer” IOS that Cisco has released:
2600A#config t
Enter configuration commands, one per line. End with CNTL/Z.
2600A(config)#line aux 0
2600A(config-line)#login
% Login disabled on line 65, until ‘password’ is set
2600A(config-line)#
Cisco has begun this process of not letting you set the “login” command before a password is set on a line because if you set the login command under a line, and then don’t set a password, the line won’t be usable. And it will prompt for a password that doesn’t exist. So this is a good thing—a feature, not a hassle!
Definitely remember that although Cisco has this new “password feature” on their routers starting in their newer IOS (12.2 and above), it’s not in all their IOSes, and it is not on the Cisco CCNA exam.
About the Author
Related Tutorials & Articles
Console Password To set the console password, use the line console 0 command. But look at what happened when I tried to type line console 0 ? from the aux line configuration—I received an error. You can still type line console 0 and it will accept it, but the help screens just don’t work from that...Read more
Interfaces To make changes to an interface, you use the interface command from global configuration mode: Router(config)#interface ? Async Async interface BVI Bridge-Group Virtual Interface CTunnel CTunnel interface Dialer Dialer interface FastEthernet FastEthernet IEEE 802.3 Group-Async Async Group interface Lex Lex interface Loopback Loopback interface MFR Multilink Frame Relay bundle interface 158 Multilink Null Serial Tunnel Vif Virtual-Template Virtual-TokenRing range Multilink-group interface Null interface Serial Tunnel interface PGM Multicast Host interface Virtual...Read more
Introduction A virtual LAN, commonly known as a VLAN , is a method of creating independent logical networks within a physical network. Explanation Basically VLAN setup that behave as single link while physically it connected with different segments of LANs(by manageable switches). VLAN configured through software rather then hardware (like in LAN).if two network in a VLAN so...Read more
So you want to get your CCNA and you need to buy a router for your CCNA home lab? Now the question is which router should you get? I have been in your shoes and know when you are just starting out, it is tough to make sense of all the different models of Cisco...Read more
1. What are two reasons that a network administrator would use access lists? (Choose two.) A: to control vty access into a router B: to control broadcast traffic through a router C: to filter traffic as it passes through a router D: to filter traffic that originates from the router E: to replace passwords as a line of defense against...Read more
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!























