PBX能与思科3640路由器一起使用?

我有一台配置FXS、FX0和E/M语音卡的思科3640路由器。我能够与这台路由器一起使用一台PBX(专用分组交换机)吗?
    你能不能提供一个设置的例子,说明通过在MPLS网上的PBX交换机打电话给其它位置的不同的思科2612路由器?
   首先,MPLS是没有任何差别的。它仅仅是一个IP传输网络。你的3640路由器可以同PBX一起使用。FXO能 够帮助你连接一个PSTN或者一个PBX。FXS允许连接基本的电话设备。E&M允许PBX干线的连接。
简单的设置如下:
Phone(1234)---Gateway_router1…IP Network….Gateway_router2---Phone(5678)
   我们假设路由器1(router1)使用端口1/0,路由器2(router2)使用端口1/0/1,使用的编解码器是g711。路由器1的广域网IP地址是10.2.3.4。路由器2的广域网IP地址是10.5.6.7。这些IP地址可能是连接到MPLS网络的你的服务提供商边缘路由器的IP地址。这两种路由器的设置如下。在实际网络应用之前,请注意核对。
Gateway Router 1 configuration

voice-port 1/0/0

!

dial-peer voice 1 pots

destination-pattern 1234

port 1/0/0

!

dial-peer voice 10 voip

destination-pattern 5678

session target ipv4:10.5.6.7

codec g711ulaw

Gateway Router 2 Configuration

voice-port 1/0/1

!

dial-peer voice 2 pots

destination-pattern 5678

port 1/0/0

!

dial-peer voice 20 voip

destination-pattern 1234

session target ipv4:10.2.3.4

codec g711ulaw

你可能感兴趣的:(职场,休闲,思科,思科3640路由器)