全部博文(1015)
分类:
2009-10-31 00:08:45
一、首先,配置网关接口地址及H323相关信息:
Route>en (由用户模式进入特许模式) 输 Con 进到下面
或全写Route#conf t (由特许模式进入全局配置模式)
Route(config)#int f0/0 (由全局配置模式进入接口配置模式)
也可直接输入:
interface fastethernet 0/0
Router(config-fastethernet0/0)# ip address 10.100.10.7 255.255.255.0(配置网关地址)
Router(config-fastethernet0/0)# h323-gateway voip h323-id daxingfu (配置用户账号)
Router(config-fastethernet0/0)# h323-gateway voip id - ipaddr 10.6.6.6 (配置网守ID及
网守地址)
Router(config-fastethernet0/0)# h323-gateway voip bind srcaddr 10.100.10.7 (配置邦定
地址)注:此地址和网关地址相同。
Router(config-fastethernet0/0)# h323-gateway voip interface (配置VOIP接口)
Router(config-fastethernet0/0)# exit (退出到全局配置模式)
快捷方式等同上面操作(也可将下面信息改动后直接拷贝粘贴过去)
interface fastethernet 0/0
ip address 10.100.10.12 255.255.255.0
h323-gateway voip h323-id tongxianhuo
h323-gateway voip id - ipaddr 10.6.6.6
h323-gateway voip bind srcaddr 10.100.10.12
h323-gateway voip interface
二、配置IP路由选择信息:
Router(config)# ip route 0.0.0.0 0.0.0.0 10.100.10.251 (配置IP路由选择)注:此地址为
网关地址。
三、配置网关拔号规则:
Router(config)# dial-peer voice 1101 voip (进入拔号会话标记为1101模式)
Router(config-dial-peer)# destination-pattern T (描述一个会话数字信号)T代表任意数。
Router(config-dial-peer)# codec g723r63 (配置编码格式)
Router(config-dial-peer)# session target ras (配置会话标记为ras)
Router(config-dial-peer)#no vad (不使用VOIP自动检测)
exit
快捷方式等同上面操作(也可将下面信息改动后直接拷贝粘贴过去)
dial-peer voice 1101 voip
destination-pattern T
codec g723r63
session target ras
no vad
Exit
退到Router(config)#目录下:
四、电话接口配置:
Router(config)# dial-peer voice 1 pots (标记电话接口)
Router(config-dial-peer)# destination-pattern 01089579656 (配置接口电话号码)
Router(config-dial-peer)# port 1/0 (定义电话接口)
Router(config-dial-peer)#exit (退出)
其余接口配置同上,如果是8口格式为1/0,1/1,1/2,1/3,2/0,2/1,2/2,2/3具体配置如下:
dial-peer voice 2 pots
destination-pattern 01089579656
port 1/1
! exit
dial-peer voice 3 pots
destination-pattern 01089579656
port 1/2
! exit
dial-peer voice 4 pots
destination-pattern 01089579656
port 1/3
! exit
dial-peer voice 5 pots
destination-pattern 01089579656
port 2/0
exit
dial-peer voice 6 pots
destination-pattern 01089579656
port 2/1
exit
dial-peer voice 7 pots
destination-pattern 01089579656
port 2/2
exit
dial-peer voice 8 pots
destination-pattern 01089579656
port 2/3
exit
gateway
五、拔号收尾配置:(一定要配置此步,否则接通时延时要命)
Router(config)# dial-peer terminator # (拔打电话以#键结束)
Router(config)# gateway (进入网关)
Router(config-gateway)# exit (退出)
Router(config)# end (配置结束)end
六、基本电脑计费配置方法:
Route(config)# radius-server key yxgu (共享密码)配置共享密码 注:此密码和计费端密码相同。
Route(config)# radius-server host 13.88.88.88 (计费主机地址) auth-port (认证端口)
1998 acct-port (计费端口)1999 配置计费主机地址和计费认证端口
Router(config)# dial-peer voice 1 pots
Router(config-dial-peer)# accounting (打开端口记费模式) 注:其余端口同上配置
保存:
router#wr
查询:
sh run /
改密码
router#con/
Router(config)#en pa 12344321