Basic Configuration Using the Command-Line Interface on the Cisco VGD 1T3 Voice Gateway
Configuring the Hostname, Password, and Time Stamps
46
Cisco VGD 1T3 Voice Gateway Software Configuration Guide
•
Time stamps help you trace debug output for testing connections. Not knowing exactly when an
event occurs hinders you from examining background processes.
Examples
To verify that you configured the right hostname and passwords, use these commands:
•
Enter the show configuration command:
vgd1t3(config)#
show configuration
Using 1888 out of 512000 bytes
Command
Purpose
Step 1
Router>
enable
Password:
password
Router#
Enters enable mode (also called privileged EXEC
mode). Enters the password. You are in enable
mode when the prompt changes to
Router#
.
Note
The enable password command is
obsolete. Do not use it.
Step 2
Router#
configure terminal
Enter configuration commands, one per line.
End with CNTL/Z.
Router(config)#
Enters global configuration mode. You are in
global configuration mode when the prompt
changes to
Router(config)#.
Step 3
Router(config)#
hostname vgd1t3
vgd1t3(config)#
Changes the name of the gateway to a meaningful
name. Substitute your hostname for vgd1t3.
Step 4
vgd1t3(config)#
enable secret guessme
Enters an enable secret password. This password
provides access to privileged EXEC mode. When
you type enable at the EXEC prompt (
Router>
),
you must enter the enable secret password to gain
access to configuration mode. Substitute your
enable secret password for guessme.
Step 5
vgd1t3(config)#
service password-encryption
Applies password encryption.
When password encryption is enabled, the
encrypted form of the password is displayed when
a show configuration command is entered.
Note
You cannot recover a lost encrypted
password.
Step 6
vgd1t3(config)#
service timestamps debug
datetime msec
Enters time-stamp debugging messages to include
milliseconds in the date and time stamp.
Step 7
vgd1t3(config)#
service timestamps log
datetime msec
Enters time-stamp logging messages to include
milliseconds in the date and time stamp.
Step 8
vgd1t3(config)#
line con 0
Enters line configuration mode to configure the
console port. You are in configuration mode when
the prompt changes to
vgd1t3(config-line)#.
Step 9
vgd1t3(config-line)#
exec-timeout 0 0
Prevents the gateway’s EXEC facility from timing
out if you do not type any information on the
console screen for an extended period.
Step 10
vgd1t3(config-line)#
exit
vgd1t3(config)#
Exits global configuration mode.
Содержание VGD-1T3
Страница 10: ...Contents x Cisco VGD 1T3 Voice Gateway Software Configuration Guide ...
Страница 14: ...Notices OpenSSL Open SSL Project 4 Cisco VGD 1T3 Voice Gateway Software Configuration Guide ...
Страница 120: ...Configuring Voice over IP Additional Resources 110 Cisco VGD 1T3 Voice Gateway Software Configuration Guide ...
Страница 196: ...Using the Setup Script Where to Go Next 186 Cisco VGD 1T3 Voice Gateway Software Configuration Guide ...