Specifications
Configuring the Host Name and Password
Cisco AS5300 Universal Access Server Software Configuration Guide
3-2
Configuring the Host Name and Password
One of the first configuration tasks you might want to do is configure the host name and set an
encrypted password. Configuring a host name allows you to distinguish multiple Cisco access
servers from each other. Setting an encrypted password allows you to prevent unauthorized
configuration changes.
Configure
Table 3-1 Configuring the Host Name and Passwords
Verify
To verify that you configured the right host name and passwords:
• Enter the show config command:
5300(config)# show config
Using 1888 out of 126968 bytes
Step Command Purpose
1 Router> enable
Password: <password>
Router#
Enter enable mode (also called
privileged EXEC mode).
Enter the password.
You have entered enable mode when the
prompt changes to
5300#.
2 Router# configure terminal
Enter configuration commands, one per line. End
with CNTL/Z.
Router(config)#
Enter global configuration mode. You
have entered global configuration mode
when the prompt changes to
Router(config)#.
3 Router(config)# hostname 5300
5300(config)#
Change the name of the access server to
a meaningful name. Substitute your host
name for
5300.
4 5300(config)# enable secret guessme
Enter an enable secret password. This
password provides access to privileged
EXEC mode. When a user types enable
at the EXEC prompt (
5300> ), they must
enter the enable secret password to gain
access to configuration mode. Substitute
your enable secret for guessme.
5 5300(config)# line con 0
5300(config-line)# exec-timeout 0 0
5300(config-line)# exit
5300(config)#
Enter line configuration mode to
configure the console port. When you
enter line configuration mode, the
prompt changes to
5300(config-line)#.
Prevent the access server’s EXEC
facility from timing out if you do not
type any information on the console
screen for an extended period.
Exit back to global configuration mode.