Cisco Systems C819GUK9 Router User Manual


 
5-7
Cisco 819 Series Integrated Services Router Software Configuration Guide
OL-23590-02
Chapter 5 Basic Router Configuration
Configuring Command-Line Access
Example
The following configuration shows the command-line access commands.
You do not need to input the commands marked “default.” These commands appear automatically in the
configuration file generated when you use the show running-config command.
!
line con 0
exec-timeout 10 0
password 4youreyesonly
login
transport input none (default)
stopbits 1 (default)
line vty 0 4
password secret
login
!
Step 7
login
Example:
Router(config-line)# login
Router(config-line)#
Enables password checking at the virtual terminal
session login.
Step 8
end
Example:
Router(config-line)# end
Router#
Exits line configuration mode and returns to
privileged EXEC mode.
Command Purpose