找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 3784|回复: 2

用SW2.0的想不想单机限速扼制BT下载一类的,想就进来聊聊

[复制链接]
发表于 2004-12-15 16:23:38 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
用SW2.0的想不想单机限速扼制BT下载一类的,想就进来聊聊由于对英文实在是不懂,只知道在别的网站看了关于LINUX限速的解决是用TC解决的,并且发现在SMOOTHWALL下也有TC,但是不能正常执行。最后在GOOGLE和YAHOO的大力帮助下,找到了下面相关连接,并且在vmware下也可以运行TC显示流量了.http://community.smoothwall.org/forum/viewtopic.php?t=7848http://community.smoothwall.org/forum/view...lt+port+forwardhttp://community.smoothwall.org/forum/viewtopic.php?t=7922http://bbs.chinaunix.net/forum/viewtopic.php?t=350969如果按照最后一个的说明在SW下执行tc -s class ls dev eth0 的一类命令的话会出RTNETLINK answers: Invalid argumentDump terminated的提示,按照上面的3个做了后,执行tc -s class ls dev eth0 后就可以看到了。要是可以的话,就不怕BT一类的东西了。只要你的SW2.0在更新了4个补丁后安装下面这个就可以了.,安装卸载说明2.) Transfer the tarball to the smoothie /tmp directory. (WinSCP works great for this) 3.) Login to the smoothwall as root via SSH (PuTTY is perfect for this) or at the console (you can not use the WinSCP terminal or the Web-SSH for this!!!) and change to the /tmp directory: Code: cd /tmp 4.) Extract the tarball and the installer script: Code: tar zxvf ./sw-super-kernel-2.4.27-v2.tgz -C / 5.) Run the installer script from the /tmp directory: Code: ./install-superk.pl You will be presented with a screen of info on what is about to happen, and given an opportunity to back out by hitting Ctrl-C. Hit any other key to continue with the installation and upgrade. Reboot your smoothwall when instructed to do so. HowTo UnInstall: 1.) Login to the SmoothWall as root via SSH or at the console. 2.) Change to the mods directory: Code: cd /var/smoothwall/mods/super-kernel 3.) Execute the uninstall script: Code: ./uninstall.pl 4.) Reboot. 好像不支持PPOE动态拨号http://www.hivemynd.net/smoothwall/sw-supe...l-2.4.27-v2.tgz用CVS-SSH-Tcl-Setup_1.2.exe或者winscp371setup.exe上传.真的可以限速哦,但是根据第4个帖子里的基于IP限速是不是太麻烦了,渴望各位大虾不吝赐教,谢谢
routeros
发表于 2004-12-16 12:08:53 | 显示全部楼层
不知道行不行,看样子是很麻烦得事。不过还是要谢谢这位兄弟了。
routeros
回复

使用道具 举报

 楼主| 发表于 2004-12-21 12:59:48 | 显示全部楼层
