Configuring the Host Name and Password
Configuring the Host Name and Password
One of the first configuration tasks you might want to do is to configure the host name and set an
encrypted password. Configuring a host name allows you to distinguish multiple Cisco VG224s and
routers from each other. Setting an encrypted password allows you to prevent unauthorized configuration
changes.
Command
Step 1
Router> enable
Password: password
Router#
Step 2
Router# configure terminal
Enter configuration commands, one per line.
End with CNTL/Z.
Router(config)#
Step 3
Router(config)# hostname VG224
Router(config)#
Step 4
Router(config)# enable secret guessme
Step 5
Router(config)# line con 0
Router(config-line)# exec-timeout 0 0
Router(config-line)# exit
Router(config)#
Cisco VG224 Voice Gateway Software Configuration Guide
3-2
Chapter 3
Configuring with the Command-Line Interface
Purpose
Enters enable mode. Enter the password.
You have entered enable mode when the prompt
changes to
.
Router#
Enters global configuration mode. You have
entered global configuration mode when the
prompt changes to
Router(config)#.
Changes the name of the Cisco VG224 to a
meaningful name. Substitute your host name for
.
Router
Enters an enable secret password. This password
provides access to privileged EXEC mode. When
you enter enable at the user EXEC prompt
(
), you must enter the enable secret
Router>
password to gain access to configuration mode.
Substitute your enable secret password for
.
guessme
Enters line configuration mode to configure the
console port. When you enter line configuration
mode, the prompt changes to
.
Router(config-line)#
Prevents the Cisco VG224's EXEC facility from
timing out if you do not type any information on
the console screen for an extended period.
Exits back to global configuration mode.
OL-5005-01