设为首页收藏本站language 语言切换
查看: 2614|回复: 2
收起左侧

[分享] Cisco路由器上实现VoIP

[复制链接]
发表于 2018-2-28 19:19:42 | 显示全部楼层 |阅读模式
在Cisco路由器实现VoIP的具体配置如下所示。
  1. 在北京的路由器做如下配置:
  Current configuration : 964 bytes
  !
  version 12.2
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname beijing
  !
  !
  username gongmao password xxxxxxxx
  ip subnet-zero
  !
  fax interface-type fax-mail
  mta receive maximum-recipients 0
  !
  interface FastEthernet0/0
  ip address 172.17.0.1 255.255.255.0
  duplex auto
  speed auto
  ip classless
  ip http server
  ip pim bidir-enable
  !
  call rsvp-sync
  !
  !
  mgcp profile default
  !
  dial-peer cor custom
  !
  !
  !
  dial-peer voice 10 pots 语音端口指定电话号码101
  destination-pattern 101
  dial-peer voice 11 pots 语音端口指定电话号码101
  destination-pattern 102
  !
  dial-peer voice 20 VoIP 拨号对等体指定拨201时去成都的路由器
  destination-pattern 201
  session target ipv4: 192.168.0.1
  dial-peer voice 21 VoIP 拨号对等体指定拨202时去成都的路由器
  destination-pattern 202
  session target ipv4: 192.168.0.1
  !
  !
  line con 0
  line aux 0
  line vty 0 4
  password xxxxxx
  login
  !
  !
  end
  2. 在成都的路由器做如下配置:
  Current configuration : 964 bytes

  !
  version 12.2
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname chengdu
  !
  !
  username gongmao password xxxxxxx
  ip subnet-zero
  !
  !
  fax interface-type fax-mail
  mta receive maximum-recipients 0
  !
  !
  interface FastEthernet0/0
  ip address 192.168.0.1 255.255.255.0
  duplex auto
  speed auto
  !
  ip classless

Cisco路由器上实现VoIP(4) - VoIP - 技术应用 - 豆豆网.mht

86.29 KB, 下载次数: 6, 下载积分: 鸿鹄币 -1 个

发表于 2018-2-28 19:45:57 | 显示全部楼层
大概实现了什么特殊功能?
沙发 2018-2-28 19:45:57 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2018-7-9 21:51:22 | 显示全部楼层

thank you for sharing
板凳 2018-7-9 21:51:22 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-5-16 17:44 , Processed in 0.072665 second(s), 27 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表