文章分类 | 推荐文章 | 最新文章 | 热点文章 | 最新软件 | 国产软件 | 国外软件 | 汉化补丁 | 设为首页 | 加入收藏
业界资讯 | 图形图像 | 操作系统 | 网络冲浪 | 工具软件 | 办公软件 | 媒体动画 | 精文荟萃 | 认证考试 | 网站建设 | 技术开发 | 专栏
当前位置:abcdown网络学院网络技术Cisco网络Cisco资深专家在线解决全世界用户voip问题集锦-连载二
精品广告
推荐TOP10
·Cisco管理的35个常见问题及解答
·思科路由过滤命令详细解说
·Cisco PIX防火墙配置指南
·思科Cisco交换机VLAN的配置技巧
·Cisco教程:路由器的配置及测试
·Cisco 路由器配置语句汇总
·CISCO相关技术大集合
·Cisco防火墙选购配置完全指南
·CCNA网络小菜鸟笔记
·Cisco公司网络工程实施案例
阅读TOP10
·使用Cisco命令阻止访问特定网站
·Cisco 路由器配置语句汇总
·Cisco防火墙选购配置完全指南
·CISCO相关技术大集合
·用思科IOS防止遭受IP地址欺骗攻击
·思科Cisco交换机VLAN的配置技巧
·借助Cisco交换机增强企业网安全性
·恢复Cisco路由器密码两种常用方法
·如何设置思科模拟器中pc的ip地址?
·Cisco公司网络工程实施案例

Cisco资深专家在线解决全世界用户voip问题集锦-连载二

日期:2007年5月6日 作者: 查看:[大字体 中字体 小字体]



  5..............
  
  AS5400 (with np60) and VoIP
  aalejo - MAGENTA COMPUTACION S.A.
  
  Aug 22, 2003, 5:06pm PST
  Do I need an special configuration to use np60 module to an E1 for VOIP?
  
  
  bwilmoth
  
  Aug 28, 2003, 2:24pm PST
  You acn refer the following document for the configuration. No special configuration is needed for NP 60 module
  
  http://www.cisco.com/univercd/cc ... 5350/sw_conf/53swcg
  
  
  
  
  6................
  
  Cisco ATA 186 Problem
  whamri
  
  Aug 14, 2003, 2:30am PST
  Hi. I have some problems with VoIP
  I use csico186 to connect telephones to router. As you know I can connect two telephones lines to the same Cisco ATA 186. So,
  
  these two lines will have the same IP.
  The problem:
  
  Line 1: 222 333 888
  Line 2: 222 333 999
  When any body dial the first number the call will received in the first line or the second line randomly
  
  
  irisrios
  
  Aug 20, 2003, 8:13am PST
  Have the destination pattern being configured as wildcard or an exact match? Hope the wild card is not matching to both the
  
  numbers. The dial peers have to be configured separately for both the destination patterns. And the voice ports have to be
  
  configured under respective dial peer.
  
  
  
  whamri
  
  Aug 23, 2003, 4:50am PST
  The destination pattern configured as exact match
  
  
  
  
  7.................
  
  AS5350 Caller Name
  jason.ewing - NETWORK MANAGEMENT TECHNICIAN, USAF
  
  Aug 18, 2003, 6:47pm PST
  Does anybody know if Caller ID Name is supported with the AS5350 Sip gateway terminating PRI to a Class 5 Switch. If so,
  
  which IOS, and how is it configured? Thanks
  
  
  bwilmoth
  
  Aug 22, 2003, 8:14am PST
  AS 5350 supports caller ID information. Use debug isdn q931 to troubleshoot if you face any problems.
  
  
  
  
  
  
  
  8...............
  
  Quality of service for prioritizing Voice by limiting Bandwidth
  bsvijay - GRADUATE STUDENT, VIRGINIA POLYTECHNIC AND STATE UNIVERSITY
  
  Aug 15, 2003, 10:47pm PST
  Dear Members,
  
  I am trying to give priority to voice over other traffic by setting up a below test bed in my lab.
  
  
  Voice receiver
  Background receiver ---- Ethernet E0---- Router 1------Ethernet E 1----- Background traffic generator
  Voice generator
  
  Here Voice receiver, Background receiver and router 1鈥檚 EO interface forms one Ethernet segment.
  (Actually I am using three routers. But for easy debugging presently I am working with one router)
  
  Router 1鈥檚 E1 interface, Voice generator and background traffic generator form other Ethernet LAN.
  
  I am limiting bandwidth of router E0 interface to 48kbps by below commands:
  
  ***********
  I am sniffing at the interface E0 using Ethereal sniffer-protocol analyzer. But I am unable to get better results for voice
  
  application over background traffic. For both Testing without QoS and with QoS I am getting the same results.
  
  FOR EVERY VOICE PACKET I GET ONE BACKGROUND PACKET- SAME RESULTS FOR BOTH WITH AND WITHOUT QOS DEPLOYED
  ***********
  
  The voice application is generating at 32 kbps with packet size frame size of 876 bytes.
  It uses UDP port no 60600. It uses TCP port# 8896 for connection activeness. I am using these details in my QoS
  
  configurations.
  
  For initial testing, I am also generating background traffic also with 32kbps rate and frame size of 876 bytes.
  
  Since total net traffic voice + background = 32 + 32 = 64 Kbps, so I am reducing the bandwidth of the interface using 鈥榯
  
  raffic shape鈥?and 鈥榬ate-limit鈥?commands.
  
  
  
  Router 1:
  
  Option 1:
  
  Conf t
  int e 0
  rate-limit output 48000 6000 6000 conform-action transmit exceed-action drop
  
  Option 2:
  
  Conf t
  int e 0
  traffic-shape rate 48000 6000 6000 1000
  
  I think with the above configuration, all traffic above 48000 bps are dropped.
  So there are good chances that 24000 bps of both voice and data are sent, and remaining s 8000bps for both voice and
  
  background are dropped. So, therefore QoS does not come into picture because now total traffic is 48 but NOW actual interface
  
  bandwidth is 10 Mbps after the 鈥榬ate-limit鈥?or 鈥榯raffic-shape鈥?phase.
  
  IS THERE OTHER WAY TO REDUCE THE BANDWIDTH OF THE ETHERnet
  
  InTERFACE.?
  
  
  My router configs for Priority queuing and class based weighted fair queuing
  
  My Full router configuration:
  Policy : Priority Queuing
  
  ONE#show run
  Building configuration...
  
  Current configuration : 1279 bytes
  !
[1] [2] [3] 下一页 

上一篇:Cisco资深专家在线解决全世界用户voip问题集锦-连载三

下一篇:cisco资深专家在线解决全世界用户voip问题集锦-连载一


相关软件: 相关文章:
·Cisco资深专家在线解决全世界用户voip问题集锦-连载二

特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
[打印本页] [关闭窗口] 转载请注明来源:http://www.abcdown.net
首页 | 本站声明 | 下载帮助 | 发布软件 |
中文版权所有:ABC学院 浙ICP备05000717号