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

王朝other·作者佚名  2008-05-19
窄屏简体版  字體: |||超大  

先做好一个PCQ的限速

一个一个限制用simple queue

/ queue simple

add name="queue1" target-address=192.168.0.1/32 dst-address=0.0.0.0/0 interface=all queue=default priority=8 limit-at=330000/330000 max-limit=400000/400000 disabled=no

限制一个网段用PCQ

1. Mark all packets with flow all:用flow all 标记所有数据包

/ip firewall mangle add action=accept mark-flow=all

2. Create two PCQ queue types - one for download and one for upload. For download traffic:创建两条PCQ类型,下载和上传

queues will be classified by dst-address and for upload - by src-address:

/queue type add name=PCQ-Download kind=pcq pcq-rate=768000 pcq-classifier=dst-address

/queue type add name=PCQ-Upload kind=pcq pcq-rate=512000 pcq-classifier=src-address

3. Add two queue rules - one for download and one for upload:添加PCQ规则,下载和上传/

queue tree add parent=Local queue=PCQ-Download flow=all

/queue tree add parent=Public queue=PCQ-Upload flow=all

下边在开始进入正题

ROS的流量监控只能监控不同网卡的流量收发

假如wan口的带宽是10M我们在9M的时候开启控制条件.

/tool traffic-monitor

add name=pcqon interface=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

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航