Cisco 1751 빠른 시작 매뉴얼 - 페이지 24
{카테고리_이름} Cisco 1751에 대한 빠른 시작 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco 1751 35 페이지. Modular access router
Cisco 1751에 대해서도 마찬가지입니다: 솔루션 개요 (16 페이지), 데이터시트 (19 페이지)
![Cisco 1751 빠른 시작 매뉴얼](/uploads/products/server2/539546/539546.png)
Configuring Voice-over-IP
Both PBXs in this example use E&M interface Type 2, with four-wire operation and immediate-start
signaling. The values for your configuration depend on your PBX and are available from your
telecommunications department or the PBX manufacturer. For more information about E&M interface
configuration commands, refer to the "VoIP Commands" chapter of the Cisco 1751 Router Software
Configuration Guide.
In this example, West users can dial 5 and a four-digit extension to reach telephones in the East Office.
East users can dial 5 and a four-digit extension to reach telephones in the West office.
The West router connects to the PBX through an E&M VIC port 0/0. This port is associated with a POTS
dial peer for incoming calls. But you no longer need to associate every telephone number with its own
port. Instead, you can configure a local dial peer as if all the West telephones (represented by a wildcard
destination pattern) are connected directly to this port, as shown in the following commands:
West> enable
Password:
West# configure terminal
West(config)# dial-peer voice 111 pots
West(config-dial-peer)# destination-pattern 1408555....
West(config-dial-peer)# port 0/0
Configure VoIP dial peers for outgoing calls and associate destination phone numbers on the East router
with that router IP address, as shown in
West(config)# dial-peer voice 121 voip
West(config-dial-peer)# destination-pattern 1919555....
West(config-dial-peer)# session target ipv4:192.168.11.3
West(config-dial-peer)# exit
West(config)#
Figure 20
408 555-xxxx
Source
Now configure number expansion so that numbers beginning with 5 (belonging to the East office) and
sent by the West PBX to the West router are expanded into the full destination pattern:
West(config)# num-exp 5.... 1919555....
You do not need to configure number expansion for calls from one West telephone to another West
Note
telephone because the PBX switches those calls.
Finally, enter the following global configuration voice-port command to configure the E&M port:
West(config)# voice-port 0/0
West(config-voice-port)# signal immediate
West(config-voice-port)# operation 4-wire
West(config-voice-port)# type 2
Cisco 1751 Voice-over-IP Quick Start Guide
24
Linking PBXs over the IP Network (Remote Dial Peers)
E&M VIC
0/0
PBX
West
dial-peer voice 121 voip
destination-pattern 1919555....
session target ipv4:192.168.11.3
num-exp 5.... 1919555....
Figure
20, and in the following commands:
192.168.11.3
IP cloud
East
919 555-xxxx
PBX
Destination
78-11259-05