Examples - Cisco VGD-1T3 Software Configuration Manual

Voice gateway
Table of Contents

Advertisement

Configuring the Hostname, Password, and Time Stamps
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 vgd1t3
vgd1t3(config)#
Step 4
vgd1t3(config)# enable secret guessme
Step 5
vgd1t3(config)# service password-encryption
Step 6
vgd1t3(config)# service timestamps debug
datetime msec
Step 7
vgd1t3(config)# service timestamps log
datetime msec
Step 8
vgd1t3(config)# line con 0
Step 9
vgd1t3(config-line)# exec-timeout 0 0
Step 10
vgd1t3(config-line)# exit
vgd1t3(config)#

Examples

To verify that you configured the right hostname and passwords, use these commands:
Cisco VGD 1T3 Voice Gateway Software Configuration Guide
46
Basic Configuration Using the Command-Line Interface on the Cisco VGD 1T3 Voice Gateway
Time stamps help you trace debug output for testing connections. Not knowing exactly when an
event occurs hinders you from examining background processes.
Enter the show configuration command:
vgd1t3(config)# show configuration
Using 1888 out of 512000 bytes
Purpose
Enters enable mode (also called privileged EXEC
mode). Enters the password. You are in enable
mode when the prompt changes to
The enable password command is
Note
obsolete. Do not use it.
Enters global configuration mode. You are in
global configuration mode when the prompt
changes to
Router(config)#.
Changes the name of the gateway to a meaningful
name. Substitute your hostname for vgd1t3.
Enters an enable secret password. This password
provides access to privileged EXEC mode. When
you type enable at the EXEC prompt (
you must enter the enable secret password to gain
access to configuration mode. Substitute your
enable secret password for guessme.
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.
Enters time-stamp debugging messages to include
milliseconds in the date and time stamp.
Enters time-stamp logging messages to include
milliseconds in the date and time stamp.
Enters line configuration mode to configure the
console port. You are in configuration mode when
the prompt changes to
vgd1t3(config-line)#.
Prevents the gateway's EXEC facility from timing
out if you do not type any information on the
console screen for an extended period.
Exits global configuration mode.
.
Router#
),
Router>

Advertisement

Table of Contents
loading

Table of Contents