bow 发表于 2005-8-2 09:27:42

ROS用流量监控控制限速的开关

先做好一个PCQ的限速
http://bbs.routerclub.com/thread-5897-1-1.html

下边在开始进入正题
ROS的流量监控只能监控不同网卡的流量收发
假如wan口的带宽是10M我们在9M的时候开启控制条件.
/tool traffic-monitor
add name=pcqoninterface=WAN on-event=pcqon threshold=9000000 trigger=above traffic=received

/system script add name="pcqon" source="/queue tree enable queue1 " owner="admin" policy=reboot,read,write,policy,test

在带宽使用低于7M时关闭流量控制
/tool traffic-monitor
add name=pcqoff interface=WAN on-event=pcqoff threshold=7000000 trigger=below traffic=received

/system script add name="pcqoff" source="/queue tree disable queue1 " owner="admin" policy=reboot,read,write,policy,test

alin999 发表于 2005-8-2 09:44:56

技术贴

szkent 发表于 2005-8-2 11:01:39

谢谢,学到东西了。

能说说 tools 里 DDNS 是如何使用的吗?

0779hjj 发表于 2005-8-2 15:14:55

我不顶!




是不可能的
(顶了不吃亏哦,看了不顶是笨蛋,你自己看着办)

banban 发表于 2005-8-2 17:48:58

谢谢bow

lhn1324 发表于 2005-8-3 18:43:02

好帖

weineng 发表于 2005-8-3 20:36:16

顶~~流个记号。

netlea 发表于 2005-8-4 15:25:45

Bow的好帖!
顶!

soft_route 发表于 2005-8-5 20:52:43

顶!

zsq2329 发表于 2005-8-11 11:49:06

这几天正在重新GHOST机器,等弄完了就准备好好学习学习这个。
顶一个先

阳光浪子 发表于 2005-8-11 16:16:08

UP
问一下版主的ROS的版本?

五色子 发表于 2005-8-14 13:31:56

顶一下。!顺便问问多少版本以上支持这个功能

without 发表于 2005-8-15 13:47:05

好帖.不顶不行

cyl1018 发表于 2005-8-18 09:05:46

试试!

15117537 发表于 2005-8-24 00:36:47

好帖
页: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: ROS用流量监控控制限速的开关