现在发现要是想基于IP限速只有每个IP一个子类,200多个IP就得200多行,执行脚本可以在SSH上直接复制进去.要是你喜欢一行一行的打也没有人反对.这是我的,推荐使用这个CVS-SSH-Tcl-Setup_1.2.exe复制进去iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.1/32 -j MARK --set-mark 1iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.2/32 -j MARK --set-mark 2iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.3/32 -j MARK --set-mark 3iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.4/32 -j MARK --set-mark 4iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.5/32 -j MARK --set-mark 5iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.6/32 -j MARK --set-mark 6iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.7/32 -j MARK --set-mark 7iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.8/32 -j MARK --set-mark 8iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.9/32 -j MARK --set-mark 9iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.10/32 -j MARK --set-mark 10iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.11/32 -j MARK --set-mark 11iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.12/32 -j MARK --set-mark 12iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.13/32 -j MARK --set-mark 13iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.14/32 -j MARK --set-mark 14iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.15/32 -j MARK --set-mark 15iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.16/32 -j MARK --set-mark 16iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.17/32 -j MARK --set-mark 17iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.18/32 -j MARK --set-mark 18iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.19/32 -j MARK --set-mark 19iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.20/32 -j MARK --set-mark 20iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.21/32 -j MARK --set-mark 21iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.22/32 -j MARK --set-mark 22iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.23/32 -j MARK --set-mark 23iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.24/32 -j MARK --set-mark 24iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.25/32 -j MARK --set-mark 25iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.26/32 -j MARK --set-mark 26iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.27/32 -j MARK --set-mark 27iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.28/32 -j MARK --set-mark 28iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.29/32 -j MARK --set-mark 29iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.30/32 -j MARK --set-mark 30iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.31/32 -j MARK --set-mark 31iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.32/32 -j MARK --set-mark 32iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.33/32 -j MARK --set-mark 33iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.34/32 -j MARK --set-mark 34iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.35/32 -j MARK --set-mark 35iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.36/32 -j MARK --set-mark 36iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.37/32 -j MARK --set-mark 37iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.38/32 -j MARK --set-mark 38iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.39/32 -j MARK --set-mark 39iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.40/32 -j MARK --set-mark 40iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.41/32 -j MARK --set-mark 41iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.42/32 -j MARK --set-mark 42iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.43/32 -j MARK --set-mark 43iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.44/32 -j MARK --set-mark 44iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.45/32 -j MARK --set-mark 45iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.46/32 -j MARK --set-mark 46iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.47/32 -j MARK --set-mark 47iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.48/32 -j MARK --set-mark 48iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.49/32 -j MARK --set-mark 49iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.50/32 -j MARK --set-mark 50iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.51/32 -j MARK --set-mark 51iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.52/32 -j MARK --set-mark 52iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.53/32 -j MARK --set-mark 53iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.54/32 -j MARK --set-mark 54iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.55/32 -j MARK --set-mark 55iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.56/32 -j MARK --set-mark 56iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.57/32 -j MARK --set-mark 57iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.58/32 -j MARK --set-mark 58iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.59/32 -j MARK --set-mark 59iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.60/32 -j MARK --set-mark 60iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.61/32 -j MARK --set-mark 61iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.62/32 -j MARK --set-mark 62iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.63/32 -j MARK --set-mark 63iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.64/32 -j MARK --set-mark 64iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.65/32 -j MARK --set-mark 65iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.66/32 -j MARK --set-mark 66iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.67/32 -j MARK --set-mark 67iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.68/32 -j MARK --set-mark 68iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.69/32 -j MARK --set-mark 69iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.70/32 -j MARK --set-mark 70iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.71/32 -j MARK --set-mark 71iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.72/32 -j MARK --set-mark 72iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.73/32 -j MARK --set-mark 73iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.74/32 -j MARK --set-mark 74iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.75/32 -j MARK --set-mark 75iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.76/32 -j MARK --set-mark 76iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.77/32 -j MARK --set-mark 77iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.78/32 -j MARK --set-mark 78iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.79/32 -j MARK --set-mark 79iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.80/32 -j MARK --set-mark 80iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.81/32 -j MARK --set-mark 81iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.82/32 -j MARK --set-mark 82iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.83/32 -j MARK --set-mark 83iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.84/32 -j MARK --set-mark 84iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.85/32 -j MARK --set-mark 85iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.86/32 -j MARK --set-mark 86iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.87/32 -j MARK --set-mark 87iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.88/32 -j MARK --set-mark 88iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.89/32 -j MARK --set-mark 89iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.90/32 -j MARK --set-mark 90iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.91/32 -j MARK --set-mark 91iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.92/32 -j MARK --set-mark 92iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.93/32 -j MARK --set-mark 93iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.94/32 -j MARK --set-mark 94iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.95/32 -j MARK --set-mark 95iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.96/32 -j MARK --set-mark 96iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.97/32 -j MARK --set-mark 97iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.98/32 -j MARK --set-mark 98iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.99/32 -j MARK --set-mark 99iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.100/32 -j MARK --set-mark 100iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.101/32 -j MARK --set-mark 101iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.102/32 -j MARK --set-mark 102iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.103/32 -j MARK --set-mark 103iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.104/32 -j MARK --set-mark 104iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.105/32 -j MARK --set-mark 105iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.106/32 -j MARK --set-mark 106iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.107/32 -j MARK --set-mark 107iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.108/32 -j MARK --set-mark 108iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.109/32 -j MARK --set-mark 109iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.110/32 -j MARK --set-mark 110iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.111/32 -j MARK --set-mark 111iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.112/32 -j MARK --set-mark 112iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.113/32 -j MARK --set-mark 113iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.114/32 -j MARK --set-mark 114iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.115/32 -j MARK --set-mark 115iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.116/32 -j MARK --set-mark 116iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.117/32 -j MARK --set-mark 117iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.118/32 -j MARK --set-mark 118iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.119/32 -j MARK --set-mark 119iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.120/32 -j MARK --set-mark 120iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.121/32 -j MARK --set-mark 121iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.122/32 -j MARK --set-mark 122iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.123/32 -j MARK --set-mark 123iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.124/32 -j MARK --set-mark 124iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.125/32 -j MARK --set-mark 125iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.126/32 -j MARK --set-mark 126iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.127/32 -j MARK --set-mark 127iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.128/32 -j MARK --set-mark 128iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.129/32 -j MARK --set-mark 129iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.130/32 -j MARK --set-mark 130iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.131/32 -j MARK --set-mark 131iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.132/32 -j MARK --set-mark 132iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.133/32 -j MARK --set-mark 133iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.134/32 -j MARK --set-mark 134iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.135/32 -j MARK --set-mark 135iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.136/32 -j MARK --set-mark 136iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.137/32 -j MARK --set-mark 137iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.138/32 -j MARK --set-mark 138iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.139/32 -j MARK --set-mark 139iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.140/32 -j MARK --set-mark 140iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.141/32 -j MARK --set-mark 141iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.142/32 -j MARK --set-mark 142iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.143/32 -j MARK --set-mark 143iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.144/32 -j MARK --set-mark 144iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.145/32 -j MARK --set-mark 145iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.146/32 -j MARK --set-mark 146iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.147/32 -j MARK --set-mark 147iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.148/32 -j MARK --set-mark 148iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.149/32 -j MARK --set-mark 149iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.150/32 -j MARK --set-mark 150iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.151/32 -j MARK --set-mark 151iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.152/32 -j MARK --set-mark 152iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.153/32 -j MARK --set-mark 153iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.154/32 -j MARK --set-mark 154iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.155/32 -j MARK --set-mark 155iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.156/32 -j MARK --set-mark 156iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.157/32 -j MARK --set-mark 157iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.158/32 -j MARK --set-mark 158iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.159/32 -j MARK --set-mark 159iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.160/32 -j MARK --set-mark 160iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.161/32 -j MARK --set-mark 161iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.162/32 -j MARK --set-mark 162iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.163/32 -j MARK --set-mark 163iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.164/32 -j MARK --set-mark 164iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.165/32 -j MARK --set-mark 165iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.166/32 -j MARK --set-mark 166iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.167/32 -j MARK --set-mark 167iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.168/32 -j MARK --set-mark 168iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.169/32 -j MARK --set-mark 169iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.170/32 -j MARK --set-mark 170iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.171/32 -j MARK --set-mark 171iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.172/32 -j MARK --set-mark 172iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.173/32 -j MARK --set-mark 173iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.174/32 -j MARK --set-mark 174iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.175/32 -j MARK --set-mark 175iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.176/32 -j MARK --set-mark 176iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.177/32 -j MARK --set-mark 177iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.178/32 -j MARK --set-mark 178iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.179/32 -j MARK --set-mark 179iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.180/32 -j MARK --set-mark 180iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.181/32 -j MARK --set-mark 181iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.182/32 -j MARK --set-mark 182iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.183/32 -j MARK --set-mark 183iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.184/32 -j MARK --set-mark 184iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.185/32 -j MARK --set-mark 185iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.186/32 -j MARK --set-mark 186iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.187/32 -j MARK --set-mark 187iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.188/32 -j MARK --set-mark 188iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.189/32 -j MARK --set-mark 189iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.190/32 -j MARK --set-mark 190iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.191/32 -j MARK --set-mark 191iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.192/32 -j MARK --set-mark 192iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.193/32 -j MARK --set-mark 193iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.194/32 -j MARK --set-mark 194iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.195/32 -j MARK --set-mark 195iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.196/32 -j MARK --set-mark 196iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.197/32 -j MARK --set-mark 197iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.198/32 -j MARK --set-mark 198iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.199/32 -j MARK --set-mark 199iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.200/32 -j MARK --set-mark 200iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.201/32 -j MARK --set-mark 201iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.202/32 -j MARK --set-mark 202iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.203/32 -j MARK --set-mark 203iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.204/32 -j MARK --set-mark 204iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.205/32 -j MARK --set-mark 205iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.206/32 -j MARK --set-mark 206iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.207/32 -j MARK --set-mark 207iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.208/32 -j MARK --set-mark 208iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.209/32 -j MARK --set-mark 209iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.210/32 -j MARK --set-mark 210iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.211/32 -j MARK --set-mark 211iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.212/32 -j MARK --set-mark 212iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.213/32 -j MARK --set-mark 213iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.214/32 -j MARK --set-mark 214iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.215/32 -j MARK --set-mark 215iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.216/32 -j MARK --set-mark 216iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.217/32 -j MARK --set-mark 217iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.218/32 -j MARK --set-mark 218iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.219/32 -j MARK --set-mark 219iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.220/32 -j MARK --set-mark 220iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.221/32 -j MARK --set-mark 221iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.222/32 -j MARK --set-mark 222iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.223/32 -j MARK --set-mark 223iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.224/32 -j MARK --set-mark 224iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.225/32 -j MARK --set-mark 225iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.226/32 -j MARK --set-mark 226iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.227/32 -j MARK --set-mark 227iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.228/32 -j MARK --set-mark 228iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.229/32 -j MARK --set-mark 229iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.230/32 -j MARK --set-mark 230iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.231/32 -j MARK --set-mark 231iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.232/32 -j MARK --set-mark 232iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.233/32 -j MARK --set-mark 233iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.234/32 -j MARK --set-mark 234iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.235/32 -j MARK --set-mark 235iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.236/32 -j MARK --set-mark 236iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.237/32 -j MARK --set-mark 237iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.238/32 -j MARK --set-mark 238iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.239/32 -j MARK --set-mark 239iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.240/32 -j MARK --set-mark 240iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.241/32 -j MARK --set-mark 241iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.242/32 -j MARK --set-mark 242iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.243/32 -j MARK --set-mark 243iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.244/32 -j MARK --set-mark 244iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.245/32 -j MARK --set-mark 245iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.246/32 -j MARK --set-mark 246iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.247/32 -j MARK --set-mark 247iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.248/32 -j MARK --set-mark 248iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.249/32 -j MARK --set-mark 249iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.250/32 -j MARK --set-mark 250iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.251/32 -j MARK --set-mark 251iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.252/32 -j MARK --set-mark 252iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.253/32 -j MARK --set-mark 253iptables -I PREROUTING -t mangle -p tcp -s 192.168.15.254/32 -j MARK --set-mark 254tc qdisc del dev eth1 roottc qdisc add dev eth1 root handle 300: cbq bandwidth 10Mbit avpkt 1000tc class add dev eth1 parent 300:0 classid 300:1 cbq bandwidth 100Mbit rate 10Mbit allot 1514 weight 1Mbit prio 8 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:2 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:3 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:4 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:5 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:6 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:7 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:8 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:9 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:10 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:11 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:12 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:13 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:14 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:15 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:16 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:17 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:18 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:19 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:20 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:21 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:22 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:23 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:24 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:25 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:26 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:27 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:28 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:29 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:30 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:31 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:32 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:33 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:34 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:35 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:36 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:37 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:38 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:39 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:40 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:41 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:42 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:43 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:44 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:45 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:46 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:47 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:48 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:49 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:50 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:51 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:52 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:53 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:54 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:55 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:56 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:57 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:58 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:59 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:60 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:61 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:62 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:63 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:64 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:65 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:66 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:67 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:68 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:69 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:70 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:71 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:72 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:73 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:74 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:75 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:76 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:77 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:78 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:79 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:80 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:81 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:82 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:83 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:84 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:85 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:86 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:87 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:88 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:89 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:90 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:91 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:92 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:93 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:94 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:95 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:96 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:97 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:98 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:99 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:100 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:101 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:102 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:103 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:104 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:105 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:106 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:107 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:108 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:109 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:110 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:111 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:112 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:113 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:114 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:115 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:116 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:117 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:118 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:119 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:120 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:121 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:122 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:123 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:124 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:125 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:126 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:127 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:128 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:129 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:130 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:131 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:132 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:133 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:134 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:135 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:136 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:137 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:138 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:139 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:140 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:141 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:142 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:143 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:144 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:145 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:146 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:147 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:148 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:149 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:150 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:151 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:152 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:153 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:154 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:155 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:156 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:157 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:158 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:159 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:160 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:161 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:162 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:163 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:164 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:165 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:166 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:167 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:168 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:169 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:170 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:171 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:172 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:173 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:174 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:175 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:176 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:177 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:178 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:179 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:180 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:181 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:182 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:183 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:184 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:185 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:186 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:187 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:188 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:189 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:190 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:191 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:192 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:193 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:194 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:195 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:196 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:197 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:198 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:199 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:200 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:201 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:202 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:203 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:204 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:205 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:206 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:207 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:208 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:209 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:210 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:211 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:212 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:213 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:214 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:215 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:216 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:217 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:218 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:219 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:220 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:221 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:222 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:223 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:224 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:225 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:226 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:227 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:228 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:229 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:230 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:231 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:232 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:233 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:234 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:235 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:236 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:237 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:238 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:239 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:240 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:241 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:242 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:243 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:244 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:245 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:246 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:247 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:248 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:249 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:250 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:251 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:252 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:253 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:254 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:255 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc class add dev eth1 parent 300:1 classid 300:256 cbq bandwidth 100Mbit rate 150kbit allot 1514 weight 15kbit prio 5 maxburst 8 avpkt 1000 boundedtc qdisc add dev eth1 parent 300:2 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:3 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:4 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:5 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:6 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:7 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:8 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:9 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:10 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:11 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:12 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:13 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:14 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:15 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:16 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:17 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:18 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:19 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:20 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:21 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:22 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:23 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:24 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:25 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:26 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:27 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:28 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:29 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:30 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:31 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:32 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:33 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:34 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:35 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:36 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:37 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:38 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:39 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:40 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:41 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:42 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:43 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:44 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:45 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:46 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:47 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:48 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:49 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:50 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:51 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:52 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:53 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:54 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:55 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:56 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:57 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:58 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:59 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:60 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:61 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:62 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:63 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:64 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:65 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:66 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:67 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:68 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:69 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:70 sfq quantum 1514b perturb 15tc qdisc add dev eth1 parent 300:71 sfq quant
routeros
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-6-3 03:39 , Processed in 0.050624 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表