- 论坛徽章:
- 0
|
请问,有这样一个环境:
一。 网络中心(其下接5个分支),有2个路由器,
一个做主出口,为2兆SDH;
另一个为备分出口, 为ISDN, 此路由有FXS语音接口接电话。
主路由与备路由用以太口连接到一个交换机上,同时有一个电话网守GK也连到这个交换机上。
二。 在网络分支结点的环境也是有2个路由器,与主的情况相似, 只不过带宽不同,另外没有GK, 所有话音的解析是靠中心的GK来做。
现在想问这样一个事情:
一。 我在中心的备份路由器上做
dialer-peer voice 17 voip (因为有16个语音口,所以voip用17)
destination-pattern 9.......
session target ras (注:主要想问这个?)????????
no shut
interface fast 0 (备路由接交换机的以太口)
ip address .....
h323-gateway voip interface
h323-gateway voip id center(中心网守名) ipaddr 210.82.189.11 1719(网守IP)
h323-gateway voip h323-id part2(备路由网关的名)
h323-gateway voip tech-prefix 1#
二。 那么我在分支的备份路由器上做
dialer-peer voice 9 voip (因为有8个语音口,所以voip用9)
destination-pattern 9.......
session target ras (注:主要想问这个,在这里我是用ras还是用ipv4: 10.1.1.1 ,如果用
ipv4: 这个ip 应该指哪个)???????
no shut
interface fast 0 (备路由接交换机的以太口)
ip address .....
h323-gateway voip interface
h323-gateway voip id center(中心网守名) ipaddr 210.82.189.11 1719(网守IP)
h323-gateway voip h323-id part2(备路由网关的名)
h323-gateway voip tech-prefix 1#
哪位高手帮一下啊!!!! |
|