Cisco VG202 소프트웨어 구성 매뉴얼 - 페이지 22
{카테고리_이름} Cisco VG202에 대한 소프트웨어 구성 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco VG202 50 페이지. Voice gateways
Cisco VG202에 대해서도 마찬가지입니다: 하드웨어 설치 매뉴얼 (50 페이지), 매뉴얼 (10 페이지), 하드웨어 설치 매뉴얼 (48 페이지), 빠른 시작 매뉴얼 (19 페이지)
Configuring the Hostname and Password
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
DETAILED STEPS
Command or Action
Step 1
enable
Example:
VG# enable
Step 2
configure terminal
Example:
VG# configure terminal
Step 3
hostname name
Example:
VG(config)# hostname VG204
Step 4
enable secret password
Example:
VG(config)# enable secret guessme
Step 5
line configuration line
Example:
VG(config)# line configuration 0
Step 6
exec-timeout minutes seconds
Example:
VG(config-line)# exec-timeout 0 0
Step 7
exit
Example:
VG(config-line)# exit
Cisco VG202 and Cisco VG204 Voice Gateways Software Configuration Guide
3-2
enable
configure terminal
hostname name
enable secret password
line configuration line
exec-timeout minutes seconds
exit
Chapter 3
Configuring with the Command-Line Interface
Purpose
Enters privileged EXEC mode.
Enters global configuration mode. You have entered
global configuration mode when the prompt changes to
VG(config)#.
Changes the name of the Cisco VG to a meaningful
name.
Enters an enable secret password. This password
provides access to privileged EXEC mode. When you
press enter at the user EXEC prompt
(
), you must enter the enable secret password to gain
VG>
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
VG(config-line)#
Prevents the Cisco VG's EXEC facility from timing out
if you do not type any information on the console screen
for an extended period.
Exits to global configuration mode.
.
.
OL-16191-01