• 网络学院
  • IT资讯
  • 操作系统
  • 网络技术
  • 软件应用
  • 办公软件
  • 编程技术
  • 网站架设
  • 数据库类
  • 平面设计
  • 多媒体类
  • 游戏资讯
  • 教学论文
  • 认证考试
在Cisco3640上配置VoIP
  站点:
  • 首 页
  • 最新软件
  • 文章教程
  • 国内软件
  • 国外软件
  • 绿色软件
  • 源码下载
  • 字体下载
在Cisco3640上配置VoIP
软件发布 在Cisco3640上配置VoIP
网络软件 系统工具 应用软件 联络聊天 图形图像 多媒体类 行业软件 游戏娱乐 编程开发 安全相关 教育教学 数码软件 绿软下载
热门软件: QQ 瑞星 pplive e话通 木马克星 千千静听 office2000 五笔字根 Photoshop 视频分割
返回文章教程首页 >> 认证考试 >> 思科认证 >> Cisco指导 >> 在Cisco3640上配置VoIP

在Cisco3640上配置VoIP

添加时间: 2007-12-30 19:39:08  作者: Cisco教程指导  阅读次数:19   来源: http://www.d9soft.com

       

  下面是一个 Cisco 3640的VOIP配置,对方的结构是北京和汕头两地做VoIP,后接阿尔卡特的PBX。 这里面有很多值得注意的地方,与大家一起分享快乐!

  北京一方的3640配置:
  Beijing#sh run
  Building configuration...

  Current configuration:
  !
  version 12.0
  service timestamps debug uptime(设定Debug跟踪日志显示其时间)
  service timestamps log uptime(设定看Log时显示其时间)
  no service password-encryption(口令不加密)
  !
  hostname Beijing(主机名)
  !
  enable secret 5 $1$R.66$z.BUjhNsJcIr8KCcS9uxG.
  !
  !
  !
  !
  !
  voice-card 1(定义语音卡1)
  !
  voice-card 3(定义语音卡3)
  !
  ip subnet-zero
  no ip domain-lookup
  !
  isdn voice-call-failure 0
  !
  !
  !
  !
  controller E1 1/0(配置 E1语音卡)
  framing NO-CRC4
  ds0-group 0 timeslots 1-15,17-31 type e&m-wink-start(定义语音卡的类型为E&M卡)
  cas-custom 0
  !
  controller E1 3/0(配置 E1语音卡)
  framing NO-CRC4
  ds0-group 0 timeslots 1-15,17-31 type e&m-wink-start(定义语音卡的类型为E&M卡)
  cas-custom 0
  !
  !
  !
  interface BRI0/0
  no ip address
  no ip directed-broadcast
  shutdown
  isdn guard-timer 0 on-expiry accept
  !
  interface FastEthernet0/0
  no ip address
  no ip directed-broadcast
  shutdown
  duplex auto
  speed auto
  !
  interface Serial0/0
  description "Link to MainLand_Shantou by NCIC lease line"
  ip address 192.168.1.1 255.255.255.252
  no ip directed-broadcast
  no ip mroute-cache
  no fair-queue
  !
  interface Serial0/1
  no ip address
  no ip directed-broadcast
  shutdown
  clockrate 2000000
  !
  ip classless
  no ip http server
  !
  !
  voice-port 1/0:0(配置模拟语音端口)
  compand-type a-law
  !
  voice-port 3/0:0(配置模拟语音端口)
  compand-type a-law
  !
  dial-peer voice 1 voip (定义拨号对等体到语音)
  destination-pattern +445...(为拨号对等体分配电话号码,其中.为通配符)
  session target ipv4:192.168.1.2(定义Voip路由,为对端的IP地址)
  req-qos guaranteed-delay (语音数据流RVSP的保证,其中Guaranteed-dealy可用于保证整个 网络 的延时)
  ip precedence 5(IP优先级,5为关键)
  !
  dial-peer voice 2 pots(定义拨号对等体到语音物理端口)
  destination-pattern +3...(定义电话话码以3开头的)
  port 1/0:0(定义语音端口)
  !
  dial-peer voice 3 pots(定义拨号对等体到语音物理端口)
  destination-pattern +3...(定义电话话码以3开头的)
  port 3/0:0(定义语音端口)
  !
  !
  line con 0(设定登陆)
  transport input none
  line aux 0
  line vty 0 4(允许用Telnet)
  password cisco(口令为Cisco)
  login
  !
  end

  Beijing#

  汕头一方的3640配置
  Shantou#sh run
  Building configuration...
  Current configuration:
  !
  version 12.0
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname Shantou
  !
  enable secret 5 $1$dB/c$tnrMU9IxFCJdix5ssHAdH/
  !
  !
  !
  !
  !
  voice-card 1
  !
  voice-card 2
  !
  ip subnet-zero
  no ip domain-lookup
  !
  isdn voice-call-failure 0
  !
  !
  !
  !
  controller E1 1/0
  framing NO-CRC4
  ds0-group 0 timeslots 1-15,17-31 type e&m-immediate-start
  cas-custom 0
  !
  controller E1 2/0
  framing N
  ds0-group 0 timeslots 1-15,17-31 type e&m-immediate-start
  cas-custom 0
  !
  !
  !
  interface BRI0/0
  no ip address
  no ip directed-broadcast
  encapsulation ppp
  isdn guard-timer 0 on-expiry accept
  ppp multilink
  !
  interface FastEthernet0/0
  no ip address
  no ip directed-broadcast
  shutdown
  duplex auto
  speed auto
  !
  interface Serial0/0
  no ip address
  no ip directed-broadcast
  no ip mroute-cache
  shutdown
  no fair-queue
  clockrate 2000000
  !
  interface Serial0/1
  ip address 192.168.1.2 255.255.255.252
  no ip directed-broadcast
  !
  ip classless
  !
  no ip http server
  !
  !
  voice-port 1/0:0
  compand-type a-law
  !
  voice-port 2/0:0
  compand-type a-law
  !
  dial-peer voice 20 voip
  destination-pattern +3...
  session target ipv4:192.168.1.1
  req-qos guaranteed-delay
  ip precedence 5
  !
  dial-peer voice 10 pots
  destination-pattern +448...
  port 1/0:0
  !
  dial-peer voice 30 voip
  destination-pattern +4...
  session target ipv4:192.168.1.1
  req-qos guaranteed-delay
  ip precedence 5
  !
  dial-peer voice 40 pots
  destination-pattern +449...
  port 2/0:0
  !
  !
  line con 0
  transport input none
  line aux 0
  line vty 0 4
  password cisco
  login
  !
  end
  Shantou#

 

