Detailed Steps
SUMMARY STEPS
1.
Router> enable
2.
Router# configure terminal
3.
Router(config)# hostname 450
4.
Router(config)# enable secret guessme
5.
Router(config)# line con 0Router(config-line)# exec-timeout 0 0
6.
Router(config-line)# exit
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode.
Router> enable
Step 1
Example:
• Enter your password, if prompted.
Password: password
Example:
Router#
Enters global configuration mode.
Router# configure terminal
Example:
Step 2
Enter configuration commands, one per line. End
with CNTL/Z.
Example:
Router(config)#
Changes the name of Cisco VG400 to a meaningful name.
Substitutes the host name to Router.
Router(config)# hostname 450
Example:
Step 3
Enters an enable secret password. This password provides
access to privileged EXEC mode. When you enter enable
Router(config)# enable secret guessme
Step 4
at the user EXEC prompt ( Router> ), you must enter the
enable secret password to gain access to configuration mode.
Substitute your enable secret password for guessme.
Enters line configuration mode to configure the console
port.
Router(config)# line con 0Router(config-line)# exec-timeout
0 0
Step 5
• Prevents the Cisco VG400, EXEC mode from timing
out when you do not enter any information on the
console screen for an extended period.
Cisco VG400 Voice Gateway Software Configuration Guide
6
Configuring with the Command-Line Interface
Detailed Steps