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信令交互.