
login
Enables/disables user identification on the line (console and/or vty).
Syntax: [no] login
Description: By default, users are not required to enter their user ID at login. Users can gain access to the Avici router if they know the login and enable passwords.
Use the login command to configure console and vty lines to require users to identify themselves at login.
Use the write command to save the change to the running configuration file and make the changes take effect.
Use the no login command to remove the requirement for users to provide their usernames at login.
Factory Default: Disabled.
Command Mode: Configuration.
Example: In the following example:
- The login command enables user identification at login.
- The write command saves the changes.
- The show running-configuration command displays the new setting.
- The login sequence shows that the user is now prompted for username:
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#line vty 0 4
router(config-line)#login
router(config-line)#end
router#write
Saving Configuration
router#show running-config
.
.
!
line vty 0 4
login
exec-timeout 0
!
!
.
.
Connected to 10.200.83.173.
Escape character is '^]'.
User Verification
Username: aneuburg
Password:
Related Commands: line
password
username
show running-config
show usernames
show users
Copyright © 2005
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: navigation.fm
HTML File Name: navigation16.html
Last Updated: 02/25/05 at 14:25:22