Cisco VG202 소프트웨어 구성 매뉴얼 - 페이지 24

{카테고리_이름} Cisco VG202에 대한 소프트웨어 구성 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco VG202 50 페이지. Voice gateways
Cisco VG202에 대해서도 마찬가지입니다: 하드웨어 설치 매뉴얼 (50 페이지), 매뉴얼 (10 페이지), 하드웨어 설치 매뉴얼 (48 페이지), 빠른 시작 매뉴얼 (19 페이지)

Cisco VG202 소프트웨어 구성 매뉴얼
Configuring Fast Ethernet Interfaces
Perform the following steps to configure Fast Ethernet interfaces.
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
ip routing
Example:
VG(config)# ip routing
Step 4
interface type [number]
Example:
VG(config)# interface fastethernet 0/0
Step 5
ip address ip address subnet mask
Example:
VG(config-if)# ip address 172.16.74.3
255.255.255.0
Cisco VG202 and Cisco VG204 Voice Gateways Software Configuration Guide
3-4
Power on the Cisco VG by plugging in the external power supply.
enable
configure terminal
ip routing
interface type number
ip address ip address subnet mask
exit
Ctrl-z
Chapter 3
Configuring with the Command-Line Interface
Purpose
Enters privileged EXEC mode.
Enters global configuration mode.
Enables routing protocols as required for your global
configuration. This example uses IP routing.
Enters interface configuration mode. You have entered
interface configuration mode when the prompt changes
to
VG(config-if)#.
Assigns an IP address and subnet mask to the interface.
OL-16191-01