当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: 本例中才用LLQ来实现Video的QoS中心点 : Router
 

 

    摘要:一、物理连接 运营商移动公司光纤过来-----协议转换器---------协议转换器tx1口通过直通线-------- cisco2621 fastethernet0/1口---------cisco2621 fastethernet0/0口通过直通线------华为6506的第九口上。 二、地址情况 移动分配给我信息中心的广域网地址空间为221.155.154.80---83/30,其中,221......
 ·简单的vpn登入pix    »显示摘要«
    摘要:vpn client 4.05 下载地址 http://www.fixdown.com/soft/8818.asp?free=sc-down 做一个最简单的pix和vpn client连接,不需要验证服务器。 环境如下: vpn client----------------------pix-------------------- 192.168.10.1 218.218.218.218 192.......


视频Qos配置案例

本例中才用llq来实现video的qos

in between router : router 2(3640) 【程序编程相关:反向访问控制列表配置实例

中心点 : router 1(7507) 【推荐阅读:六条交换机配置小技巧

中心点: router 1 【扩展信息:TACACS +和RADIUS比较

remote side : router 3(2620)

class-map match-all ofis_to_mcu

match access-group 100

class-map match-all mcu_to_ofis

match access-group 101

!

policy-map to_mcu //定义llq策略

class ofis_to_mcu

priority 1518 //定义为video预留的带宽,

注意要在视频带宽基础上加上25%的开销

set ip precedence 5

class class-default

fair-queue

policy-map to_ofis

class mcu_to_ofis

priority 1518

set ip precedence 5

class class-default

fair-queue

!

interface fastethernet1/0/0

no ip address

no ip route-cache distributed

full-duplex

!

interface fastethernet1/0/0.1

description hq1 lan

encapsulation dot1q 1

ip address 129.2.80.21 255.255.0.0

service-policy output to_mcu //在接口下应用策略

!

interface serial1/0/0

description router 1 to router 2

ip address 206.141.24.1 255.255.255.0

ip route-cache policy

no ip route-cache distributed

service-policy output to_ofis

!

access-list 100 permit ip host 141.2.20.20 host 129.2.20.34 precedence
...   下一页
 ·cisco 3550配置dhcp实例    »显示摘要«
    摘要:cisco 3550配置dhcp,网络上多有讨论,按照网上介绍的配置一句“ip helper-address dhcp服务器地址”后,工程当中发现客户机不能从dhcp服务器获取ip地址,本人最近也刚好配置了3550作为dhcp服务器中继代理,最初也曾困惑很久,后来在网上查找资料及在论坛上寻求众人帮助,终于在工程当中测试通过,为避免大家在工程当中遇到此类情况左调右调,特将配置过程写出来,给大家作为参......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE