2.9.27全自动智能限速脚本,已发放3.x版本,上图,对于adsl效果好
本帖最后由 WGHBOY 于 2009-3-23 21:14 编辑:local Ra 7000000
:local Rb 9000000
:local Rc 11000000
:local Rd 6000000
:local j 800000
:local k 600000
:local l 500000
:local m 1000000
/interface monitor lan1 once do={
:set i pcq-rate]
:set R $sent-bits-per-second
:if($Ra<$R) do={:if ($Rb>$R) do={
:if ($i != $j) do={
/queue type set "1" kind=pcq pcq-rate=800000
/queue type set "2" kind=pcq pcq-rate=800000
:beep length=1s frequency=1040}}}
:if($Rb<$R) do={:if ($Rc>$R) do={
:if ($i != $k) do={
/queue type set "1" kind=pcq pcq-rate=600000
/queue type set "2" kind=pcq pcq-rate=500000
:beep length=1s frequency=1560}}}
:if($Rc<$R) do={:if ($i != $l) do={
/queue type set "1" kind=pcq pcq-rate=500000
/queue type set "2" kind=pcq pcq-rate=400000
:beep length=1s frequency=2080}}
:if($Rd>$R) do={:if ($i != $m) do={
/queue type set "1" kind=pcq pcq-rate=1000000
/queue type set "2" kind=pcq pcq-rate=1000000}}
} 貌似不支持3.X 3.x版本来了,虽然我不用3.x
:global Ra 50000
:global Rb 100000
:global Rc 200000
:global Rd 60000
:global j 800000
:global k 600000
:global l 500000
:global m 1000000
:global i
:global R
/interface monitor ether1 once do={
:set i pcq-rate]
:set R $"sent-bits-per-second"
:if ($Ra<$R) do={:if ($Rb>$R) do={:if ($i != $j) do={/queue type set "t" kind=pcq pcq-rate=800000}}}
:if ($Rb<$R) do={:if ($Rc>$R) do={:if ($i != $k) do={/queue type set "t" kind=pcq pcq-rate=600000}}}
:if ($Rc<$R) do={:if ($i != $l) do={/queue type set "t" kind=pcq pcq-rate=500000}}
:if ($Rd>$R) do={:if ($i != $m) do={/queue type set "t" kind=pcq pcq-rate=1000000}}
} mark,学习。 能注视下酒更好了 新手看的不是很明白啊 恩,我看不明白,嘻嘻,不过还是要谢谢了! 看看是些什么东东 学习学习 顶 一下 收下了解,谢谢 没说明脚本前面是啥意思啊 :) 领金币 下载来研究一下 领金币