我有一个Cisco 891W NAT语音和数据通过10mbit / 2mbit连接到互联网。 上传大文件时,语音stream量会降低。 平时超时。
我试图configuration一个QoS策略,但基本上没有做任何事情。 当上传带宽饱和时,语音stream量仍然会下降。
这是我目前的configuration:
class-map match-any QoS-Transactional match protocol ssh match protocol xwindows class-map match-any QoS-Voice match protocol rtp audio class-map match-any QoS-Bulk match protocol secure-nntp match protocol smtp match protocol tftp match protocol ftp class-map match-any QoS-Management match protocol snmp match protocol dns match protocol secure-imap class-map match-any QoS-Inter-Video match protocol rtp video class-map match-any QoS-Voice-Control match access-group name Voice-Control policy-map QoS-Priority-Output class QoS-Voice priority percent 25 set dscp ef class QoS-Inter-Video bandwidth remaining percent 10 set dscp af41 class QoS-Transactional bandwidth remaining percent 25 random-detect dscp-based set dscp af21 class QoS-Bulk bandwidth remaining percent 5 random-detect dscp-based set dscp af11 class QoS-Management bandwidth remaining percent 1 set dscp cs2 class QoS-Voice-Control priority percent 5 set dscp ef class class-default fair-queue interface FastEthernet8 bandwidth 1024 bandwidth receive 20480 ip address dhcp ip nat outside ip virtual-reassembly duplex auto speed auto auto discovery qos crypto map mymap max-reserved-bandwidth 80 service-policy output QoS-Priority-Output crypto map mymap 10 ipsec-isakmp set peer 1.2.3.4 default set transform-set ESP-3DES-SHA match address 110 qos pre-classify !
fa8是我连接到互联网。 语音stream量通过VPN(“mymap”)传送到SIP服务器。 这就是为什么我指定“qos预分类”,我相信这是通过VPN分类stream量的方法。 但是,即使在上传带宽饱和的情况下ping公网IP,延迟也是非常高的。
这个configuration是否正确? 有没有什么build议可以使我的设置工作?
提前致谢。
如果您执行show policy-map interface Fa8 ,您应该了解如何使用不同的QoS类。 如果你在优先课堂上看到任何东西,我会说qos pre-qualify正在做它的工作。
我不是思科的专家,但是我们所设想的专家给我们留下了一个类似的问题:configuration了QoS但什么都不做。 这个解决scheme结果非常简单,虽然我花了很长时间才find它。 运行以下命令:
show mls qos interface
在我们的情况下,结果是:
QoS is disabled. pass-through mode When QoS is enabled, following settings will be applied…
当我运行以下命令时,我们的交换机终于开始为我们购买了它们:
mls qos
如果这太明显,不好意思道歉; 我希望这可以帮助别人谷歌search的问题。