上下文章:

 

上一篇文章: 如何配置Cisco PIX防火墙[5] 下一篇文章: 理解Cisco PIX 防火墙的转换和连接

相关文章:

  • 《魔兽世界:巫妖王之怒》配置公布
  • 《极品飞车12:无间风云》游戏配置
  • 为SQL Server Authentication配置MaxTokenSize
  • Server 2003中为SNMP服务配置网络安全性
  • 个人SMTP服务器的配置

相关软件:

  • 电脑装机配置大师 1.7
  • 免费的VOIP软交换平台 V2.22
  • 快乐远航FinePlus配置工具 2.0b2 简体绿色中文版
  • Fineplus配置程序 v0.6 SP2(1215) 简体绿色中文版
  • “轻松”产品配置报价 试用版
  • Ecora Enterprise Auditor for Cisco-破解补丁 Cracked v3_6_5185

 

快速导航

  • 网络学院
  • 精品汇聚
  • 字体下载
  • 教程下载
  • ASP源码
  • PHP源码
  • Net源码
  • JSP 源码

思科认证分类导航

  • Cisco动态
  • Cisco指导
  • Cisco介绍
  • Cisco试题

本类经典文章推荐

  • CISCO认证增长60%新认证推陈出新
  • 加快千兆网络普及以太网技术动向
  • WinGate与Internet连接共享
  • WinGate3.0安装指导
  • 远程传输的两种技术优劣各异
  • Cisco认证指导:基础中文命令集
  • IOS软件结构读书笔记
  • 路由器基础配置及传输协议
  • 网络安全:IPv6安全威胁
  • 路由技术:路由器远程管理实例

Cisco指导阅读排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • 我的CISCO认证学习笔记总结
  • CCNA考试主要知识点指导
  • Cisco指导:IOS命令大全(一)
  • 使用IPSec阻止特定网络协议和端口
  • 企业网络规划对工作效率的影响
  • VPN实例配置方案:IPSec配置
  • GSM数字移动通信无线网络规划设计...
  • Cisco路由器上配置pppoe拨号

思科认证阅读总排行

  • Cisco路由器访问控制列表详解
  • EPON与GPON的综合比较
  • 思科考试认证(CISCO) CCNA考试就...
  • 我的CISCO认证学习笔记总结
  • CCNA简介
  • Cisco经验介绍:CCNP培训日记(2)
  • CCNA考试主要知识点指导
  • Cisco经验介绍:ping命令之解惑
  • Cisco指导:IOS命令大全(一)
  • 使用IPSec阻止特定网络协议和端口

广告位置

字母检索 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 回到顶部

关于我们 | 版权声明 | 免责条款 | 广告联系 | 软件发布 | 下载帮助 | 下载排行 | 网站地图 | 特别鸣谢 | 友情连接

copyright; 2005-2008 D9soft.com 第九软件网 版权所有