Cisco Systems VG204 Manual De Usuario

Descargar
Página de 52
 
3-2
Cisco VG202, Cisco VG202XM, Cisco VG204, and Cisco VG204XM Voice Gateways Software Configuration Guide
OL-16191-01
Chapter 3      Configuring Your Voice Gateway Using the CLI
  Configuring the Hostname and Password
6.
exec-timeout minutes seconds
7.
exit
DETAILED STEPS
Verifying the Hostname and Password
To verify that you configured the correct hostname and password, follow these steps.
Procedure
Step 1
Enter the show config command:
VG# show config
Command or Action
Purpose
Step 1
enable
Example:
VG# enable
Enters privileged EXEC mode.
Step 2
configure terminal
Example:
VG# configure terminal
Enters global configuration mode. You have entered 
global configuration mode when the prompt changes to 
VG(config)#.
Step 3
hostname 
name
Example:
VG(config)# hostname VG204
Changes the name of the voice gateway to a meaningful 
name.
Step 4
enable secret password
Example:
VG(config)# enable secret guessme
Enters an enable secret password. This password 
provides access to privileged EXEC mode. When you 
press enter at the user EXEC prompt (
VG>
), you must 
enter the enable secret password to gain access to 
configuration mode. Substitute your enable secret 
password for 
guessme
.
Step 5
line configuration 
line
Example:
VG(config)# line configuration 0
Enters line configuration mode to configure the console 
port. When you enter line configuration mode, the 
prompt changes to 
VG(config-line)#
.
Step 6
exec-timeout 
minutes seconds
Example:
VG(config-line)# exec-timeout 0 0
Prevents the voice gateway’s EXEC facility from timing 
out if you do not type any information on the console 
screen for an extended period.
Step 7
exit
Example:
VG(config-line)# exit
Exits to global configuration mode.