IP传真典型组网以及数据配置
1.典型组网应用
IP
传真的典型应用如下图“
典型应用组网”所示,两个局向的传真用户途经路由器,通过
IP
网络进行通信。图中的相关数据仅仅用于下面的数据配置说明用,实际应用中根据实际情况进行数据配置。
2 数据配置
就上图“
典型应用组网”给出的典型组网应用,下面简单讲述一下相关数据配置。
如上图所示,假设:用户
A
所属局向
1111
通过
PRA
与
Router A
互通,用户
B
所属局向
2222
也通过
PRA
与
Router B
互通,
RouterA
和
RouterB
分别通过地址为
10.10.10.10
和
20.20.20.20
的接口与
IP
网络联通,华为
GK
则通过地址为
30.30.30.30
的接口与
IP
网络联通并且华为
GK
上配置
RouterA
的网关名为
1111
,路由策略配置号首为
2222
,而
RouterB
的网关名为
2222
,路由策略配置号首为
1111
。
在保证网络互通与中继连通的情况下进行如下配置,可以实现
IP
传真。
Router A
的配置如下:
A(config-if-Ethernet0)#ip address 10.10.10.10 255.255.0.0 //
配置接口地址
A(config-if-Ethernet0)#h323-gateway voip interface //
配置该接口为
h323
网关地址
A(config-if-Ethernet0)#h323-gateway h323-id 1111 //
配置网关
ID
为
1111
A(config-if-Ethernet0)#h323-gateway voip id gk.huawei.com ipaddr 30.30.30.30 1719 //
配置
GK
地址和端口号
A(config-if-Ethernet0)#
h323-gateway voip support-mode huawei //
配置
GK
互通模式
A(config)#controller e1 0
A(config-if-E1-0)#pri-group //
配置
E1
接口为
PRA
A(config)#dial-peer voice 1111 pots
A(config-peer-pots1111)#destination-patter 1111.//
配置本端
A
用户的号码
A(config-peer-pots1111)#prefix 1111 //
配置出局前缀
A (config-peer-pots1111)#port 0:15 //
用户
A
关联到端口号为
0
的
E1
端口
A (config)#dial-peer voice 2222 voip //
配置拨号对等体
A(config-peer-voip2222)#destination-pattern 2222...//
配置被叫号码
A(config-peer-voip2222)#sesstion target ras //
配置被叫分析交给
GK
RouterB
的配置如下:
B(config-if-Ethernet0)#ip address 20.20.20.20 255.255.0.0 //
配置接口地址
B(config-if-Ethernet0)#h323-gateway voip interface//
配置该接口为
h323
网关地址
B(config-if-Ethernet0)#h323-gateway h323-id 2222 //
配置网关
ID
为
2222
B(config-if-Ethernet0)#h323-gateway voip id gk.huawei.com ipaddr 30.30.30.30 1719 //
配置
GK
地址和端口号
B(config-if-Ethernet0)#
h323-gateway voip support-mode huawei //
配置
GK
互通模式
B(config)#controller e1 0
B(config-if-E1-0)#pri-group //
配置
E1
接口为
PRA
B(config)#dial-peer voice 2222 pots
B(config-peer-pots2222)#destination-patter 2222.//
配置本端
B
用户的号码
B(config-peer-pots2222)#prefix 2222 //
配置出局前缀。
B (config-peer-pots2222)#port 0:15 //
用户
B
关联到端口号为
0
的
E1
端口
B (config)#dial-peer voice 1111 voip //
配置拨号对等体
B(config-peer-voip1111)#destination-pattern 1111... //
配置被叫号码
B(config-peer-voip2222)#sesstion target ras //
配置被叫分析交给
GK
3 通话流程说明:
用户拨打
1111***/2222***
时,交换机选中相应
RouterA/RouterB
的
PRA
中继,并将
1111***/2222***
送至
RouterA/RouterB
,路由器接到呼叫后还是
H.323
信令交互.