当前位置:  技术问答>linux和unix

tc命令中的QOS疑问,请高手指点。

    来源: 互联网  发布时间:2016-07-15

    本文导语:  本帖最后由 firvalor 于 2009-11-11 08:55:38 编辑 TC的命令如下:(不用理睬‘app:’) app: tc qdisc del dev eth0_1 root app: tc qdisc add dev eth0_1 root handle 10: htb r2q 50 default 1 app: tc class add dev eth0_1 parent 10: classid 10:1 h...

本帖最后由 firvalor 于 2009-11-11 08:55:38 编辑
TC的命令如下:(不用理睬‘app:’)

app: tc qdisc del dev eth0_1 root
app: tc qdisc add dev eth0_1 root handle 10: htb r2q 50 default 1
app: tc class add dev eth0_1 parent 10: classid 10:1 htb rate 80000kbit ceil 80000kbit
app: tc qdisc add dev eth0_1 parent 10:1 handle 100: prio bands 4 priomap 3 3 2 2 1 1 0 0 3 3 3 3 3 3 3 3

app: tc qdisc add dev eth0_1 parent 100:1 handle 1000: pfifo limit 40
app: tc qdisc add dev eth0_1 parent 100:2 handle 2000: pfifo limit 20
app: tc qdisc add dev eth0_1 parent 100:3 handle 3000: pfifo limit 10
app: tc qdisc add dev eth0_1 parent 100:4 handle 4000: pfifo limit 5

app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 4 fw classid 100:1
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x2004 fw classid 100:1
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x4004 fw classid 100:1
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x6004 fw classid 100:1
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x8004 fw classid 100:1
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xa004 fw classid 100:1
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xc004 fw classid 100:1
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xe004 fw classid 100:1

app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 3 fw classid 100:2
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x2003 fw classid 100:2
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x4003 fw classid 100:2
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x6003 fw classid 100:2
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x8003 fw classid 100:2
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xa003 fw classid 100:2
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xc003 fw classid 100:2
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xe003 fw classid 100:2

app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 2 fw classid 100:3
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x2002 fw classid 100:3
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x4002 fw classid 100:3
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x6002 fw classid 100:3
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x8002 fw classid 100:3
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xa002 fw classid 100:3
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xc002 fw classid 100:3
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xe002 fw classid 100:3

app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 1 fw classid 100:4
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x2001 fw classid 100:4
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x4001 fw classid 100:4
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x6001 fw classid 100:4
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0x8001 fw classid 100:4
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xa001 fw classid 100:4
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xc001 fw classid 100:4
app: tc filter add dev eth0_1 protocol ip parent 100: prio 1 handle 0xe001 fw classid 100:4

有几个问题请教,
1,“.....htb r2q 50 default 1” 中的"r2q 50"是什么意思?在网上面搜索了一半天我也没有找到想要的答案。
2,“priomap 3 3 2 2 1 1 0 0 3 3 3 3 3 3 3 3”那怕是我把《Linux高级路由与流量控制》看了快10遍了,这句到底怎么使用我还是不甚了了,请高手详细解释一下,最好给点例子,谢谢。

|


  查  看  一下  周围 相干  的  知识点,

出错 的 时候  有联系.

|
不清楚,帮up

    
 
 

您可能感兴趣的文章:

  • 为什么不能运行这些命令?请各位大虾指点指点
  • 高手指点 hp unix的find命令和solaris的find命令 区别
  • 请大仙门指点---args命令到底有什么用途?
  • linux命令源码阅读--求指点
  • crontab 命令为什么执行后不起作用,希望高手门指点一下
  • ubuntu下 .自己写shell,想 实现命令回溯功能 ,望 高手指点 ...
  • 在作RamDsik镜像文件时,遇上几个命令看不懂,高手指点一下!
  • Solaris 10 中执行touch /reconfigure命令并重启后,无法进入系统 了解的请指点一下
  • 我现在在编写一个在LINUX下运行的命令解释器,对于后台运行的命令方法有些不懂,请高手指点一下
  • root的环境变量PATH被我删掉了,现在敲什么命令都不好用,请高人指点一下我该怎么办????
  • 跪求shell脚本高手指点--sed grep 命令
  • 如果linux不支持ping命令,会有什末样的结果呢?望高手指点
  • SUSE10下,如何使用perl语言执行一条语句:从一台机器telnet到远端另一台机器,在远端机器上执行命令,并能获取到执行结果。请高手指点,Very 谢谢~
  • sed命令的替换的疑问
  • yacc做shell的命令分析疑问
  • 关于cd命令的疑问!
  • linux下的top命令疑问
  • sudo 执行命令的疑问
  • sar命令的疑问!
  • system调用shell命令时的一个疑问
  • test命令的一点疑问
  • 关于tar 命令的一点疑问
  • 一条shell命令的疑问!
  • linux中time命令的疑问
  • linux系统下iptables命令的疑问,谢谢!
  • 关于shell type命令的一个疑问,请大家帮忙
  • 关于touch命令的一点小疑问,大家帮帮我这个菜鸟吧
  • Shell test 命令之疑问
  • suse Linux中diff命令显示疑问
  • LINUX fdisk 命令疑问
  • Linux下的ln命令疑问
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • windows下cmd命令行显示UTF8字符设置(CHCP命令)
  • linux在脚本执行命令和直接在命令行执行命令有什么区别
  • c/c++预处理命令预#error介绍
  • 请教:使用system(命令)或者exec(命令)启动一个进程执行命令,如何判断这个命令是否启动成功或正在运行?
  • linux下nm命令(显示可执行文件的符号信息)介绍以及常见nm命令用法举例
  • linux 的命令操作和 windows的命令提示行有什么不同呢?? 为什么windows一般都不用命令提示行操作呢??
  • Centos6下安装Shell下文件上传下载rz,sz命令
  • 使用ps命令,如何使用系统命令根据进程名称获取进程和子进程的ID?除了ps,还有其它系统命令的办法吗?谢谢。
  • c/c++预处理命令预#undef介绍
  • 如何运行外部命令后不等外部命令运行结束直接运行下一条命令
  • c/c++预处理命令预#pragma介绍
  • 请问:早redhat 7.3的字符模式下:改(设)IP 命令是:ifconfig eth0 192.168.0.xx ,那么改(设)掩码命令是什么呢? 还有改(设)网关地址命令是什
  • Linux常用命令介绍:更改所属用户群组或档案属性
  • 请教unix常用命令命令问题
  • python下用os.execl执行centos下的系统时间同步命令ntpdate
  • linux下执行命令为什么要在命令前加./
  • c/c++预处理命令预#line介绍
  • 查询ls命令的命令文件属于系统中的哪个软件包?(在线等)
  • c/c++预处理命令预#include介绍
  • linux命令行下使用curl命令查看自己机器的外网ip
  • linux命令大全详细分类介绍及常用linux命令文档手册下载
  • linux中有没有什么命令能列出所有linux的内部命令


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3