Voice over IP是在IP网络上传输语音流量的技术,主要是一种软件特性,但是,要在Cisco2600/3600系列路由器上实现这个功能,必须首先安装语音模块VNM。
VoIP语音电话的设计与实现(1)
Voice over IP是在IP网络上传输语音流量(例如,电话和传真)的技术,主要是一种软件特性,但是,要在Cisco2600/3600系列路由器上实现这个功能,必须首先安装语音模块VNM(Voice Network Module),VNM可以装两个或四个语音接口卡(VIC),每个接口卡都对应于与语音接口相关的特定信号类型。
1. 单机实现IP语音电话
(1)在装有两个语音模块的3600路由器上实现IP语音电话(如下图所示)。
(2)基本配置
dial-peer voice 1 pots
destination-pattern 111
port 3/0/0
!
dial-peer voice 2 voip
destination-pattern 222
session target ipv4:192.16.12.1
!
dial-peer voice 4 pots
destination-pattern 222
port 3/1/0
!
dial-peer voice 3 voip
destination-pattern 111
session target ipv4:192.16.12.2
!
!
(3)配置概述
本实验是在Cisco3600 Router内部实现的,没有经过链路传输,所以不需要优化拨号点和网络接口的配置,只需配置拨号点:
● 要配置源和目标之间的所有连接,在voice port 3/0/0上输入下面命令:
dial-peer voice 1 pots
destination-pattern 111
port 3/0/0
!
dial-peer voice 2 voip
destination-pattern 222
session target ipv4:192.16.12.1
● 要完成在拨号点1和拨号点4之间的端对端呼叫,在voice port3/1/0上输入下面命令:
dial-peer voice 4 pots
destination-pattern 222
port 3/1/0
!
dial-peer voice 3 voip
destination-pattern 111
session target ipv4:192.16.12.2